.baichuan-zhuanjia-video {
	width: 1200px;
	margin: 0 auto;
	color: #303133;
	padding-bottom: 4px;
}

.baichuan-zhuanjia-video .video-navbar {
	font-size: 12px;
	margin: 8px 0;
}

.baichuan-zhuanjia-video .video-main h1 {
	font-size: 18px;
	font-weight: 500;
	margin: 16px 0;
}

.video-main .video-content {
	width: 100%;
	overflow: hidden;
}

.video-content .video-source {
	height: 532px;
	width: 794px;
	float: left;
	position: relative;
}

.video-source video {
	height: 100%;
	width: 100%;
}

.video-content #play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 72px;
	width: 72px;
	margin-left: -36px;
	margin-top: -36px;
	cursor: pointer;
	z-index: 10;
}

.video-content .video-relative {
	float: right;
	width: 386px;
}

.lecturer-wrapper h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #303133;
}

.lecturer-wrapper {
	margin-bottom: 15px;
}

.lecturer-wrapper .lecturer-list {
	/* height: 174px; */
	border: 1px solid #dcdfe6;
	margin: 10px 0;
	padding: 0 20px;
}

.lecturer-list .list-item {
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	margin: 18px 0;
}

.list-item .lecturer-avatar {
	height: 60px;
	width: 60px;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(ie-css3.htc);
	background-color: #e2e2e2;
	margin-right: 10px;
	overflow: hidden;
	z-index: 50;
}

.list-item .lecturer-avatar img {
	z-index: 100;
	width:100px;
	margin-top: 2px;
	margin-left: -17px;
}

.list-item .lecturer-info {
	float: left;
	padding: 11px 0;
}

.list-item .lecturer-info p:first-of-type {
	font-size: 14px;
	margin-bottom: 3px;
}

.list-item .lecturer-info p:last-of-type {
	font-size: 12px;
	color: #606266;
}

.video-content .article-wrapper h2 {
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	font-weight: 500;
	color: #333333;
}

.video-content .article-wrapper .article-list {
	border: 1px solid #dcdfe6;
	/* height: 284px; */
	overflow: hidden;
	width: 384px;

}

