﻿﻿.wrap{
	width: 1200px;
	background-color: #FFFFFF;
	margin: 0 auto;
    padding-top: 10px;
}
/* 位置 */
.path {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background-color: #F2F3F5; */
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 15px;
}

.path a {
	cursor: pointer;
	color: #333;
}
.channel_wrap {
	width: 1200px;
	height: inherit;
    overflow: hidden;
}

.channel_title {
	float: left;
	width: 240px;
	margin-left: 15px;
}

.channel_title>p {
	width: 240px;
	height: 50px;
	background-color: #0a71c6;
	text-align: left;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
}

.channel_title ul {
	border: 1px solid #EAEAEA;
	border-top: 0;
}

.channel_title ul li {
	border-top: 1px solid #e8e8e8;
	background: url(../images/site2021/10.gif) no-repeat 90% center;
}

.channel_title ul li a {
	color: #333;
	display: block;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	padding-left: 15px;
    font-size: 15px;

}
.channel_title ul li a:hover{
	color: #0c7cd9;
	background-color: #F5F8FC;
}
.channel_title .ac{
	color:#0c7cd9;
	background-color: #F5F8FC;
}
.channel_content {
	float: right;
	width: 900px;
	/* height: 600px; 
	border: 1px solid blue;*/
	margin-right: 15px;
}

.channel_content .biaoti {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #eeee;
}

.biaoti p {

display: inline-block;
    padding: 0 10px;
	height: 50px;
	line-height: 48px;
	font-size: 19px;
	color: #fff;
    text-align: center;
	background-color: #0c7cd9;
	/* border-left: 3px solid #0c7cd9;
	border-right: 3px solid #0c7cd9; */
}

.channel_list{
min-height:520px;
}
.channel_content .channel_list ul li {
	border-bottom: 1px dashed #ececec;
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 5px 15px 5px 15px;
	line-height: 50px;
}

.channel_list ul li a {
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
	font-size: 15px;
	transition: 1s all;
}
.channel_list ul li a:hover{
	color: #1E64AA;
	cursor: pointer;
	padding-left: 10px;
	transition: 1s all;
}
.channel_list ul li span {
	font-size: 13px;
	color: #999;
}

.channel_content .page_wrap {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	/* border: 1px solid green; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_wrap>* {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #f2f2f2;
	border: 1px solid #eee;
	display: block;
	margin-left: 5px;
	color: #888;
	font-size: 13px;
}
.page_wrap .ac{
	background-color: #0c7cd9 !important;
	color: #fff !important;
}	
.page_wrap>*:hover{
	background-color: #0c7cd9;
	color: #fff ;
}
