@charset "utf-8";

/*banner大图*/
.banner{
  height:400px;
  background: url(../images/banner.png) no-repeat center center;
  background-size:100% 100%;
}

/*列表页*/
.content .content-title{
  background-color: #f9fafe;
  margin-bottom: 20px;
}
.content .content-title .title1{
     height: 46px;
    line-height: 46px;
    color: #333;
    font-size: 15px;
    background-color: #9000;
}
.content .content-title .title1 img{
  position: relative;
  top: -2px;
  right: 5px;
}
.content .content-title .title1 a{
  color: #666666;
}
.content .content-title .title1 a.color{
  color: #0a3485;
}
.left {
    width: 26%;
    background: #fff;
    margin-bottom: 50px;
}
.left dt{
  background-color: #004f97;
  color: #ffffff;
  padding: 15px 0 15px 20px;
}
.left dt a{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom:1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.left dt span{
  display: block;
}
.left dd{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f7f8fa;
  border-bottom:1px dashed #e5e5e5;
}
.left dd a{
  display: inline-block;
  border-left:4px solid #f7f8fa;
  padding-left: 20px;
  font-size: 16px;
  color: #585858;
  font-weight: bold;
}
.left dd.current,
.left dd:hover{
  background: #fff;
  border-bottom:1px dashed #fff;
}
.left dd.current a,
.left dd:hover a{
  color: #0a3485;
  border-left:4px solid #0a3485;
}
.right{
  width: 69%;
}
.right li{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc;
}
.news li .date,
.right li .date{
  float: left;
}
.news li .date .time,
.right li .date .time{
  font-size: 40px;
  color: #333333;
  display: block;
}
.news li .date .year,
.right li .date .year{
  color: #c3c3c3;
}
.news li h2,
.right li h2{
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.news li .line,
.right li .line{
  float: left;
  width: 2px;
  height: 56px;
  background-color: #cccccc;
  margin:10px 20px 0;
}
.right li .item{
  float: left;
  width: 74%;
}
.news li .item p,
.right li .item p{
  font-size: 14px;
  color: #999999;
  text-indent: 0;
  line-height: 24px;
}
.news li:hover .item h2 a,
.right li:hover .item h2 a{
  color: #0a3485;
}
.page{
  float: right;
  margin: 20px 0;
}
.page a{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  float: left;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  color: #666666;
}
.page a.spec{
  width: 74px;
}
.page a:hover{
  background-color: #0a3485;
  color: #ffffff;
}
.page a.none{
  border:none;
}
/*详情页*/
.right > h2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.right > h2 span{
  padding-bottom: 10px;
}
.right > p{
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
}

@media (max-width:767px) 
{
    .left {
        width: 100%; 
        margin-bottom:10px;
        float:none;
    }
    .left dd {
        height: 46px;
        line-height: 46px;
    }
    .right
    {
        width:100%;
        float:none;
    }
    .right li {
        padding: 10px 0;
    }
}
@media (max-width:480px) 
{
    .right li .item {
        width: 70%;
    }
    .news li h2, .right li h2 {
        font-size: 18px;
    }
    .news li .line, .right li .line {
        margin: 10px 15px 0;
    }
    .news li .item p,
     .right li .item p {
        line-height: 20px;
    }
    .news li .date .time, 
    .right li .date .time {
        font-size: 34px;
    }
}