.article-wrapper .article-list ul {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.video_news {
	width: 100%;
}

.article-wrapper .article-list ul li {
	height: 39px;
	line-height: 39px;
	width: 100%;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;

}

.article-wrapper li:nth-of-type(even) {
	background: #f8f8f9;
}

.article-wrapper li a {
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	position: relative;
	padding-left: 10px;
}

.article-wrapper li a:before {
	position: absolute;
	left: 0;
	content: "";
	height: 4px;
	width: 4px;
	top: 50%;
	margin-top: -2px;
	background: #c0c4cc;
}

.article-wrapper li span {
	float: right;
	color: #909399;
	padding-right: 20px;


}

.video-description p {
	margin: 10px 0;
	font-size: 12px;
}

.video-description p>span {
	margin-right: 20px;
}

.video-description .descri-value {
	color: #606266;
}

.video-recommend {
	width: 1220px;
	margin: 0 auto;
	margin-top: 38px;
	clear: both;
	overflow: hidden;

}

.video-recommend img {
	height: 150px;
	width: 224px;
}

.video-recommend ul {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.video-recommend ul li {
	width: 224px;
	float: left;
	height: auto;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.video-recommend ul li h4 {
	font-size: 14px;
	height: 36px;
	display: block;
	font-weight: 500;
	line-height: 18px;
	padding: 10px 0 5px 0;
}

.video-recommend ul li p {
	font-size: 12px;
	color: #333333;
}

.video-recommend ul li p span {
	font-size: 12px;
	color: #999999;
	float: right;
}

/*video-top */
.video-top {
	width: 100%;
	height: 550px;
	display: block;
	margin: 0 auto;
	padding-top: 31px;
	position: relative;
}

.video-top-nav {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 31px;
	z-index: 888;
}

.video-top-nav1 {
	width: 1200px;
	margin: 0 auto;
}

.video-top-nav1-left {
	width: 284px;
	float: left;
	padding-top: 20px;
}

.video-top-nav1-left img {
	padding-right: 17px;
}

.video-top-nav1 ul {
	width: 568px;
	margin: 0 0 0 0;
	height: 60px;
	float: left;
	display: block;
	padding-top: 10px;
}


.video-top-nav1 ul li {
	padding-right: 70px;
	float: left;
	line-height: 58px;
	font-size: 16px;
	text-align: center;
}

.video-top-nav1 ul li:last-child {
	padding-right: 0px;
}

A.a_honglink:link,
A.a_honglink:visited,
A.a_honglink:active {
	color: #ffffff;
	display: block;
	height: 58px;
	line-height: 58px;
	border-bottom: 2px #ffffff solid;
	font-weight: bold;

}

A.a_honglink:hover {
	color: #cccccc;
	border-bottom: 2px #cccccc solid;
}

A.nav_2:link,
A.nav_2:visited,
A.nav_2:active {
	color: #ffffff;
	display: block;
	height: 58px;
	line-height: 60px;
}

A.nav_2:hover {
	color: #cccccc;
	border-bottom: 2px #cccccc solid;
}


.video-top-nav1-search {
	width: 288px;
	height: 30px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 15px;
	float: right;
	margin-top: 25px;
	position: relative;
}

.video-top-nav1-search3 {
	width: 184px;
	height: 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	border: 0;
	background: url(../images/video-search.png) 12px 8px no-repeat;
	font-size: 12px;
	color: #999999;
	padding-left: 34px;
	
}

.video-top-nav1-search4 {
	width: 70px;
	height: 30px;
	background: #2B314D;
	border-radius: 15px;
	color: #fff;
	border: none;
	position: absolute;
	font-size: 12px;
	z-index: 10;
	right: -1px;
	top: 0;
	border: 0;
	-webkit-transition-duration: 0.4s; /* Safari */
	    transition-duration: 0.4s;
}
.video-top-nav1-search4:hover {	
	background: #cd1f20;	
}

input {
	outline: none;
}

.video-top-lunbo {
	width: 100%;
	height: 550px;
	text-align: center;
	margin: 0 auto;
}

/*Expert-video-body1*/
.Expert-video-body1 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;

}

.Expert-video-tel {
	width: 1200px;
	margin: 0 auto;
	height: 42px;
	display: block;
	
	position: relative;
	border-bottom: 4px #000055 solid;
	margin-bottom: 20px;
}

.Expert-video-tel h3 {
	width: 266px;
	padding-left: 20px;
	position: absolute;
	bottom: -4px;
	z-index: 1000;
	border-bottom: 4px #cd1f20 solid;
	font-size: 24px;
	line-height: 23px; 	
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.Expert-video-body1-tex {
	width: 100%;
}

.Expert-video-body1-tex1 {
	width: 596px;
	float: left;
	height: 396px;

}

.video-list2 li {
	float: left;
	width: 596px;
	height: 396px;
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
}
.video-list2-tel{ width: 100%;
height: 30px;
background: rgba(0, 0, 0,0.5);
position: absolute;
z-index: 1;
bottom:4px; 
left: 0;
transition: 0.5s;
}
.video-list2 li:hover .video-list2-tel{opacity: 0;}
.video-list2-tel p{
	padding: 0 10px;
	line-height: 30px;
}
.video-list2-tel p span{
	float: right;
}
.video-list2 li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
}


.video-list2 li h4 {
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: 1px;

}

.video-list2 .video-img2 img {
	width: 596px;
	height: 396px;
	transition: 0.5s;
}

.video-info-box h3 {
	height: 50px;
}

.video-list2 .video-title2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 52px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: 500;
	background: rgba(255, 102, 102, 0.9);
	font-size: 12px;
	border-radius: 0 0 5px 0;
	transition: 0.5s;
}

.video-list2 .video-info-box2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 506px;
	height: 164px;
	padding: 116px 45px;
	background: rgba(0, 0, 0, 0.65);
	transition: 0.5s;
	opacity: 0;
}

.video-list2 .video-info-box2 .video-info2 {
	margin-top: 15px;
	font-size: 16px;

}

