*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "微软雅黑";
	min-width:1200px;
}
a{text-decoration: none;}
ul,li{list-style: none;}
input{outline:none;}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
}
.clearfix{clear: both;}
/*头部：logo和搜索*/
.header{
	width: 100%;
	background:#2065bb;
	min-width: 1200px;
        height: 95px;
}
.top{
	width: 1200px;
	height: 95px;
	margin: 0 auto;
}
.top_light{
	float: left;
	width: 554px;
	height: 95px;
}
.top_light .logo { 
	float: left;
	width: 828px;
	height: 60px;
	margin-top: 18px;
}
.logo img{
	width: 100%;
	height: 100%;
}
/*导航*/
.nav{
	width: 100%;
	height: 50px;
	background:#fff;
}
.nav .nav_box{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav_box ul{
	list-style: none;
}
.nav_box ul li{
	float: left;
	width: 150px;
    height:50px;
    line-height:50px;
    font-size:16px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
}
.nav_box ul li:hover{
	background: #2065bb;
}
.nav_box a{
	color:#333;
}
.nav_box ul li:hover a{
	color:#fff;
}
/*banner*/
.banner{
	position: relative;
	width: 1200px;
	height: 420px;
	margin: 0px auto;
}
.banner-img{
	width: 1200px;
	height: 420px;
}
.banner .dot {
    overflow: hidden;
    height: 27px;
    position: absolute;
    zoom: 1;
    z-index: 3;
    top: 337px;
    width: 75px;
    right: 570px;
}
.banner .dot li {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    margin-right: 11px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}
/*间隔*/
.space{
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	background-color: transparent;
}
.space2{
	width: 100%;
	height: 15px;
	background-color: transparent;
}
.space3{
	width: 1200px;
	height: 17px;
	background-color: transparent;
}
.space4{
	width: 195px;
	height: 25px;
	background-color: transparent;
}
/*中间内容部分*/
.content{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
}
/*第一部分*/
.part1{
	width: 1200px;
	height: 317px;
}
.zx{
	width: 100%;
	height: 2px;
	background: #2065bb;
	margin-top: 7px;
}
.news{
	float: left;
	width: 755px;
	height: 317px;
}
.title{
	width: 100%;
	height: 24px;
}
.title .ico{
	float: left;
	margin-right: 18px;
	width: 23px;
	height: 23px;
}
.title .tite_text{
	float: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}
.title .tite_more{
	float: right;
	font-family: arial;
    font-size: 14px;
    line-height: 24px;
}
.title .tite_more a{
	color: #666;
}
.title .tite_more a:hover{
	color: #2065bb;
}
.news_pic{
	float: left;
	width: 360px;
	margin-right:25px;
}
.dont_pic{
	width: 360px;
	height: 234px;
	position: relative;
}
.tu_wen {
    position: absolute;
    width: 360px;
    height: 35px;
    background-color: rgba(0,0,0,0.5);
    margin-top: -35px;
}
.yuandian{
	width: 145px;
	float: right;
}
.yuandian ul{
	list-style: none;
}
.yuandian li{
	text-align: center;
	line-height: 20px;
	margin-top: 8px;
	float: left;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	color: #fff;
	background: #626262;
	font-size: 14px;
}
.yd_act{
	background-color: #2065bb !important;
	
}
.renwen{
	width: calc(100% - 30px);
	height: 35px;
	line-height: 35px;
	font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.renwen a{
	color: #333;
}
.renwen a:hover{
	color: #2065bb;
}
.news_list{
	float: right;
	width: 370px;
	height: 270px;
}
.newsitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.newsitem-icon{
	float:left;
	width:15px;
	height: 16px;
	margin-right: 12px;
	margin-top: 2px;
}
.newsitem-point img{
	width: 14px;
	height: 16px;
}
.newsitem-title{
	float:left;
	width:calc(100% - 106px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsitem-title a{
	color: #333;
}
.newsitem-title a:hover{
	color: #9c0000;
}
.newsitem-time{
	font-family: "arial narrow";
	width:75px;
	font-size:14px;
	float:right;
	color: #666;
}
.newsitem a:hover{
	color:#2065bb;
}
.notice{
	float: right;
	width: 420px;
	margin-left: 25px;
}
.notice_list{
	width: 420px;
}
.noticeitem {
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    border-bottom: #d5d5d5 1px dashed;
}
.notice-icon{
	float: left;
	font-size: 14px;
    width: 85px;
    height: 54px;
    margin-right: 15px;
}
.date {
    background: #2065bb;
    border: #2065bb 1px solid;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
}
.date .year {
    font-size: 14px;
    padding: 0 1px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
}
.date .day {
    font-size: 16px;
    padding: 0 1px;
    background: #fff;
    color: #2065bb;
    display: inline-block;
    height:30px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.notice-title {
    float: left;
    width: calc(100% - 105px);
    overflow: hidden;
    line-height: 54px;
}
.notice-title a{
	color: #333;
}
.notice-title a:hover{
	color: #2065bb;
}
.digital{
	float: left;
	width: 360px;
	height: 205px;
	margin-right: 25px;
}
.digi_list{
	width: 360px;
	height: 160px;
	background: url(../images/data_bg.png) center no-repeat;
}
.rectangle{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #2065bb;
	margin-right: 15px;
	margin-bottom: 3px;
}
.digi_list ul{
	list-style: none;
}
.digi_list li{
	line-height: 31px;
	float: left;
	width: 180px;
	height: 31px;
	font-size: 16px;
	border-bottom: #d5d5d5 1px dashed;
}
.read_list{
	width: 370px;
	height: 160px;
	background: url(../images/sever_bg.png) center no-repeat;
}
.read_list ul{
	list-style: none;
}
.read_list li{
	line-height: 31px;
	float: left;
	width: 185px;
	height: 31px;
	font-size: 16px;
	border-bottom: #d5d5d5 1px dashed;
}
.digi_list li a{
	color: #333;
}
.digi_list li a:hover{
	color: #2065bb;
}
.read_list li a{
	color: #333;
}
.read_list li a:hover{
	color: #2065bb;
}
.reader{
	float: left;
	width: 370px;
	height: 205px;
	margin-right: 25px;
}
.picture_nav{
	float: left;
	width: 420px;
	height: 205px;
}
.information{
	float: left;
	width: 195px;
}
.inform{
	width: 195px;
	height: 141px;
}
.archives{
	float: right;
	width: 195px;
}
.books_list{
    float: left;
    width: 138px;
    height: 118px;
    margin-right: 36px;
    border: 1px solid #2065bb;
    border-radius: 5px;
    cursor: pointer;
}
.books_pic {
    width: 64px;
    height: 48px;
    margin: 25px auto 17px auto;
}
.books_list a:hover{
	color: #2065bb;
}
.books_list a{
	color: #333;
}
.books_text {
    width: 140px;
    height: 30px;
    font-size: 16px;
    text-align: center;
}
.books :last-child {
    margin-right: 0;
}
/*底部*/
.foot{
	width:100%;
	min-width:1200px;
	height:120px;
	background:#2065bb;

}
.footer{
	width:1200px;
	height:120px;
	overflow: hidden;
	margin:0 auto;
}
.footer_text{
	margin: 34px 0;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.footer_left{
	float: left;
	width: 347px;
	height: 102px;
	margin-top:11px;
	margin-left: 16px;
}
.footer_center{
	float: left;
	width: 400px;
	height: 120px;
	margin-top:6px;
	margin-left: 70px;
	
}
.footer_center p{
	margin-top: 8px;
	font-size: 14px;
	color: #fff;
}
.footer_right{
	float: right;
	width: 276px;
	height: 120px;
	margin-right: 2px;
}
.nei_banner {
    width: 100%;
    height: 250px;
    background:url(../images/cont_banner.png) center center no-repeat;
}
.nei_content{
	width: 1200px;
    height: 100%;
    min-height: 419px;
    margin: 0 auto;
}
.cont_address{
	height: 24px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
.cont_address2{
	height: 24px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
.address_icon{
	float: left;
	width: 17px;
	margin-right: 9px;
}
.address_text{
	float: left;
	color: #333;
	font-size: 14px;
}
.address_text a{
	color: #666;
}
.address_text a:hover{
	color:#2065bb;
}
.cont_list2{
	width: 950px;
	height: 1005;
}
.cont_list{
	width: 1200px;
	height: 1005;
}
.contitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.contitem-icon{
	float:left;
	width:21px;
	height: 22px;
	margin-right: 20px;
	margin-top: 6px;
}
.contitem-point img{
	width: 20px;
	height: 22px;
}
.contitem-title{
	float:left;
	width:calc(100% - 130px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contitem-title a{
	color: #333;
}
.contitem-title a:hover{
	color: #9c0000;
}
.contitem-time{
	font-family: "arial narrow";
	width:88px;
	font-size:16px;
	float:right;
	color: #666;
}
.contitem a:hover{
	color:#2065bb;
}
.neiye_title{
	width: 1200px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.tips_title{
	width: 1200px;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 20px auto;
}
.jianjie_cont p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom:10px;
}
.cont_left{
	width: 210px;
	float: left;
	margin-right: 40px;
	height: 100%;
}
.cont_right{
	width: 950px;
	float: left;
}
.daqin{
	width: 210px;
	height: 55px;
	background:#2065bb;
	font-size: 20px;
	color: #fff;
	line-height: 55px;
	text-align: center;
}
.cont_left ul{
	list-style: none;
}
.cont_left li{
	width: 210px;
	height: 44px;
	font-size: 16px;
	color: #333;
	line-height:45px;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}
.cont_left li:hover{
	background:#e5eeff;
	color: #1c56c0;
}
.cont_left li.active{
	background:#e5eeff;
	color: #2065bb;
}






