﻿.sub{
	padding: 45px 0;
}
.location{
    font-size: 14px;
    color: #898989;
	line-height: 70px;
    background-image: url(../image/location_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
	padding-left: 40px;
}

.sub_conts_l{
	width: 305px;
	float: left;
}
.category, .latestnews{
	margin-bottom: 10px;
	background-color: #f8f8f8;
}
.sub_conts_l h2{
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background-color: #7aa6dc;
	font-weight: bold;
	margin: 0;
}
.category ul li{
	border-bottom: solid 1px #fff;
}
.category ul li a{
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	color: #707070;
	display: block;
	text-decoration: none;
}
.category ul li a:hover{
	color: #7aa6dc;
	background-color: #f1f1f1;
}
.latestnews ul{
	padding: 10px 20px;
}
.latestnews ul li{
	border-bottom: solid 1px #eeeeee;
	line-height: 25px;
}
.latestnews ul li a{
	display: block;
	color: #6e6e6e;
	padding: 8px 0;
	text-decoration: none;
}
.sub_conts_r{
	width: 870px;
	background-color: #f8f8f8;
	padding: 10px 30px;
	float: right;
}
.sub_title{
	font-size: 24px;
	font-weight: normal;
	line-height: 70px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 25px;
	margin-top: 0px;
}
.news_list li{
	border-bottom: dotted 1px #7aa6dc;
}
.news_list li a{
	padding: 20px 0;
	line-height: 25px;
	display: block;
	color: #6e6e6e;
	font-size: 16px;
}
.news_list li a span:first-child{
	font-size: 14px;
	color: #7aa6dc;
	border: solid 1px #7aa6dc;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 12px;
	transition: .4s;
}
.news_list li a span:last-child{
	float: right;
	margin-left: 12px;
}
.news_list li a:hover{
	color: #000;
}
.news_list li a:hover span:first-child{
	background-color: #7aa6dc;
	color: #fff;
	transition: .4s;
}
.pic_list{
	width: 810px;
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-direction:row;
	flex-wrap: wrap;
}
.pic_list li{
	width: 245px;
	height: 365px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}
.pic_list li img{
	width: 245px;
	height: 330px;
}
.video_list{
	width: 810px;
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-direction:row;
	flex-wrap: wrap;
}
.video_list li{
	width: 385px;
	height: 295px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}
.video_list li a h3{
	font-size: 16px;
	line-height: 40px;
    background-image: url(../image/vi_title_icon.png);
    background-repeat: no-repeat;
    background-position: 25px center;
	padding-left: 75px;
	margin: 10px 0 0 0;
	color: #000;
}
.video_list li img{
	width: 385px;
	height: 245px;
}
.figure_list li{
	margin-bottom: 15px;
	color: #707070;
}
.figure_img{
	width: 150px;
	float: left;
}
.figure_info{
	width: 640px;
	float: right;
}
.figure_info h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.figure_info span{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.figure_info p{
	font-size: 16px;
	margin-bottom: 10px;
}
.figure_info a{
	display: inline-block;
	width: 85px;
	height: 25px;
	text-align: center;
	border: solid 1px #707070;
	line-height: 25px;
	color: 707070;
	transition: .4s;
}
.figure_list li:hover .figure_info a{
	background-color: #7aa6dc;
	border: solid 1px #7aa6dc;
	color: #fff;
	transition: .4s;
	cursor: pointer;
}


.topic_list{
	width: 810px;
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-direction:row;
	flex-wrap: wrap;
}
.topic_list li{
	width: 385px;
	height: 240px;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120%;
	transition: .4s;
}
.topic_list li:hover{
	background-size: 125%;
	transition: .4s;
}
.topic_list li a{
	display: block;
	padding-left: 275px;
	color: #fff;
}
.topic_list li a h3{
	width: 30px;
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin: 30px 0 0 0;
}
.topic_list li a p{
	float: left;
	font-size: 18px;
	width: 20px;
	margin: 60px 0 0 25px;
	position: relative;
	height: 180px;
}
.topic_list li a p span{
	width: 1px;
	margin: auto;
	height: 60px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 9px;
}
.wap_sub_conts_sort{
	display: none;
}

@media screen and (max-width: 768px) {
	.sub{
		position: relative;
	}
	.location {
		font-size: 12px;
		color: #898989;
		line-height: 6vw;
		background-image: url(../image/location_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 6%;
		margin-bottom: 4%;
	}
	.wap_sub_conts_sort{
		display: block;
	}
	.sub_conts_l{
		display: none;
	}
	.wap_sub_conts_sort {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ddd;
		position: relative;
		height: 60px;
	}
	.wap_sub_conts_sort h1 {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #1894d0;
		float: left;
		padding-right: 2%;
		padding-left: 2%;
		margin-left: 2%;
		font-size: 28px;
		line-height: 60px;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 0;
	}
	.type {
		width: 100%;
		position:absolute;
		top: 60px;
		right: 0;
		background: #3650a4;
		z-index: 9999;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		height: auto;
		padding: 0.1rem 0;
		display: none;
		transition: .4s;
	}
	.type li {
		width: 90%;
		background: #fff;
		font: 18px/40px "microsoft yahei";
		margin: 2% auto;
		overflow: hidden;
		position: relative;
	}
	.type li a {
		display: block;
		float: left;
		width: 60%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 4%;
		color: #666
	}
	.type li .iconfont {
		font-size: 18px;
		line-height:50px;
		display: block;
		width: 16%;
		text-align: center;
		color: #666;
		position: absolute;
		top: 0;
		right: 0;
	}
	.type li dl {
		float: left;
		border-top: 2px solid #232323;
		width: 100%;
		display: none
	}
	.type li dl dd {
		overflow: hidden
	}
	.type li dl dd a {
		width: 100%
	}
	.type h1 {
		font: 20px/35px "microsoft yahei";
		width: 90%;
		margin: 0 auto;
		color: #fff;
	}
	.class-btn {
		font-size: 20px;
		line-height: 60px;
		color: #999;
		text-align: center;
		overflow: hidden;
		padding-right: 3%;
	}
	
	.sub_conts_r {
		width: 100%;
		background-color: #fff;
		padding: 2%;
		float: none;
		margin-top: 4%;
	}
	.sub_title{
		display: none;
	}
	.news_list li{
		border-bottom: dotted 1px #7aa6dc;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		}
	.news_list li a{
		padding: 5% 3%;
		line-height: 6vw;
		display: block;
		color: #6e6e6e;
		font-size: 16px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news_list li a span:first-child{
		font-size: 14px;
		color: #7aa6dc;
		border: solid 1px #7aa6dc;
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
		margin-right: 12px;
		transition: .4s;
	}
	.news_list li a span:last-child{
		display: none;
		float: right;
		margin-left: 12px;
	}
	.news_list li a:hover{
		color: #000;
	}
	.news_list li a:hover span:first-child{
		background-color: #7aa6dc;
		color: #fff;
		transition: .4s;
	}
	.pic_list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-content:flex-start;
		flex-direction:row;
		flex-wrap: wrap;
	}
	.pic_list li{
		width: 40%;
		height: auto;
		margin: 5%;
		text-align: center;
		font-size: 16px;
		line-height: 35px;
	}
	.pic_list li img{
		width: 100%;
		height: auto;
	}
	.video_list{
		width: 100%;
		display: block;
		justify-content: space-between;
		align-content:flex-start;
		flex-direction:row;
		flex-wrap: wrap;
	}
	.video_list li{
		width: 96%;
		height: auto;
		margin: 2%;
		text-align: left;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.video_list li a h3{
		font-size: 16px;
		line-height: 40px;
		background-image: url(../image/vi_title_icon.png);
		background-repeat: no-repeat;
		background-position: 3% center;
		background-size: 10%;
		padding-left: 20%;
		margin: 3% 0 0 0;
		color: #000;
	}
	.video_list li img{
		width: 100%;
		height: auto;
	}
	.figure_list li{
		color: #707070;
		border-bottom: solid 1px #eee;
		padding: 5% 0;
	}
	.figure_img{
		width: 25%;
		float: left;
	}
	.figure_info{
		width: 71%;
		float: right;
	}
	.figure_info h3{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.figure_info span{
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
	}
	.figure_info p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.figure_info a{
		display: inline-block;
		width: 30%;
		height: 25px;
		text-align: center;
		border: solid 1px #707070;
		line-height: 25px;
		color: #707070;
		transition: .4s;
	}
	.figure_list li:hover .figure_info a{
		background-color: #7aa6dc;
		border: solid 1px #7aa6dc;
		color: #fff;
		transition: .4s;
		cursor: pointer;
	}


	.topic_list{
		width: 100%;
		display: block;
		justify-content: space-between;
		align-content:flex-start;
		flex-direction:row;
		flex-wrap: wrap;
	}
	.topic_list li{
		width: 96%;
		height: auto;
		margin: 2%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 120%;
		transition: .4s;
	}
	.topic_list li:hover{
		background-size: 125%;
		transition: .4s;
	}
	.topic_list li a{
		display: block;
		padding-left: 80%;
		color: #fff;
	}
	.topic_list li a h3{
		width: 35%;
		font-size: 18px;;
		font-weight: normal;
		float: left;
		margin: 15% 0 0 0;
	}
	.topic_list li a p{
		float: left;
		font-size: 14px;
		width: 20px;
		margin: 18vw 0 0 5%;
		position: relative;
		height: 28vw;
	}
	.topic_list li a p span{
		width: 1px;
		margin: auto;
		height: 8vw;
		background-color: #fff;
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 9px;
	}
	
}