.video-list2 .video-info-box2 .video-info2 p {
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.video-list2 .video-info-box2 .video-info2 p span {
	margin-right: 10px;
	opacity: 1;
}

.video-list2 .video-mark2 i {
	font-style: normal;
}

.video-list2 .video-mark2 i:before {
	content: " / ";
}

.video-list2 .video-mark i:first-child:before {
	display: none;
}

.video-list2 .video-first2 {
	width: 100%;
	height: 396px;
}

.video-list2 .video-first2 .video-info2 {
	margin-top: 145px;
}

.video-list2 li:hover .video-info-box2 {
	opacity: 1;
}

.video-list2 li:hover .video-title {
	opacity: 0;
}

.video-list2 li:hover .video-img2 img {
	transform: scale(1.1);
}

.Expert-video-body1-tex2 {
	width: 604px;
	float: right;
	height: 396px;

}

.video-list li {
	float: left;
	width: 284px;
	height: 190px;
	display: block;
	overflow: hidden;
	margin-left: 18px;
	margin-bottom: 16px;
	position: relative;
}

.video-list2-tel2{ 
width: 100%;
height: 30px;
background: rgba(0, 0, 0,0.5);
position: absolute;
z-index: 3;
bottom:4px; 
left: 0;
line-height: 30px;
transition: 0.5s;
}
.video-list li:hover .video-list2-tel2{opacity: 0;}
.video-list2-tel2 p{
	width: 185px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
		
	
}
.video-list2-tel2  span{
	float: left;
	padding-right: 10px;
	
}

.video-list li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
}


.video-list li h4 {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: 1px;

}

.video-list .video-img img {
	width: 284px;
	height: 190px;
	transition: 0.5s;
}

.video-info-box h3 {
	height: 50px;
}

.video-list .video-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 52px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: 500;
	background: rgba(255, 102, 102, 0.9);
	font-size: 12px;
	border-radius: 0 0 5px 0;
	transition: 0.5s;
}

.video-list .video-info-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 238px;
	height: 194px;
	padding: 8px 23px;
	background: rgba(0, 0, 0, 0.65);
	transition: 0.5s;
	opacity: 0;
}

.video-list .video-info-box .video-info {
	margin-top: 25px;
	font-size: 14px;

}

