@charset "UTF-8";


.infolist{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	border:solid 0px #333;
	height: 240px;
}
.infolist .subject{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	color:#00589C;
	letter-spacing:3px;
}
.infolist .subject span{
	padding-right:30px;
	background-color: #fff;
}
.infolist .subject {
	width: 100%;
	display: flex;
	position: relative;
}
.infolist .subject .left_line{
	flex: 2.5;
	height: 3px;
	background: url(../images/l_line.png) no-repeat center right;
	background-size: 100% auto;
}
.infolist .subject .right_line{
	flex: 2.5;
	height: 3px;
	background: url("../images/r_line.png") no-repeat center right;
	background-size: 100% auto;
}
.infolist .subject .center_text{
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin: 0;
	margin-top: -11px;
	/* width: 100%; */
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}
.infolist .subject .center_text h5{
	height: 26px;
	line-height: 26px;
	padding: 0!important;
	margin: 0!important;
	font-size: 24px;
}
.infolist .subject .more_a{
	position: absolute;
	display: inline-block;
	padding: 8px 12px;
	background: #fff;
	font-size: 16px;
	color: #5C5C5C;
	top: -18px;
	right: 0;
}
.infolist .innersubjectstyle{
	
	text-align: left;
	/*background-image: url(../images/listtitlebg.png);*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
	margin-top: 40px;
}
.infolist .innersubjectstyle .more{
	float:right;	
	width:43px;
	height:14px;
	margin-top:5px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
}
.infolist .list{
	width:100%;
}
.infolist .list ul{
	margin:0;
	margin-top:20px;
	/*min-height:250px;*/
	border:solid 0px #f33;
}
.infolist .list ul li{
	list-style: none;
	height:36px;
	line-height:36px;
	border-bottom:dashed 1px #e8e8e8;
}
.infolist .list ul li a{
	color:#222;
}
.infolist .list ul li a:hover{
	color: #dc6e14;
}
.infolist .list ul li .title{
	float:left;width:700px;
	border:solid 0px #333;
	font-size: 16px;
	color:#2C2C2C;
}
.infolist .list ul li .date{
	float:right;width:100px;
	text-align:right;
	border:solid 0px #333;
	font-size: 16px;
	color:#2C2C2C;
}


.paging{
	width:800px;height:28px;
	margin:0 auto;text-align:center;
	border:solid 0px #333;
	margin-top: 45px;
}
.paging ul{
	list-style: none;
}
.paging ul li{
	display:inline-block;
	height:28px;line-height:28px;
	font-size:14px;
	color:#00589C;
	margin-right:15px;
	letter-spacing:2px;
	border:solid 0px #333;
}
.paging ul li.link{
	cursor:pointer;
}


.infopart{
	width:1032px;
	margin:0 auto;
	min-height:350px;
	padding-top:15px;
	border:solid 0px #333;
}
.infopart .title{
	text-align:center;
	font-size:22px;
	color:#111;
	font-family:'微软雅黑';
	line-height: 30px;
	margin:10px 0;
}
.infopart .titlestyle3{
	font-size:25px;
	font-weight:bold;
	color:#111;
}
.infopart .titlestyle2{
	font-size:18px;
	color:#222;
}
.infopart .titlestyle1{
	font-size:14px;
	color:#888;
}
.infopart .menu{
	font-size:14px;
	color:#333;
	margin-top:22px;
	text-align:center;
	background-image: url(../images/dottedline.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 32px;
	margin-bottom:10px;
	position: relative;
	border-bottom: 3px solid #3C8DCB;
}
.infopart .menu #shareModel{
	position: absolute;
	display: inline-block;
	right: 35px;
	top: -12px;
}
.infopart .menu ul{
	list-style: none;
}
.infopart .menu ul li{
	display: inline-block;
	margin-right:10px;
	border:solid 0px #333;
}
.infopart .menu ul li .print{
	color:#00589C;
	cursor:pointer;
	width:60px;
	border:solid 0px #333;
}
.infopart .content{
	padding:10px 0px 20px 0px;
}
.infopart .content p{
	border:solid 0px #f33;font-size:16px;line-height:26px;color:#333;letter-spacing:1px;
}
