
.resourcesch {
	background: #FBFBFB url(/skin/muban/img/studioschbg.jpg) top center no-repeat;
	background-size: cover;
	height: 320px
}
.resourcesch .in {
	margin: 0 auto;
	width: 70%;
	clear: both;
	max-width: 800px;
	padding: 60px 0 0
}
.resourcesch h3 {
	font-size: 32px;
	color: #fff
}
.resourcesch a {
	color: #fff;
    text-decoration: none;
    background: linear-gradient(to right,#feb103 0,#ff433b 100%);
    box-shadow: 0 5px 10px rgba(255,111,0,.25);
    height: 50px;
    padding: 4px 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 18px;
}
.resourcesch span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-top: 8px
}
.resourcesch form {
	width: 100%;
	margin: 20px auto 0;
	background: #fff;
	text-align: left;
	position: relative;
	border-radius: 100px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
}
.resourcesch .pankey {
	height: 50px;
	line-height: 50px;
	text-indent: 2em;
	width: 100%;
	font-size: 16px;
	background: none;
	color: #ccc
}
.resourcesch .pankey:-webkit-autofill {
border-radius:100px
}
.resourcesch form button {
	position: absolute;
	right: -3px;
	top: 0;
	height: 50px;
	width: 100px;
	text-align: center;
	border-radius: 100px
}
.resourcesch form button i {
	font-size: 30px;
	color: #fff
}
.resource {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 10px auto;
}
.resourcelist {
}
.cTable {
	overflow: hidden
}
.cTable ul {
	background: #F4F2EF;
	border-bottom: none;
	width: 100%;
	margin: 20px 0 0 0;
	float: left
}
.cTable li {
	float: left;
	clear: both;
	width: 100%
}
.cTable .d1 {
	width: 107px;
	background: #E7E2DD;
	height: 49px;
	border-bottom: 1px solid #DBD6D2;
	text-align: center;
	float: left;
	line-height: 49px
}
.cTable .d1 p {
	color: #333;
	font-size: 18px
}
.cTable i {
	margin-right: 8px;
	opacity: 0.5
}
.cTable .d2 {
	overflow: hidden;
	padding: 7px 12px;
	line-height: 25px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #DBD6D2
}

.cTable .d2 a:hover {
	background: #ee7a19;
    color: #ffffff;
    border-radius: 7px;
}

.cTable .d2 a {
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding: 0 8px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px
}
.cTable .d2 .on {
	background: #ee7a19;
    color: #ffffff;
    border-radius: 7px;
}
.cTable li:last-child .d1, .cTable li:last-child .d2 {
	border-bottom: none
}

