@charset "utf-8";
/* CSS Document */
/*清零*/
*{margin: 0; padding: 0; outline: none; border: none; background: none; list-style:none; vertical-align: top;box-sizing: border-box;}
/*wrap*/
body{font-family: "微软雅黑";color: #000;background:#fff;min-width: 1160px;}
a{text-decoration: none;}
.wrap{width: 100%;}
.fl{float: left;}
.fr{float: right;}
.cl{zoom:1}
.cl:after{display:block;clear:both;content:"";}
/* banner */
.banner{width: 1200px;height: auto;margin: 0 auto;}
.banner img{width: 100%; height: auto;}
.nav{width: 100%;height: 46px;line-height: 46px;background: #0045a0;}
.nav ul{width: 1160px;height: 46px;overflow: hidden;margin: 0 auto;}
.nav ul li{width: 165px;height: 46px;font-size: 18px;text-align: center;float: left;}
.nav ul li a{display: block;color: #fff;}
/* main */
.wrap{width: 1160px;margin: 0 auto;}
.mt30{margin-top: 30px;}
.mr20{margin-right: 20px;}
.slideBox1{width:565px;height:360px;position:relative;border: 1px solid #ddd;}
.slideBox1 .hd{position:absolute; right:10px; bottom:17px; z-index:1;}
.slideBox1 .hd ul li{float:left; margin-right:5px;cursor:pointer;width: 10px;height: 10px;background: #777;border-radius: 5px;}
.slideBox1 .hd ul li.on{background:#0045a0;color:#fff;}
.slideBox1 .bd{position:relative;z-index:0;}
.slideBox1 .bd li{position: relative;}
.slideBox1 .bd li img{width: 565px;height: 360px;}
.slideBox1 .bd p{position: absolute;bottom: 0;left: 0;width: 565px;height: 44px; line-height: 44px;color: #fff;font-size: 16px;background: rgba(0,0,0,0.7);padding-left: 10px;z-index: 1;}
.listBox{width: 565px;height: 350px;}
.listTitle{width: 100%;height: 41px;line-height: 41px;font-size: 20px;text-indent: 20px;border-left: 5px solid #0045a0;background: #dbeef4;}
.listTitle a{float: right;margin-right: 5px;font-size: 14px;color: #000;}
.listBox .list ul{width: 550px;margin: 10px auto 0;}
.listBox .list ul li{font-size: 18px;line-height: 40px;}
.listBox .list ul li a{color: #333;display: block;width: 430px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.listBox .list ul li a:hover{color: #0045a0;}
.listBox .list ul li span{display: block;float: right;font-size: 14px;color: #999;}
.linkArea{margin-top: 20px;margin-bottom: 30px;}
.linkArea a{ display: inline-block;margin-left: 30px;}
.footer{ width: 100%;background: #313131;padding: 30px 0;}
.footer img{width: 140px;height: auto;}
.footer p,.footer a{color: #f2f2f2;text-align: center;line-height: 1.5;}

/*列表页*/

.navL{width: 225px;}
.navL ul{border: 1px solid #e6e6e6;border-top: none;}
.navL ul li{border-top: 1px solid #e6e6e6;height: 42px;line-height: 42px;text-align: center;font-size: 18px;background: #f5f5f5;}
.navL ul li.channelP{height: 48px;line-height: 48px;}
.navL ul li a{display: block;color: #0045a0;}
.navL ul li a:hover{background: #0045a0;;color: #fff;font-weight: bold;}
.navL ul li a.on{background: #0045a0;;color: #fff;font-weight: bold;}
.list-news{width: 880px;margin: 0 auto 50px;}
.list-news ul li{overflow: hidden;line-height: 36px;font-size: 16px;text-indent:20px;background: url("../img/li-bg.png") center left no-repeat;}
.list-news ul li a{display: block;width: 760px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; color: #000;}
.list-news ul li a:hover{color: #0045a0;}
.list-news ul li span{float:right;color:#999;font-size: 14px;}
.list-news .title{width: 100%;height: 54px;line-height: 54px;border-bottom: 2px solid #0045a0;margin-bottom: 20px;}
.list-news .title span{font-size: 24px;color: #0045a0;}
.list-news .title p{float: right;font-size: 16px;color: #333;}
.list-news .title p a{color: #333;}


/*分页*/
#pageArea{clear:both; overflow:hidden; text-align:center; width:320px; margin:40px auto; font-size:12px;}
#pageArea #pageDec{float:left; margin-left: 20px;}
#pageArea #pageDec span{float:left; margin:0 2px; height:28px; line-height:28px; border:1px solid #ecebeb; padding:0 10px; color:#999}
#pageArea #pageDec strong{float:left; background:#f0c8c8; border:1px solid #e79292; font-weight:bold; color:#fff; padding:0 12px; height:28px; line-height:28px; margin:0 3px}
#pageArea #pageDec a,#main #pageArea #pageDec a:visited{float:left; margin:0 3px; height:27px; line-height:28px; border:1px solid #d6d6d6; padding:0 10px; text-decoration: none; color: #333333;}
#pageArea #pageDec a:hover{background:#fff; color:#0045a0;}
#pageArea #pageSelect{float:right; margin-right: 20px; line-height: 30px;}
#pageArea #pageSelect label{float:left;}
#pageArea #pageJump{border:#0045a0 solid 1px; height:28px; line-height:28px; width:2em; text-align:center; margin:0 3px; float:left}
#pageArea span{float:left;margin: -2px 2px;}
#pageArea .btn2{ margin-left:10px; float:left; cursor:pointer;width:40px; height:30px; border:none;border-radius: 2px;background: #0045a0; color: #fff;}

/*详情*/
.conTit{width: 1100px;margin-top: 20px;padding-bottom: 20px;border-bottom: 2px solid #eee;}
.conBox h1{width: 1000px;margin: 20px auto;font-size: 32px;text-align: center;}
.conBox .ly{width: 1100px;margin-top: 30px;;font-size: 16px;text-align: center;}
.conBox .content{width: 1100px;margin: 30px auto;}
.conBox .content *{line-height: 36px;}
        


