@charset "UTF-8";

body{font-family:"microsoft yahei";}
.container{width: 1190px;margin:195px auto 0;}

.class-title{border-bottom:1px solid #e6e6e6;}
.class-title .class-name{display: inline-block;color: #ff7e00;font-size: 24px; line-height: 28px;padding-right: 19px;border-bottom: 2px solid #ff7e00;}

.section{margin-top: 32px; overflow: auto;zoom: 1;  padding-bottom: 25px;border-bottom:1px dashed #d3d3d3;}
.section .img-link{display: block; width: 260px; float: left;}
.section .img-link img{display: block; width: 250px; height: 115px; background: #fff;padding: 4px; border: 1px solid #D6D6D6;}

.section .class-list{float: right; width: 900px; font-size: 14px;}
.section .class-list, .section .class-list li{overflow: auto;zoom: 1; }
.section .class-list li{*vertical-align: middle;}
.section .class-list .item-title{margin-bottom: 12px;line-height: 30px;height: 30px;overflow: hidden;}
.section .class-list .item-title .title{ display: block;  font-size: 20px; line-height: 30px; font-weight: bold;float: left;color: #616161;}
.section .class-list .item-title .time{ display: block; float: left;color: #616161;margin-right: 10px; height: 28px; margin-top: 2px; font-size: 18px;}
.section .class-list .item-title .title:hover{color: #ff6300;}
.section .class-list .item-title .details{display: inline-block; line-height: 30px;float: right;color: #ffffff; background: #ff7e00; padding:0 15px;height: 30px;}
.section .class-list .item-title .details:hover{background: #ff6300;}
.section .class-list .item-intro{color: #616161; text-align: justify;line-height: 24px; min-height: 24px; _height:24px; max-height: 48px;overflow: hidden;}
.section .class-list .item-sub-list{margin:6px 0;/*height: 28px;*/}
/*.section .class-list .item-sub-list span{width:33.33333333333333%; *width: 33%; display: inline-block;line-height: 28px;color: #9a9a9a;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}*/
.section .class-list .item-sub-list a{width:33.33333333333333%; *width: 33%; display: block; float: left; line-height: 28px;color: #9a9a9a;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.section .class-list .item-sub-list a:hover{color: #ff7e00;}
.section .class-list .item-sub-list .sub-first{}
.section .class-list .item-sub-list .sub-second{text-align: center;}
.section .class-list .item-sub-list .sub-third{}

.section .class-list .item-tag{ line-height: 28px;color: #616161;}
.section .class-list .item-tag a{display: inline-block;color: #9a9a9a;border:1px solid #9a9a9a; line-height: 22px; padding: 0 8px;margin:0 12px;font-size: 12px;}
.section .class-list .item-tag a:hover{border:1px solid #ff7e00;color: #ff7e00; background: #FFF6EE;}
.section .class-list .item-tag a.matchedLink{border:1px solid #ff7e00;color: #ff7e00;background: #FFF6EE;}

/*分页-取消*/
/*.pagination{overflow: auto;zoom: 1; text-align: center;margin-top: 30px;cursor: default;}
.pagination li, .pagination li .page-item{display: inline-block;font-size: 14px; line-height: 25px;vertical-align: middle; padding:0 10px;color: #aeaeae;}
.pagination li{ display:inline-block; *zoom:1;*display:inline;}
.pagination li .page-item{font-weight: bold;}
.pagination li .page-item:hover{background:#ff7e00;color: #fff;}
.pagination .pages-go{background:#ff7e00;color: #fff;}
.pagination .btn-pre, .pagination .btn-next{border-bottom:3px solid #dedede; padding:0;}
.pagination .btn-pre:hover, .pagination .btn-next:hover{color: #ff7e00;border-bottom-color: #ff7e00;}
.pagination .total-pages .pages-num{color: #ff7e00;font-weight: bold; margin:0 6px;}
.pagination .pages-value input{display: inline-block; width: 40px; line-height: 25px; height: 25px; vertical-align: middle; margin: 0 10px;}
.pagination .pages-value input[type="text"] {padding:0;-webkit-appearance: none;border:1px solid #aeaeae;outline: none;outline-offset:0;}
.pagination .pages-value input[type="text"]:focus {border-color:#ff7e00;}
.pagination .pages-value input[type="text"]:hover {*border-color:#ff7e00;}*/


/*尾部*/
#footer_link_info{margin-top: 30px;}
#footer_link_info p, #footer_link_info a {color: #616161;}

/*默认页面是1190px——见上*/
/*适应960px*/
 @media screen and (max-width:1210px) {
 	body{min-width:960px;}
	.container{width: 960px;}
	
	.section .class-list{width: 670px;}
	/*分页*/
	.collect_page{width: 960px;margin:0 auto;overflow: hidden;}
}