.video-list .video-info-box .video-info p {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.video-list .video-info-box .video-info p span {
	margin-right: 10px;
	opacity: 1;
}

.video-list .video-mark i {
	font-style: normal;
}

.video-list .video-mark i:before {
	content: " / ";
}

.video-list .video-mark i:first-child:before {
	display: none;
}

.video-list .video-first {
	width: 100%;
	height: 396px;
}

.video-list .video-first .video-info {
	margin-top: 145px;
}

.video-list li:hover .video-info-box {
	opacity: 1;
}

.video-list li:hover .video-title {
	opacity: 1;
}

.video-list li:hover .video-img img {
	transform: scale(1.1);
}

/*Expert-video-body2*/
.Expert-video-body2 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.video-date {
	width: 233px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	border: 1px dotted #2B314D;
}

.video-date img {
	padding-right: 11px;
	vertical-align: middle;
	margin-top: -3px;
}

.video-date2 {
	width: 233px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	border: 1px dotted #ffffff;
}

.video-date2 img {
	padding-right: 11px;
	vertical-align: middle;
	margin-top: -3px;
}

.Expert-video-body2 ul {
	width: 100%;
}

.Expert-video-body2 ul li {
	float: left;
	width: 285px;
	height: 190px;
	display: block;
	overflow: hidden;
	margin-right: 20px;
background: #F8F8F9;
	position: relative;
}

.Expert-video-body2 ul li:last-child {
	margin-right: 0px;
}

.Expert-video-body2 ul li h4 {
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
	height: 48px;
}

.Expert-video-body2 ul li p {
	font-size: 14px;
	padding-top: 28px;
}

.tooltip3 {
	position: relative;
	display: inline-block;
	padding: 24px;

}

.tooltip3 .tooltiptext3 {
	visibility: hidden;
	width: 237px;
	height: 194px;
	padding: 24px;
	left: 0;
	top: 0;
	background: #2B314D;
	color: #ffffff;
	position: absolute;
	z-index: 5;

}

.tooltip3:hover .tooltiptext3 {
	visibility: visible;
}

/*Expert-video-body3*/
.Expert-video-body3 {
	width: 1220px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.video-recommend2 {

	margin-top: 20px;
	width: 100%;
	clear: both;
	overflow: hidden;

}

.video-recommend2 img {
	height: 190px;
	width: 285px;
}

.video-recommend2 ul {
	width: 100%;

	clear: both;
	overflow: hidden;
}

.video-recommend2 ul li {
	width: 285px;
	float: left;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 0 10px 20px 10px;
}



.video-recommend2 ul li h4 {
	font-size: 14px;
	height: 36px;
	display: block;
	font-weight: 500;
	line-height: 18px;
	padding: 10px 0 5px 0;
}

.video-recommend2 ul li p {
	font-size: 12px;
	color: #333333;
}

.video-recommend2 ul li p span {
	font-size: 12px;
	color: #999999;
	float: right;
}

/*Expert-video-body3*/
.Expert-team {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 16px;
}

.Expert-team ul {
	padding: 0;
}

.Expert-team ul li {
	width: 220px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.Expert-team ul li h4 {
	line-height: 30px;
	font-weight: 500;
}

.Expert-team ul li p {
	line-height: 20px;
	font-weight: 400;
}

.Expert-pic {
	width: 150px;
	height: 140px;
	border-radius: 75px;
	background: #d8d8e2;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 12px;
}

.Expert-pic img {
	width: 261px;
	height: 328px;
	margin-left: -50px;
	margin-top: -10px;
}

/*视频播放页 顶部 */
.video-top2 {
	width: 100%;
	height: 74px;
	display: block;
	margin: 0 auto;
	padding-top: 31px;
	position: relative;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 28px;
}

.video-top-nav2 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 31px;
	z-index: 888;
}

.video-top-nav1-2 {
	width: 1200px;
	margin: 0 auto;

}


.video-top-nav1-2 ul {
	width: 568px;
	margin: 0 0 0 0;
	height: 60px;
	float: left;
	display: block;
	padding-top: 10px;
}


.video-top-nav1-2 ul li {
	padding-right: 70px;
	float: left;
	line-height: 58px;
	font-size: 16px;
	text-align: center;
}

.video-top-nav1-2 ul li:last-child {
	padding-right: 0px;
}

A.a_honglink2:link,
A.a_honglink2:visited,
A.a_honglink2:active {
	color: #2b314d;
	display: block;
	height: 58px;
	line-height: 58px;
	border-bottom: 2px #2b314d solid;
	font-weight: bold;

}

A.a_honglink2:hover {
	color: #cd1f20;
	border-bottom: 2px #cd1f20 solid;
}

A.nav_3:link,
A.nav_3:visited,
A.nav_3:active {
	color: #2b314d;
	display: block;
	height: 58px;
	line-height: 60px;
}

A.nav_3:hover {
	color: #cd1f20;
	border-bottom: 2px #cd1f20 solid;
}

.video-top-nav1-search-2 {
	width: 288px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #2B314D;
	border-radius: 15px;
	float: right;
	margin-top: 25px;
	position: relative;
}

.video-top-nav1-search3-2 {
	width: 184px;
	height: 28px;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	float: left;
	border: 0;
	background: url(../images/video-search.png) 12px 8px no-repeat;
	font-size: 12px;
	color: #999999;
	padding-left: 34px;
}

.video-top-nav1-search4-2 {
	width: 70px;
	height: 30px;
	background: #2B314D;
	border-radius: 15px;
	color: #fff;
	border: none;
	position: absolute;
	font-size: 12px;
	top: 0;
	right: -2px;
	z-index: 11;
	-webkit-transition-duration: 0.4s; /* Safari */
	    transition-duration: 0.4s;

}
.video-top-nav1-search4-2:hover {	
	background: #cd1f20;
}
/*Review */
.video-top3 {
	width: 100%;
	height: 292px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 31px;
	background: url(../images/video-pic3.png) center 31px no-repeat;
	position: relative;
}

.video-top3-tex {
	width: 100%;
	text-align: center;
	position: absolute;
	color: #ffffff;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	padding-top: 120px;
	z-index: 2;
	letter-spacing: 2px;

}

.video-top3-tex p {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
	padding-top: 20px;
	font-weight: bold;
	text-transform: uppercase;

}
.video-recommend3 {
	width: 1220px;
	margin: 0 auto;
	margin-top: 0px;
	clear: both;
	overflow: hidden;

}

.video-recommend3 img {
	height: 150px;
	width: 224px;
}

.video-recommend3 ul {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.video-recommend3 ul li {
	width: 224px;
	float: left;
	height: auto;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.video-recommend3 ul li h4 {
	font-size: 14px;
	height: 36px;
	display: block;
	font-weight: 500;
	line-height: 18px;
	padding: 10px 0 5px 0;
}

.video-recommend3 ul li p {
	font-size: 12px;
	color: #333333;
}

.video-recommend3 ul li p span {
	font-size: 12px;
	color: #999999;
	float: right;
}


.video-fenye {
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 46px;	
}

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.pagination li {
	display: inline;
	float: left;
	padding: 8px 16px;
	color: #212121;
	line-height: 36px;
}

ul.pagination li a {
	color: black;
	float: left;
	font-weight: bold;
	text-decoration: none;
	transition: background-color .3s;
}

ul.pagination li a.active {
	color: #cd1f20;
}

ul.pagination li span {
	color: #cd1f20;
	padding: 0 3px;
}

ul.pagination li img {
	width: 7px;
	height: 12px;
}

ul.pagination li select {
	width: 118px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #C7C7CC;
	border-radius: 4px;
	text-align: center;
}
ul.pagination li input {
	width: 62px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #C7C7CC;
	border-radius: 4px;
	margin-left: 12px;
	margin-right:12px;
}
/*搜索结果*/
.Review-tel {
	width: 1200px;
	margin: 0 auto;
	height: 54px;
	display: block;
	background: #f8f8f9;
	position: relative;
	border-top: 4px #000055 solid;
	margin-bottom: 27px;
}

.Review-tel h3 {
	padding: 0 50px 0 30px;
	position: absolute;
	top: -4px;
	z-index: 1000;
	border-top: 4px #cd1f20 solid;
	text-align: center;
	font-size: 24px;
	line-height: 54px;
	letter-spacing: 1px;
}

.search-result {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	clear: both;
	overflow: hidden;

}
.search-result ul {
	text-align: center;
	padding: 100px 0 372px 0;
}
.search-result ul p {
	color: #999999;
	line-height: 16px;
	padding-top: 28px;
	font-size: 16px;
}
/*专家团队*/
.Expert-team2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;

}

.Expert-team3 {
	position: relative;
	width:100px;
		height:100px;
		background:red;
		transition:width 2s;
		-webkit-transition:width 2s; /* Safari */
}
.Expert-team3:hover {
	
	background: #0000FF;
	width:300px;
	height:300px ;
}


/*专家详情页*/
.Expert-list {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	clear: both;
	overflow: hidden;

}
.Expert-list2{
	border: 1px solid #DCDFE6;
	padding: 0 40px 0 0;
	height: 328px;
	display: block;
}
.Expert-list2 img{
	width: 261px;
	height: 328px;
	background: #d8d8e2;
	float: left;
}
.Expert-list2-tex{
	width: 880px;
	float: right;
}
.Expert-list2-tex h4{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 74px 0 16px 0;
}
.Expert-list2-tex h5{
	color: #666666;
	font-weight: 500;
	line-height: 16px;
	font-size: 14px;
}

.Expert-list2-tex span {
  width: 86px;
  height: 2px;
  background: #CD1F20;
    display: inline-block;
    position: relative;
    z-index: 1;
	
	}
	.Expert-list2-tex p{
		line-height: 20px;
		font-size: 12px;
		padding-top: 12px;
		text-align: justify;
		text-justify: inter-ideograph;
		
	}
.article-wrapper2{
	width: 100%;
	padding: 10px 0;
}
 .article-wrapper2 h2 {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		font-weight: 500;
		color: #333333;
	}
	
	.article-wrapper2 .article-list2 {
		border: 1px solid #dcdfe6;
		/* height: 284px; */
		overflow: hidden;
		width: 1198px;
		margin-bottom: 10px;
	
	}
	
	.article-wrapper2 .article-list2-1 {
		height: 100%;
		overflow: hidden;
		width: 50%;
		float: left;
	}
	
	
	.article-wrapper2 .article-list2-1 li {
		height: 39px;
		line-height: 39px;
		
		padding: 0 20px;
		font-size: 12px;
		overflow: hidden;
	
	}
	
	.article-list2-1 li:nth-of-type(even) {
		background: #f8f8f9;
	}
	
	.article-list2-1 li a {
		float: left;
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
		position: relative;
		padding-left: 15px;
	}
	
	.article-list2-1 li a:before {
		position: absolute;
		left: 0;
		content: "";
		height: 4px;
		width: 4px;
		top: 50%;
		margin-top: -2px;
		background: #c0c4cc;
	}
	
	.article-list2-1 li span {
		float: right;
		color: #909399;
		padding-right: 20px;
	
	}
	.article-wrapper2 .article-list2-2 {
		height: 100%;
		overflow: hidden;
		width: 50%;
		float: left;
	}
	
	
	.article-wrapper2 .article-list2-2 li {
		height: 39px;
		line-height: 39px;
		width: 100%;
		float: left;
		padding: 0 10px;
		font-size: 12px;
		overflow: hidden;
	
	}
	
	.article-list2-2 li:nth-of-type(even) {
		background: #f8f8f9;
	}
	
	.article-list2-2 li a {
		float: left;
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
		position: relative;
		padding-left: 15px;
	}
	
	.article-list2-2 li a:before {
		position: absolute;
		left: 0;
		content: "";
		height: 4px;
		width: 4px;
		top: 50%;
		margin-top: -2px;
		background: #c0c4cc;
	}
	
	.article-list2-2 li span {
		float: right;
		color: #909399;
		padding-right: 20px;
	
	
	}
	.swiper-container {
	  width: 1200px;
	  height: 329px;
	  margin: 40px auto;
	  /* overflow: hidden; */
	}
	.swiper-wrapper {
	  position: relative;
	}
	.swiper-slide {
	  width: 340px;
	  height: 276px;
	  background: #F8F8F9;
	  border-radius: 10px;
	  float: left;
	  margin: 26px 0;
	}
	.swiper-slide > img {
	  width: 260px;
	  height: 100%;
	  background: #d8d8e2;
	  float: left;
	  display: none;
	}
	.swiper-slide > .describe {
	  /* 340 - 23 - 45 = 274 */
	  width: 272px;
	  height: 100%;
	  float: left;
	  padding: 0 23px 0 45px;
	  position: relative;
	}
	.swiper-slide > .describe > p.name {
	  margin-top: 71px;
	  font-size: 16px;
	  font-weight: 500;
	  color: #333333;
	}
	.swiper-slide > .describe > p.job {
	  font-size: 14px;
	  color: #666666;
	  margin-top: 11px;
	  margin-bottom: 19px;
	  position: relative;
	}
	.swiper-slide > .describe > p.job::after {
	  content: "";
	  position: absolute;
	  width: 86px;
	  height: 2px;
	  background-color: #2B314D;
	  left: 0;
	  bottom: -19px;
	}
	.swiper-slide > .describe > p.about {
	  font-size: 12px;
	  color: #333333;
	  line-height: 20px;
	  padding-top: 20px;
	}
	.swiper-slide > .describe > a.details {
	  font-size: 12px;
	  text-decoration: none;
	  padding: 4px 0;
	  color: #2B314D;
	  border-bottom: 1px solid #2B314D;
	  position: absolute;
	  bottom: 18px;
	  right: 23px;
	}
	.swiper-slide > .describe > a.details:hover {	 
	  color: #ba262b;
	  border-bottom: 1px solid #ba262b;
	
	}
	/* 激活状态样式 */
	.swiper-slide.is-active {
	  width: 520px;
	  background: #FFFFFF;
	  height: 329px;
	  margin: 0;
	  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	}
	.swiper-slide.is-active > img {
	  border-radius: 10px 0 0 10px;
	  display: block;
	}
	.swiper-slide.is-active > .describe {
	  /* 260 - 23 - 19 = 219 */
	  width: 218px;
	  padding: 0 23px 0 19px;
	}
	.swiper-slide.is-active > .describe > p.job::after {
	  background-color: #CD1F20;
	}
	.search-more {
		width: 254px;
		height: 45px;
		background: #2B304D;
		border-radius: 22px;
		text-align: center;
		color: #FFFFFF;
		line-height: 42px;
		margin: 0 auto;
	}
	.no-more {
		text-align: center;
		line-height: 45px;
		margin-top: 20px;	
		font-size: 16px;
		width: 254px;
		margin: 0 auto;
	}