@charset "UTF-8";

body {
	font-size: 16px;
	font-family: "Microsoft Yahei", "Microsoft Yahei" !important;
	color: #333;
	margin: 0;
	padding: 0;
	background: #e3effd;
}

.head img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.head img {
	display: block;
	margin: 0 auto;
}

.head .img1 {
	position: absolute;
	top: 15%;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeUp1 {
	-webkit-animation-name: fadeUp1;
	animation-name: fadeUp1;
}

@keyframes fadeUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.tpz {
	/* background: url(../images/zjyx.png) no-repeat; */
	height: 46px;
	padding-top: 0px;
	border-bottom: none !important;
	border-radius: 5px;
}

.tpz a {
	color: #CCCCCC !important;
	padding-top: 10px;
	padding-right: 6px;
}

.spz a:hover,
.tpz a:hover {
	color: #1c90e7 !important;
}

.spz {
	background: url(../images/tpz.png) no-repeat;
	height: 46px;
	padding-top: 0px;
	border-bottom: none !important;
	border-radius: 5px;
}

.spz a {
	color: #CCCCCC !important;
	padding-top: 10px;
	padding-right: 6px;
}

.opc {
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=50);
	bottom: 0;
	right: 0;
}

.img-list {
	margin-top: 10px;
	margin-bottom: 35px;
}


/* .img-list ul {
    width: 995px;
} */

.img-list ul li .imgBox {
	width: 380px;
	height: 283px;
}

.img-list ul li {
	float: left;
	width: 380px;
	margin-right: 18px;
	position: relative;
}

.img-list ul li:last-child {
	margin-right: 0px;
}

.list-box .img-list {
	display: none;
}

.list-box .active {
	display: block;
}

.img-list ul li:hover p {
	color: #ccc;
}

.img-list ul li img {
	width: 380px;
	height: 283px;
	transition: all 0.6s;
}

.img-list ul li img:hover {
	transform: scale(1.1);
}

.img-list ul li a {
	position: relative;
	display: block;
	outline: none;
}

.img-list ul li p {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	/*left: 30px;*/
	z-index: 5;
}

.img-list ul li span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	background-color: #333333;
	opacity: 0.5;
}

.img-list ul li a .cover {
	position: absolute;
	width: 380px;
	height: 283px;
	top: 0;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
}

.img-list ul li a .cover img {
	margin-left: 40%;
	margin-top: 27%;
	width: 50px !important;
	height: 50px !important;
}

.list .img-con ul li a .cover:hover img,
.img-list ul li a .cover:hover img {
	animation: video 1s linear;
	/* Safari 与 Chrome: */
	-webkit-animation: video 1s linear;
}

@keyframes video {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes video
/* Safari 与 Chrome */

	{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.imgList {
	margin: 15px 0 60px 0;
}

.imgList ul {
	margin: 0 0px 0px 0px !important;
}

.imgList ul li {
	margin-right: 12px !important;
	float: left;
	width: 282px;
	height: 193px;
	margin-bottom: 40px;
	/* overflow: hidden; */
}

.imgList ul li:nth-child(4n) {
	margin-right: 0px !important;
}

.imgList ul li a {
	display: block;
}

.imgList ul li img {
	width: 100%;
	cursor: pointer;
	height: 193px;
	transition: all 0.6s;
}

.imgList ul li p {
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgBox1 {
	width: 282px;
	overflow: hidden;
	position: relative;
}

.imgBox .opc {
	z-index: 2;
}

.imgBox1 .opc {
	z-index: 2;
}

.imgBox1 .opcTop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/vedio_stop.png) no-repeat center center;
	z-index: 3;
}

.imgBox1:hover .opcTop {
	animation: opcTopRotate 600ms linear 1;
	-webkit-animation: opcTopRotate 600ms linear 1;
	/*Safari and Chrome*/
}

.container {
	width: 1220px;
	margin: 0 auto;
	height: 100%;
}

.container.index-container {
	/* margin-bottom: 20px; */
	padding: 25px 20px;
	background: #fff;
	width: 1220px;
	box-sizing: border-box;
	/* margin-top: -275px; */
}

.container.other-container {
	width: 1120px;
}

#middle {
	width: 100%;
	/*background: #F5F5F5;*/
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
	margin-top: -406px;
	background: url(../images/top.png) no-repeat center 220px, url(../images/bottom.png) no-repeat center bottom;
}

.middle-box {
	/*padding-top: 25px;*/
	background: #F0F0F0;
}

.matchLeft {
	width: 590px;
	/* overflow: hidden; */
	background: #fff;
	margin-right: 20px;
}

