﻿/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
p,div,span{cursor: default;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#0a2353;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-size:14px;font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;margin:0; padding:0;}/*commom style*/


.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}

/*通用部分 end*/
/*头部banner*/
body{
  background:#efefef;
}
.banner{display: block;}
.banner-phone{display:none;}
.banner {
  height: 380px;
  background: url("bg-bg.png") top center no-repeat;
}
/*头部banner end*/


.container{
  margin-top:-30px;
  background:#fff;
  min-height:500px;
  padding:30px;
  margin-bottom:30px;
}

/* 头条新闻 */
.toutiao{margin-bottom:20px;}
.toutiao .tt_tit{
  font-size:30px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom:10px;
}
.toutiao .tt_zy{
  color:#999;
  line-height:30px;
  text-indent: 2em;
}
/* 第一块 */
.first .fl img{
  width:605px;
  height:405px;
}
.first .fr{
  width:535px;
  height:405px;
  background:#f1f2f3;
  padding:30px;
  position: relative;
}
.first .tit{
  font-size:32px;
}
.first .con{
  text-indent: 2em;
  color:#999;
  margin-top:30px;
  line-height:30px;
}
.first .more{
  position: absolute;
  width: 122px;
  height:39px;
  background:url(ckxq.png) no-repeat;
  right:30px;
  bottom:30px;
}
/* 大横幅 */
.dhf{
  margin-top:30px;
  margin-bottom:20px;
}
.dhf .hf_pc{display: block;}
.dhf .hf_moblie{display: none;}

/* 要闻动态 */
.second_tit{
  width:100%;
  background:url(ywdt.png) no-repeat center center;
  line-height:55px;
}
.second_tit a{
 display:block;
 width:150px;

  margin:0 auto;
  text-align: center;
  color:#0a2353;
  font-size: 32px;
  font-weight: bold;
}
.second .list{
  margin-left:-30px;
  margin-right:-30px;
  margin-top:30px;
}
.second .list li{
  float: left;
  width:400px;
  padding-left:30px;
  padding-right:30px;
  border-left:2px solid #f6f7f9;
}
.second .list li:first-child{
  border-left:none;
}
.list .time{
  display: inline-block;
  color:#999;
  border-bottom:2px solid #3e5e8f;
  height:35px;
  margin-bottom:15px;
}
.ywdt_tit{
  height:85px;
  margin-bottom:15px;
}
.list .ywdt_tit .fl img{
  width:115px;
  height:85px;
  display: inline-block;
  margin-right:15px;
}
.list .tit_con{
  font-size:16px;
  line-height:30px;
  text-align: justify;
}
.list .ywdt_jj{
  color:#999;
  line-height:28px;
}
.list .ywdt_jj a,.toutiao .tt_zy a{
  float: right;
  color:#ff0000;
}