.posts-wrapper{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -10px;
    margin-left: -10px;
}
.posts-wrapper .col-5{
	position: relative;
    width: 100%;
	-webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
	padding-right: 10px;
    padding-left: 10px;
}
/*.posts-wrapper .col-5.sl:nth-child(7){display:none;}*/
.posts-wrapper .post-grid {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
    border-radius: .2rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin-top: 30px;
	border: 1px solid #eee;
}
.posts-wrapper .post-grid:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.posts-wrapper .post-grid .entry-media {
    position: relative;
    margin: -10px;
    margin-bottom: 0;
    border-radius: .2rem .2rem 0 0;
    overflow: hidden;
}
.posts-wrapper .post-grid .entry-media .placeholder {
    height: 0;
    overflow: hidden;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.posts-wrapper .post-grid .entry-media img {
    margin: 0 auto;
    width: 100%;
    height: 174.66px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
	display: block;
    max-width: 100%;
    vertical-align: middle;
}
.posts-wrapper .post-grid .entry-wrapper {
    position: relative;
    width: 100%;
}
.posts-wrapper .post-grid .entry-wrapper .meta-category-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    line-height: 1.2;
}
.posts-wrapper .post-grid .entry-wrapper .meta-category-dot>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #aaa;
    font-size: 12px;
}
.posts-wrapper .post-grid .entry-wrapper .meta-category-dot>a>.dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #2196F3;
}
.posts-wrapper .post-grid .entry-wrapper .entry-header {
    margin-top: 10px;
	word-break: break-word;
}
.posts-wrapper .post-grid .entry-wrapper .entry-header .entry-title {
    font-size: 15px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 40px;
    line-height: 20px;
	color: #34495e;
    font-weight: normal;
    margin: 0 0 5px;
}
.posts-wrapper .post-grid .entry-wrapper .entry-excerpt {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #888;
    height: 36px;
    line-height: 18px;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: .2px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #bdbdbd;
    letter-spacing: -0.2px;
    width: 100%;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta>span {
    margin-right: 10px;font-size: 13px;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta>span.meta-author{display:none}
.posts-wrapper .post-grid .entry-wrapper .entry-footer a {
    color: #aaa;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta .meta-author a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta a {
    color: #aaa;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta .avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 3px;
    width: 20px;
	position: relative;
    display: inline-block;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta .meta-shhop-icon {
    flex: 1;
    text-align: right;
    margin-right: 0;color: #ff4a00;
}
.posts-wrapper .post-grid.bg-image {
    background-size: cover;
    background-position: center;
}

.posts-wrapper .post-grid.bg-image:hover {
    background-position: left;
}

.posts-wrapper .post-grid.bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
    background: -webkit-gradient( linear , left top, left bottom , from(rgba(18, 18, 19, 0)), to(#000));
    background: -o-linear-gradient( top , rgba(18, 18, 19, 0) 0%, #000 100%);
    background: linear-gradient( 180deg , rgba(18, 18, 19, 0) 0%, #000 100%);
}

.posts-wrapper .post-grid.bg-image .entry-media {
    opacity: 0;
}

.posts-wrapper .post-grid.bg-image .entry-wrapper a, .posts-wrapper .post-grid.bg-image .entry-excerpt, .posts-wrapper .post-grid.bg-image .entry-meta {
    color: #FFF;
}

.posts-wrapper .post-grid.bg-image .entry-excerpt, .posts-wrapper .post-grid.bg-image .entry-meta {
    opacity: .8
}
.posts-wrapper .meta-post-type {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 25px;
    left: 10px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 25px;
}
.posts-wrapper .widget-title{
	padding-right: 10px;
    padding-left: 10px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%;
}
.posts-wrapper .widget-title h3{
    
    max-width: 100%;
	margin-top: 1.5rem!important;
	font-size: 24px;
    letter-spacing: .5px;
}
.posts-wrapper .widget-title .more {
    width: 100%;white-space: nowrap;
    overflow-x: auto;
}
.posts-wrapper .widget-title .more a {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #ED730D;
    border-color: #ED730D;
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-right: .5rem!important;
	margin-top: 1.0rem!important;
	-webkit-box-shadow: 0 0 0 rgba(238, 242, 247, .5);
    box-shadow: 0 0 0 rgba(238, 242, 247, .5);
	cursor: pointer;
}
.posts-wrapper .widget-title .more a:hover {
	background-color: #ff0036;
    border-color: #ff0036;
}
.spiderlink {
    line-height: 18px;
    color: #666;
    font-size: 14px;
    margin: 10px 0px;
}
.studiomain {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 80px;
}
.softtit{margin-bottom: 20px;}
.softtit .soft_img {
    float: left;
    width: 30%;
    margin-right: 70%;
    position: relative;
    overflow: hidden;
    height: 465px;
    max-height: 465px;
}
.softtit .soft_img img {
    width: 100%;
    max-height: 465px;
    transition: inherit;
    -moz-transition: inherit;
	    border-radius: 10px;
}
.softtit .info {
    width: 68%;
    float: left;
    margin-left: -68%;
    background: #F4F2EF;
    padding-bottom: 25px;
    max-height: 465px;
	    border-radius: 10px;
}
.softtit .info h1 {
    color: #2b2b2b;
    font-weight: bold;
    padding: 22px 0 16px 0;
    font-size: 22px;
    height: 68px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 3%;
    width: 96%;
}
#hc-fcs-panel {
	width: 100%;
	position: relative;
	left: 0;
	border-left: 6px solid transparent;
	padding-top: 14px;
	padding-bottom: 20px;
	background: #ff4939
}
.hc-promo-panel {
	position: relative;
	z-index: 2;
	margin-left: 90px;
	padding: 6px 0
}
.hc-promo-price {
	color: #FFC5C5;
	font-size: 13px;
	font-weight: 700
}
.hc-promo-cur {
	color: #DD999D
}
.hc-promo-panel .hc-promo-cur {
	line-height: 36px
}
.hc-promo-panel .hc-promo-cur i{font-size: 26px;
    color: #fff;
    vertical-align: middle;margin-right: 5px;}
.hc-promo-price .hc-yen {
	vertical-align: middle
}
.hc-promo-cur .hc-yen {
	font-family: Arial;
	font-size: 34px;
	font-weight: bolder;
	color: white;
	-webkit-font-smoothing: antialiased
}
.hc-promo-cur .hc-price {
	font-family: Arial;
	font-size: 34px;
	font-weight: bolder;
	color: white;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle
}
.hc-promo-type {
	background-color: #FFF5F5;
	border-radius: 8px;
	color: #E43A3A;
	height: 16px;
	line-height: 16px;
	padding: 1px 5px;
	font-weight: bold;
	margin: 0 8px 4px;
	vertical-align: middle
}
.hc-promo-type2 {
    background-color: #FFF5F5;
    border-radius: 8px;
    color: #E43A3A;
    height: 14px;
    line-height: 14px;
    padding: 1px 5px;
    font-weight: bold;
    margin: 0 8px 4px;
    vertical-align: middle;
    font-size: 14px;
}
.hc-price-panel {
	margin-left: 90px;
	position: static;
	color: #FC9C9C;
	padding-left: 0
}
.hc-price-panel .hc-price {
	text-decoration: line-through
}
.hc-price-item {
	padding: 0 10px
}
.hc-fcs-corner {
	_overflow: hidden;
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-color: #999 transparent transparent #999;
	_border-bottom-color: #f8f8f8;
	_border-right-color: #f8f8f8;
	_filter: chroma(color=#f8f8f8);
	overflow: hidden
}
.hc-fcs-bottom {
	_overflow: hidden;
	width: 100%;
	background-color: rgba(0, 0, 0,.1);
	background-color: #DFDFDF 9;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: -4px
}
.hc-fcs-label {
	position: absolute;
	width: 66px;
	height: 50px;
	line-height: 50px;
	left: 16px;
	top: 11px;
	color: white
}
.hc-bar-panel {
	position: relative;
	z-index: 1;
	margin-bottom: 12px
}
.hc-shopprom-panel {
	background: #E7E2DD;
	width: 100%;
	border-right: 0;
	left: 0;
	position: relative;
	top: 2px;
	text-align: left;
	color: #999
}
.hc-shopprom-title {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 87px
}
.hc-shopprom-data {
	margin-left: 94px;
	color: #666;
	margin-right: 30px;
	text-align: left
}
.softtit .info p.hc-shopprom-title, .softtit .info p.hc-shopprom-data {
	line-height: 40px;
	border: none;
	padding-left: 0
}
.softtit .info p {
    line-height: 38px;
    border-bottom: 1px dashed #dadada;
    padding-left: 3%;
    height: 40px;
    overflow: hidden;
}
.softtit .info .mInfo {
    display: inline-block;
    width: 100%;
}
.dbtn {
    display: block;
    margin: 2% 0 0 3%;
}
.dbtn .fast, .dbtn .normal {
    display: inline-block;
    width: 30%;
    border-radius: 3px;
    padding: 2% 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.dbtn .fast {
    width: auto;
    padding: 1% 2% !important;
	background: #ff4939;
}
.dbtn i {
    /* vertical-align: middle; */
    margin-right: 4px;
}
.dbtn .normal {
    background: #61B3E6;
    margin-left: 2%;
}
.dbtn .fast:hover {
	background: #E9644E
}
.dbtn .normal:hover {
	background: #7DC6F3
}
.softinfo {
    margin: 0;
    position: relative;
}
.softinfo .bd.infotxt {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin-right: 180px;
}
.theme-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 160px;
}
#zpjs, .shuoming {
    clear: both;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#zpjs h3, .shuoming h3,h4.pl {
    white-space: normal;
    box-sizing: border-box;
    margin: 25px 0px;
    padding: 0px 0px 0px 10px;
    border-width: 0px 0px 0px 5px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: solid;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: rgb(234, 96, 0);
    border-image: initial;
    vertical-align: baseline;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    outline: 0px;
    font-size: 20px;
    line-height: 20px;
    color: rgb(51, 51, 51);
}
.softinfo .bd.infotxt p {
    color: #333;
    font-size: 16px;
	padding: 10px 0px;
}
.softinfo .bd.infotxt img {
    max-width: 100%;
    height: auto!important;
    margin: 0 auto;
    display: block;
}
.softinfo .shuoming p a {
    color: #e53935;
    margin: 0 5px;
}
.theme-sidebar {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    width: 160px;
}

.theme-sidebar ul {
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.theme-sidebar li a {
	color: #999;
	display: block;
	padding: 0;
	letter-spacing: 6px;
	position: relative;
}
.theme-sidebar li a.on {
	color: #45B6F7;
}
.theme-sidebar li a.on::after {
	position: absolute;
	content: '';
	left: -7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #45B6F7;
	background-color: #F6F6F6;
}
#theme {background: #F4F2EF;
    border-radius: 10px;}
.gundong {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 90px;
	z-index: 2;
	width: 160px;
}
@media (max-width:1200px) {
.posts-wrapper .col-5{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.posts-wrapper .col-5.sl:nth-child(6) {
    display: none;
}
}	
@media (max-width: 1024px){
.resourcelist ul.all li {
    width: 49.5%;
}
.resourcelist ul.all li:nth-child(2n) {
    float: right;
    margin-right: 0px;
}
.resourcelist ul.all li:nth-child(3n) {
    float: left;
    margin-right: 1%;
}
.resourcelist ul.all li:nth-child(6n) {
    float: left;
    margin-right: 0px;
}
.resourcelist ul.all_ppl li {
    width: 32.333%;
}
}
@media (max-width: 880px){
.resourcelist ul.all li .rbox ul.jglist li {
    width: 49%;
}
.resourcelist ul.all li .rbox ul.jglist li:nth-child(2n) {
    display: none;
}

.softtit .soft_img {
    display: none;
}
.softtit .info {
    width: 100%;
    float: none;
    margin-left: 0px;
}
}
@media (max-width:992px) {
.posts-wrapper {
    margin-right: -5px;
    margin-left: -5px;
}	
.posts-wrapper .col-5{
	padding-right: 5px;
    padding-left: 5px;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.posts-wrapper .col-5.sl:nth-child(6),.posts-wrapper .col-5.sl:nth-child(7) {
    display: block;
}	
.posts-wrapper .widget-title{
	padding-right: 5px;
    padding-left: 5px;
}
}
@media (max-width:768px) {
.resourcesch .in {
    padding: 10px 0 0;width: 90%;
}
.resourcesch {
    height: 220px;
}
.resourcesch h3 {
    font-size: 22px;
}
.resourcesch span{font-size: 18px}
.resourcesch .pankey{font-size: 14px;}
.posts-wrapper .col-5{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .meta-author {
    display: none;
}
.posts-wrapper .widget-title .more a{margin-top: 0.5rem!important;}
}
 @media (max-width:650px) {
.cTable .d1 {
	display: none
}
.cTable .d2 {
	border-left: none
}
}
@media (max-width:600px) {
.cTable ul {
	width: 100%;
	box-shadow: -7px 0 7px -7px rgba(51,51,51,.07), 7px 0 7px -7px rgba(51,51,51,.07);
	margin: 10px auto 0;
	float: none;
	
}
.posts-wrapper .post-grid .entry-wrapper .meta-category-dot{display:none;}
.posts-wrapper .post-grid .entry-wrapper .entry-excerpt{display:none;}
.posts-wrapper .post-grid .entry-wrapper .entry-footer .entry-meta>span.meta-views{display:none;}
.posts-wrapper .post-grid {margin-top:15px;}
.theme-sidebar {
    display: none;
}
.softtit .info h1 {
    font-size: 20px;
    height: auto;
    line-height: 26px;
    overflow: auto;
    white-space: normal;
}
.softinfo .bd.infotxt{margin-right: 0px;}
.hc-fcs-label{display:none}
.hc-promo-panel, .hc-price-panel {
    margin-left: 3%;
}
.hc-promo-panel .hc-promo-cur {
    line-height: 28px;
}
.hc-promo-cur .hc-price, .hc-promo-cur .hc-yen {
    font-size: 26px;
}
.hc-promo-cur .hc-price, .hc-promo-cur .hc-yen {
    font-size: 28px;
}
#hc-fcs-panel {
padding-top: 8px;
    padding-bottom: 10px
}
.paycent li {
    width: 100%;
}
.bdsharebuttonbox{display:none}
}
@media (max-width:450px) {
.cTable ul {
	width: 100%;
	box-shadow: -7px 0 7px -7px rgba(51,51,51,.07), 7px 0 7px -7px rgba(51,51,51,.07);
	margin: 10px auto 0;
	float: none;
	
}
}
@media (max-width:400px) {
.resourcelist ul.all_ppl li .rbox ul.jglist li span {
	width: 60px;
    overflow: hidden;
}
}