.matchRight {
	width: 565px;
	/* overflow: hidden; */
	background: #fff;
}

.up {
	position: relative;
	background: url(../images/head.png) no-repeat center top;
	margin: auto;
	height: 800px;
}

.up img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.up .search-box {
	position: absolute;
	top: 220px;
	right: 12%;
	background: rgba(255, 255, 255, 0.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
	border-radius: 3px;
	padding-left: 15px;
}

.up .search-box input {
	background: #fff;
	width: 173px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 3px;
	vertical-align: top;
	background: none;
	border: 0;
	outline: none;
}

.up .search-box .btn-search {
	float: right;
	width: 40px;
	height: 38px;
	border: 0;
	cursor: pointer;
	background: url(../images/btn_search.png) no-repeat center center;
	outline: none;
}


/*主图轮播*/

.sliderList {
	/*padding-top:20px;*/
	overflow: hidden;
	position: relative;
	/* padding: 15px 18px 15px 0; */
	/*轮播图*/
}

.sliderList .slick-dots {
	position: absolute;
	bottom: 12px;
	right: 28px;
	width: auto;
	z-index: 10;
}

.sliderList .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b3bac2;
	float: left;
}

.sliderList .slick-dots li button:before {
	content: '';
}

.sliderList .slick-dots li.slick-active button:before {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.sliderList .carousel-item span {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 100;
	width: 310px;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sliderList .carousel-item img{
	width: 590px;
	height: 360px;
}
.sliderList .carousel-opc {
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	height: 34px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 1;
}

.lunbo-and-list {
	height: 360px;
}

.lunbo-and-list .matchLeft {
	width: 590px;
}

.lunbo-and-list .matchRight {
	width: 565px;
}

.lunbo-and-list .newList-ul li {
	height: 36px;
	line-height: 36px;
}

.lunbo-and-list .newList-ul li a {
	height: 36px;
}

.tabTop {
	/* position: relative;
    padding: 0; */
	/* border-bottom: 1px solid #c2c2c2; */
	padding-right: 0px;
	/* background: #f4d9e8;
    padding: 0 10px;*/
	height: 44px;
}

.tabTop5 {
	position: relative;
	padding: 0;
	/* border-bottom: 1px solid #c2c2c2; */
	padding-right: 0px;
	background: rgba(30,99,207, .3);
	padding: 0 10px;
	height: 37px;
}

.tabTop5 a {
	font-size: 14px !important;
	color: #381ca6 !important;
	background: none !important;
}

.tabTop5 a:hover {
	color: #1e63cf !important;
}

.tabTop .iconTab {
	width: 15px;
	height: 30px;
	background: url(../images/icon_tab_top1.png) no-repeat 0px 0px;
	float: left;
	margin-right: 9px;
	display: inline-block;
}

.tabTop .tab {
	display: inline-block;
	font-weight: bold;
	color: #9c5573;
	font-size: 18px;
	/* background: #1c90e7; */
	/* width: 126px; */
	height: 37px;
	text-align: center;
	line-height: 37px;
}


/* .tabTop .tab1 {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    background: #e189b9;
    color: #fff;
    font-size: 18px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    bottom: 3px;
    padding: 0 15px;
    left: 0;
} */

.tabTop a {
	color: rgb(102, 102, 102, .5);
	font-size: 14px;
	margin-top: 7px;
	width: 55px;
	line-height: 24px;
	height: 24px;
	border-radius: 30px;
	background: rgba(204, 204, 204, .5);
	text-align: center;
}

.tabTop a:hover {
	color: #666;
}

.tab-list {
	padding: 15px 0;
}

.tab-list a {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #381ca6;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.tab-list a.active {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #381ca6;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.tab-list a.active::after {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 36px;
	right: 40px;
	padding: 0;
	border-top: 11px solid #381ca6;
	border-bottom: 11px solid transparent;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	display: block;
	content: '';
	z-index: 10;
}

.tab-list .more {
	color: rgb(102, 102, 102, .5);
	font-size: 14px;
	margin-top: 9px;
	width: 55px;
	line-height: 24px;
	height: 24px;
	border-radius: 30px;
	background: rgba(204, 204, 204, .5);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.tab-list .more:hover {
	color: #666;
}

.tabTop2 {
	border-bottom: 1px solid #ccc;
}

.tabTop2 .iconTab2 {
	width: 4px;
	height: 20px;
	margin-right: 9px;
	background: #D20C19;
	display: inline-block;
	vertical-align: sub;
}

.tabTop3 {
	padding: 0;
	overflow: hidden;
}

.tabTop3 .left {
	float: left;
	padding: 11px 0 11px;
	border-bottom: 2px solid #c00;
}

.tabTop3 .iconTab {
	width: 20px;
	height: 20px;
}

.tabTop3 .right {
	padding: 11px 0;
}


/*首页文字列表*/

.newList-box {
	padding: 0 0px 0px 0px;
}

.newList-ul {
	padding: 14px 0 14px;
	margin-right: 0px;
}

.newList-ul li {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}

.newList-ul a {
	padding-left: 15px;
	background: url(../images/liList.png) no-repeat left center;
	float: left;
	color: #333;
	width: 80%;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.newList-ul a:hover {
	color: #1e63cf;
}

.newList-ul span {
	float: right;
	font-size: 14px;
	color: #ccc;
}

.list-box {
	/* overflow: hidden; */
	margin-bottom: 20px;
	position: relative;
}

.list-line2 {
	margin-bottom: 20px;
}

.list-box .matchLeft .newList-ul {
	margin-left: 0px;
}

.list-box .percent33 {
	width: 33%;
}

.list-box .rank-list .rank {
	float: left;
	color: #138FB9;
	width: 20px;
	font-size: 14px;
}

.list-box .rank-list li {
	background: none;
	padding-left: 0;
}

.list-box .center {
	float: left;
}

.list-box .matchCenter {
	overflow: hidden;
	background: #fff;
	margin-right: 5px;
}


/*首页图片轮播-列表形式*/


/* .goleft {
    width: 96.5%;
} */

.slick-prev,
.slick-next {
	border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
	content: '';
}

.slick-prev {
	background: url(../images/button_pre.png) no-repeat 27px 18px;
}

.slick-next {
	background: url(../images/button_next.png) no-repeat 7px 18px;
}


/*轮播2*/

.imgSwiper-box {
	padding: 0 10px 22px 10px;
	height: 245px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 5px;
}

.imgSwiper-box .img-list {
	margin-top: 20px;
	padding-left: 40px;
}

.imgSwiper-box .img-list ul li {
	float: left;
	width: 195px;
	margin-right: 5px;
}

.imgSwiper-box .img-list ul li:hover p {
	color: #c00;
}

.imgSwiper-box .img-list ul li img {
	width: 195px;
	height: 130px;
	transition: all 0.6s;
}

.imgSwiper-box .img-list ul li img:hover {
	transform: scale(1.1);
}

.imgSwiper-box .img-list ul li a {
	display: block;
	outline: none;
}

.imgSwiper-box .img-list ul li p {
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #666;
	width: 90%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgBox {
	width: 195px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

.imgBox:hover .opcTop {
	animation: opcTopRotate 600ms linear 1;
	-webkit-animation: opcTopRotate 600ms linear 1;
	/*Safari and Chrome*/
}

.imgBox .opc {
	z-index: 2;
}

.imgBox .opcTop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/vedio_stop.png) no-repeat center center;
	z-index: 3;
}

.footer {
	background: #1e63cf;
	height: 200px;
}

.footer .in {
	padding-top: 55px;
	text-align: center;
}

.footer span {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.listCon {
	padding: 0 0px 23px 0px;
	position: relative;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.position {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: rgba(30,99,207, .1);
	/*margin-left: -33px;
    margin-right: -28px;
    margin-top: -20px;*/
}

.position span {
	float: left;
	font-size: 14px;
	display: inline-block;
	padding-left: 60px;
	height: 100%;
	background: url(../images/position.png) no-repeat 32px center;
}

.position a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}

.newList {
	padding: 15px 30px 25px;
}

.newList ul {
	margin: 0;
	padding: 0;
}

.newList li {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}

.newList li:nth-child(6n) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.newList a {
	padding-left: 15px;
	background: url(../images/liList.png) no-repeat left center;
	float: left;
	color: #333;
	width: 85%;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	text-decoration: none;
}

.newList a:hover {
	color: #1c90e7;
}

.newList span {
	float: right;
	font-size: 14px;
	color: #999;
}

.imgList {
	margin: 15px 0 60px 0;
}

.imgList ul {
	margin: 0 0px 0px 22px;
}

.imgList ul li {
	margin-right: 28px;
	float: left;
	/* overflow: hidden; */
}

.imgList ul li a {
	display: block;
}

.imgList ul li img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.imgList ul li img:hover {
	transform: scale(1.1);
}

.imgList ul li p {
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgList ul li p:hover {
	color: #c00;
}

.imgList.img-text ul li {
	width: 241px;
	height: 212px;
}

.imgList.img-vertical ul li {
	width: 155px;
	height: 268px;
}

.pager {
	padding: 40px 0 30px;
	text-align: center;
}

.pager a {
	display: inline-block;
	color: #3B71C7;
	margin-right: 8px;
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.pager a:hover,
.pager a.active {
	background: #3B71C7;
	color: #fff;
	border: 1px solid transparent;
}

.con-detail {
	margin-bottom: 16px;
	background: #fff;
	padding: 2px 0px 0;
}

.con-detail .article {
	padding: 20px;
}

.con-detail .article h4 {
	text-align: center;
	padding: 5px 0 20px;
	margin: 0 auto;
	width: 98%;
	color: #333;
	font-size: 26px;
	font-weight: bold;
}

.con-detail .article .subtitle {
	font-size: 20px;
	text-align: center;
	height: 30px;
	line-height: 24px;
	color: #333;
}

.con-detail .article .fun {
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #999;
}

.con-detail .article .fun .time-box {
	margin-right: 40px;
}

.con-detail .article .det {
	padding: 20px 0px 40px;
	line-height: 36px;
	font-size: 15px;
}

.con-detail .article .det p {
	margin: 0;
	padding: 0;
}

.list-con {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.list-con .left {
	float: left;
	width: 240px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background: #fff;
	min-height: 300px;
	_min-height: 300px;
	*min-height: 300px;
}

.list-con .left h4 {
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	font-size: 18px;
	color: #C3181B;
	text-align: center;
	font-weight: bold;
}

.list-con .left a {
	position: relative;
	display: block;
	padding-left: 80px;
	height: 54px;
	line-height: 54px;
	color: #333;
	font-size: 16px;
	border-left: 3px solid #F5F5F5;
}

.list-con .left a:after {
	position: absolute;
	left: 10px;
	bottom: 0;
	content: "";
	height: 1px;
	width: 90%;
	background: #D6D6D6;
}

.list-con .left a:hover {
	background: #fafafa;
	text-decoration: none;
	color: #DD1214;
	border-left: 3px solid #DD1214;
}

.list-con .left a:hover img {
	display: none;
}

.list-con .left a:hover img.hover {
	display: block;
}

.list-con .left a.active {
	background: #fafafa;
	text-decoration: none;
	color: #DD1214;
	border-left: 3px solid #DD1214;
}

.list-con .left a.active img {
	display: none;
}

.list-con .left a.active img.hover {
	display: block;
}

.list-con .left a img {
	display: block;
	position: absolute;
	left: 40px;
	top: 18px;
}

.list-con .left a img.hover {
	display: none;
}

.list-con .left .img-intro {
	padding: 35px 32px;
}

.list-con .left .img-intro p {
	width: 100%;
	text-align: center;
	color: #8B6865;
	font-size: 16px;
	background: #f5f5f5;
	height: 36px;
	line-height: 36px;
}

.list-con .left .heading {
	display: block;
	margin: 0 auto;
	width: 176px;
	height: 245px;
}

.list-con .right {
	float: right;
	width: 862px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background: #fff;
}

.list-con .right .subnav {
	height: 42px;
	line-height: 42px;
	background: #F9F9F9;
	border-bottom: 2px solid #DD1214;
}

.list-con .right .subnav img {
	display: inline-block;
	margin: 0 5px 0 20px;
	vertical-align: text-bottom;
}

.list-con .right .subnav a {
	color: #666;
}

.list-con .right .subnav a:hover {
	text-decoration: none;
	color: #c00;
}

.list-con .right .newList {
	padding: 20px;
	margin: 0;
}

.list-con .right .list-style-2 {
	padding: 20px;
}

.list-con .right .list-style-2 li {
	padding-left: 8px;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 20px;
	padding-top: 20px;
}

.list-con .right .list-style-2 li .li-left {
	float: left;
	width: 24%;
}

.list-con .right .list-style-2 li .li-left img {
	width: 195px;
	height: 130px;
}

.list-con .right .list-style-2 li .li-right {
	float: right;
	width: 74%;
}

.list-con .right .list-style-2 li .li-right .title {
	color: rgba(51, 51, 51, 0.9);
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.list-con .right .list-style-2 li .li-right .title:hover {
	color: #c00;
}

.list-con .right .list-style-2 li .li-right .content {
	position: relative;
}

.list-con .right .list-style-2 li .li-right .content p {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
	text-indent: 2em;
}

.list-con .right .list-style-2 li .li-right .content .more {
	color: #c00;
	display: inline-block;
	margin-left: 5px;
	text-indent: 0;
	font-size: 14px;
}

.list-con .right .list-style-2 li .li-right .content .date {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #666666;
	font-size: 12px;
	margin-top: 2px;
}

.list-con .right .list-style-2 li .li-right-all {
	width: 100%;
}

.list-con .right .imgList.img-text ul li {
	width: 180px;
	height: 160px;
}

.list-con .right .imgList.img-vertical ul li {
	width: 140px;
	height: 245px;
}

.list-con .right .con-detail {
	padding-top: 0;
}

.poster-item {
	background: url(../images/bg_shadow.png) repeat-x;
	background-position-y: bottom;
}

.poster-item.active .opc {
	opacity: 0;
	filter: alpha(opacity=0);
}

.poster-item.active .div-txt {
	display: block;
}

.news {
	width: 1125px;
	height: 170px;
	background: url(../images/bg_news.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: -20px;
	padding: 0 45px 0 60px;
}

.news .title {
	font-size: 30px;
	font-weight: bold;
	color: #B9DAFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 18px;
}

.news .cont {
	text-indent: 2em;
}

.news .cont a {
	color: #B8D9FF;
	font-size: 16px;
	line-height: 28px;
	text-indent: 50px;
}

.news .cont a span {
	color: #F3670C;
	font-style: italic;
}

.zyxd .matchLeft,
.zyxd .matchRight {
	margin-top: 10px;
}

.zyxd .matchLeft .tabTop2 {
	margin-left: 18px;
}

.zyxd .newList-ul {
	padding-top: 0;
}

.zyxd .tabTop2 {
	border-bottom: 0;
	position: relative;
}

.zyxd .tabTop2:after {
	display: block;
	position: absolute;
	left: 106px;
	bottom: 12px;
	content: "";
	height: 8px;
	width: 90%;
	background: url(../images/bg_tabTop2.png) no-repeat;
}

.zyxd .tabTop2 .tab {
	background: #fff;
	color: #3B71C7;
	position: relative;
	width: 106px;
}

.zyxd .tabTop2 .tab:after {
	display: block;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D7E3F3;
	top: 15px;
}

/*  */
.list .tab-list {
	padding: 18px 25px;
	display: flex;
}

.list .tab-list ul a:first-child {
	margin-left: 0px;
}

.list .title .head {
	position: relative;
}

.list .title .head .more {
	color: rgb(102, 102, 102, .5);
	font-size: 14px;
	margin-top: 9px;
	width: 55px;
	line-height: 24px;
	height: 24px;
	border-radius: 30px;
	background: rgba(204, 204, 204, .5);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.list .title .head .more:hover {
	color: #666;
}

.list .list-tab .img-con ul li {
	margin-top: 0px;
}

.list .tab-list ul a {
	position: relative;
	/* float: left; */
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	height: 51px;
	font-size: 16px;
	color: #381ca6;
	line-height: 25px;
	margin-left: 30px;
	font-weight: normal;
	width: auto;
	vertical-align: top;
}

.list .tab-list ul a:hover,
.list .tab-list ul a.active {
	background-color: #381ca6;
	color: #fff;
	transform: skew(-5deg);
	border-radius: 5px;
}

.list .tab-list ul a:hover::after,
.list .tab-list ul a.active::after {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 51px;
	right: 40%;
	padding: 0;
	border-top: 7px solid #381ca6;
	border-bottom: 0px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	display: block;
	content: '';
	z-index: 12;
}

.list .tab-list .rig {
	display: inline-block;
	font-size: 26px;
	color: rgba(56,28,166, .4);
	position: absolute;
	top: 64px;
}

.list .img-con ul li {
	width: 380px;
	float: left;
	margin-right: 15px;
	margin-top: 16px;
}

.list .img-con ul li:last-child {
	margin-right: 0;
}

.list .img-con ul li a {
	overflow: hidden;
	display: block;
	width: 380px;
	height: 253px;
	position: relative;
}

.list .img-con ul li img {
	width: 380px;
	height: 253px;
	transition: all 0.6s;
	overflow: hidden;
}

.list .img-con ul li img:hover {
	transform: scale(1.1);
}

.list .img-con ul li:hover span {
	color: #c00;
}

.list .img-con ul li span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.list .img-con ul li a .cover {
	position: absolute;
	width: 380px;
	height: 253px;
	top: 0;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
}

.list .img-con ul li a .cover img {
	margin-left: 48%;
	margin-top: 25%;
	width: 50px !important;
	height: 50px !important;
}

.list .img-con ul li a .cover:hover img {
	animation: video 1s linear;
	/* Safari 与 Chrome: */
	-webkit-animation: video 1s linear;
}

@keyframes video {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes video
/* Safari 与 Chrome */

	{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*# sourceMappingURL=main.css.map */
