body{background-color:#f5f5f5!important}
/*列表*/
.lazy-error {
    background: #f5f5f5 url(../images/lazy-error.png) no-repeat center center;
}
.left-wrap{
	position: relative;
    float: left;
    width: 975px;
    min-height: 772px;
    background: #fff;
}
.left-wrap .hd {
    margin: 0 20px;
    padding: 18px 0 15px;
    border-bottom: 1px solid #ddd;
}
.left-wrap .hd h1 {
    font-size: 24px;
    font-weight: 400;
    color: #111;
}
.icon-topic-lab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: url(../images/lab.png) no-repeat center center;
}
.icon-index-tag-1 {
    background-position: -3px -26px;
}
.icon-index-tag-2 {
    background-position: -28px -26px;
}
.icon-index-tag-3 {
    background-position: -52px -26px;
}
.icon-index {
    background-image: url(../images/index.png);
}
.icon-index-hit {
    width: 20px;
    height: 20px;
    background-position: -85px -50px;
}
.left-wrap .list {
    margin: 16px 0;
    overflow: hidden;
}
.left-wrap .list li {
    float: left;
    width: 485px;
    padding: 12px 20px;
    overflow: hidden;
}
.left-wrap .list .front {
	position: relative;
	float: left;
	width: 104px;
	height: 146px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow: 0 0 8px 0px rgba(0,0,0,0.20); 
}
.left-wrap .list .front .pic {
    position: relative;
    width:100%;
    height:100%;
    background-image: url(../images/tcbg.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.left-wrap .list .front .text-cover {
    padding: 10% 10% 35% 10%;
}
.left-wrap .list .front .text-cover::before {
    font-size: 10px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    text-align: center;
    opacity: 0.2;
}
.left-wrap .list .front .text-cover::after{content: "";display: block;position: absolute;top:0; left:0;width: 100%;height: 100%;z-index:0;opacity: .3;}
.left-wrap .list .front .text-cover-title {
    color: #000;
    text-orientation: mixed;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.6;
    height: 100px;
    overflow: hidden;
}
.tcbg0::after{background: #ccc7d1;}
.tcbg1::after{background: #c9b39c;}
.tcbg::after{background: #c2d0d6;}
.tcbg3::after{background: #beaca7;}
.tcbg4::after{background: #c4cad4;}
.tcbg5::after{background: #98acb3;}
.tcbg6::after{background: #b2acb9;}
.tcbg7::after{background: #a3aec2;}
.tcbg8::after{background: #9cb3c9;}
.tcbg9::after{background: #a7beb5;} 
.tcbg10::after{background: #cfcaaf;}
.left-wrap .list .front a.cover {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 104px;
	height: 146px;
    overflow: hidden;
    border: 1px solid #fff;
}
.left-wrap .list .front a.cover:hover {
    width: 104px;
    height: 146px;
}
.left-wrap .list .front img.doc-img {
	width: 100%;
	height: 100%;
}
.left-wrap .list .title {
	width: 284px;
    height: 30px;
    margin: 0 0 0 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.left-wrap .list .title a {
	height: 45px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.left-wrap .list .title a:hover {
	text-decoration: underline;
	color: #ec3b3b;
}
.left-wrap .list .intros {
	width: 280px;
	height: 70px;
	line-height: 24px;
	margin:0px 0 14px 124px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;color: #666;
}
.left-wrap .list .intros a {
	color:#666;
    height: 100%;
}
.left-wrap .list .btns {
	float: left;
	margin: 0 0 0 20px;
}
.left-wrap .list .btns a.btn-detail {
    display: block;
	width: 92px;height: 30px;line-height: 30px;
	background-color: #fdeaea;
    border: 1px solid #ec3b3b;
    position: relative;
    color: #ec3b3b;
	border-radius: 3px;
    font-size: 14px;
    text-align: center;
	transition: color .2s;
}
.left-wrap .list .btns a.btn-detail:hover {
	background: #ec3b3b;
	color: #fff;
}
.left-wrap .list .ft {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.right-wrap {
    float: right;
    width: 290px;
}
.right-wrap .topten {
    margin: 0 0 15px;
    padding: 0 18px 20px;
    background: #fff;
}
.right-wrap .topten .hd {
    padding: 20px 0 10px;
    line-height: 32px;
    overflow: hidden;
}
.right-wrap .topten .hd h3 {
    float: left;
    font-size: 16px;
}
.right-wrap .topten .hd ul.tab-nav {
    float: right;
    height: 22px;
		padding: 5px 0;
}
.right-wrap .topten .hd ul.tab-nav li {
    float: left;
    padding: 0 1px;
}
.right-wrap .topten .hd ul.tab-nav li a {
    display: block;
    width: 28px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    text-align: center;
    color: #aaa;
}
.right-wrap .topten .hd ul.tab-nav li a:hover, 
.right-wrap .topten .hd ul.tab-nav li a.active {
    background: #f5f5f5;
    color: #ec3b3b;
    font-weight: 700;
}
.right-wrap .topten ul.list li {
    padding: 10px 0 5px;
    *padding: 7px 0 5px;
}
.right-wrap .topten ul.list li > a {
    display: block;
    overflow: hidden;
}
.right-wrap .topten ul.list li > a > i.icon {
    color: #fff;
}
.right-wrap .topten ul.list li > a > i {
    float: left;
    width: 20px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
}
.right-wrap .topten ul.list li > a > i.num {
    color: #888;
}
.right-wrap .topten ul.list li > a > span.cover {
    float: left;
    display: none;
    width: 86px;height: 121px;
	margin: 0 8px;
	border-radius: 3px;
	border: 1px solid #eee;
	overflow: hidden;
}
.right-wrap .topten ul.list li > a > span.cover img {
    width: 100%;height: 100%;
}
.right-wrap .topten ul.list li > a.active > span.cover,
.right-wrap .topten ul.list li > a.active > span.d {
    display: block;
}
.right-wrap .topten ul.list li > a > strong {
    float: left;
    display: block;
    padding: 0 0 0 8px;
    width: 222px;
    height: 24px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.right-wrap .topten ul.list li > a.active > strong {
    float: right;
    display: block;
    display: -webkit-box;
    width: 126px;
    height: 40px;
		padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right-wrap .topten ul.list li > a > strong:hover {
    color: #ec3b3b;
    text-decoration: underline;
}
.right-wrap .topten ul.list li > a > span.d {
    display: none;
    float: right;
    padding: 60px 0 0 0;
    width: 126px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.right-wrap .topten ul.list li > a > span.d > small {
    float: left;
}
.right-wrap .topten ul.list li > a > span.d > em {
    float: left;
    padding: 0 10px;
    font-style: normal;
}
.tab-items > .tab-item {
	display: none;
}
.tab-items > .active {
    display: block;
}

.special-detail-left-wrap{
	float: left;
    margin: 0 0 16px 0;
    padding: 20px 30px 17px 30px;
    width: 975px;
    background-color: #fff;
}
.special-detail-left-wrap .hd {
    position: relative;
    margin: 0 0 0 -10px;
    height: 204px;
}
.special-detail-left-wrap .hd .cover-pic {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 10px;
    overflow: hidden;
}
.special-detail-left-wrap .hd .cover-pic img {
    display: block;
    float: left;
    width: 112px;
    height: 152px;
    margin: 17px 0 0 0;
    border: 1px solid #eeeeee;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.20);
}

.special-detail-left-wrap .hd .cover-pic .text-cover {
    position: relative;
    width: 133px;
    height: 182px;
    background-image: url(../images/tcbg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 10% 10% 35% 10%;
}
.special-detail-left-wrap .hd .cover-pic .text-cover::before {
    font-size: 10px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    text-align: center;
    opacity: 0.2;
}
.special-detail-left-wrap .hd .cover-pic .text-cover-title {
    color: #000;
    text-orientation: mixed;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.6;
    height: 100px;
    overflow: hidden;
}
.special-detail-left-wrap .hd .cover-pic .text-cover::after{content: "";display: block;position: absolute;top:0; left:0;width: 100%;height: 100%;z-index:0;opacity: .3;}

.special-detail-left-wrap .hd .title {
    position: absolute;
    right: 0;
    padding: 12px 0 0 12px;
    width: 780px;
}
.special-detail-left-wrap .hd .title h1{
	margin: 0 0 25px 0;
	height: 35px;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.special-detail-left-wrap .hd .title p{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
}
.special-detail-left-wrap .hd .title p.intro{
	display: -webkit-box;
	height: 72px;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.special-detail-left-wrap .hd .title p.attribute{margin-top:10px;line-height:28px;color:#999}
.special-detail-left-wrap .hd .title p.attribute .item{font-size:12px;height:28px;margin-right:30px;max-width:120px;color:#999;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.special-detail-left-wrap .hd .title p.attribute .item i{margin-right:5px;font-size: 12px;}

.special-detail-right-wrap{
	float: right;
    width: 290px;
}
.special-detail-right-wrap .resemble {
    padding: 19px 20px;
    margin-bottom: 15px;
    background-color: #fff;
    background: #fff;
}
.special-detail-right-wrap .resemble h3 {
    padding: 0 0 0 8px;
    margin: 0 0 20px 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    border-left: 4px solid #f01414;
}
.special-detail-right-wrap ul.list li {
    margin: 0 0 13px 0;
}
.special-detail-right-wrap ul.list li i {
    margin: 0 5px 0 0;
}
.special-detail-right-wrap ul.list li strong {
    display: inline-block;
    overflow: hidden;
    width: 220px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.special-detail-right-wrap ul.list li a:hover > strong{
	text-decoration: underline;
	color: #f01414;
}
.special-detail-left-wrap .catalog{
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.special-detail-left-wrap .catalog dl{
	float: left;
	overflow: hidden;
	padding-left: 50px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
}
.special-detail-left-wrap .catalog dt{
	float: left;
	padding: 0 0 0 0;
	margin:  0 0 0 -50px;
	font-size: 16px;
	font-weight: 700;
}
.special-detail-left-wrap .catalog dd{
	float: left;
	width: 210px;
	margin: 0 138px 0 0;
}
.special-detail-left-wrap .catalog dd a{
	width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}
.special-detail-left-wrap .catalog dd a:hover{
	color: #f01414;
}

.special-detail-left-wrap .bd .classify{
	padding: 20px 0 7px 0;
	border-bottom: 1px dashed #ddd;
}
.special-detail-left-wrap .bd .classify:last-child{
	border-bottom:0px;
}
.special-detail-left-wrap .bd .classify .headline{
	margin: 0 0 20px 0;
}
.special-detail-left-wrap .bd .classify .headline span{
	display: inline-block;
	line-height: 22px;
}
.special-detail-left-wrap .bd .classify .headline span.number{
	width: 22px;
	height: 22px;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	background: #f01414;
	border: 1px solid #f01414;
	border-radius: 3px;
}
.special-detail-left-wrap .bd .classify .headline span.title{
	padding: 0 0 0 10px;
	font-size: 18px;
	vertical-align: middle;
}
.special-detail-left-wrap .bd .classify ul.list{
	overflow: hidden;
}
.special-detail-left-wrap .bd .classify ul.list li{
	padding: 0 37px 13px 39px;
	float: left;
	width: 455px;
}
.special-detail-left-wrap .bd .classify ul.list li a{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.special-detail-left-wrap .bd .classify ul.list li strong{
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.special-detail-left-wrap .bd .classify ul.list li a:hover > strong{
	text-decoration: underline;
	color: #f01414;
}
.no-data{display:block;width:100%;height:88px;margin:110px auto 210px auto;color:#999;font-size:14px;background:url(../images/no-data.png) no-repeat center;background-size:contain}
.no-data p{padding-top:113px;text-align:center;color:#999}