﻿/* ** 新闻列表页 ** */
ul.news_list {
  clear:both;
  overflow:hidden
}

ul.news_list li {
  list-style:none;
  height: 200px;
  overflow: hidden;
  padding-bottom:50px;
  border-bottom:1px dashed #dddddd;
  position: relative;
  margin: 35px 50px 0 35px;
}
ul.news_list li:first-child {
  /*padding-top: 13px;*/
}
ul.news_list li:hover {
  cursor: pointer;
}

ul.news_list li .pic {
  width: 328px;
  float:left;
  margin:0 42px 0 0;
}
ul.news_list li .pic img {
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
ul.news_list li .date {
  float: right;
}

ul.news_list li .tl {
  line-height: 20px;
}
ul.news_list li .tl a {
  font-size: 18px;
  display: block;
  color: #333399;
  font-weight: bold;
}
ul.news_list li .nr {
  line-height: 23px;
  margin: 20px 0px;
  height: 115px;
  overflow: hidden;
}
ul.news_list li .nr a {
  color: #333999;
  font-size: 14px;
  font-family: arial;
}
ul.news_list li .more {
  position: absolute;
  bottom: 25px;
  right: 0;
  text-align: right;
  display: block;
  width: 116px;
  line-height: 26px;
  background: #E4EFF5;
  text-align: center;
  float: right;
  margin-bottom: 10px;
}
ul.news_list li .more a {
  color: #333999;
  font-size: 12px;
  font-weight:bold;
  cursor: pointer;
  font-family: arial;
}
ul.fac li .tl a {
  /*color:#002e73;
  cursor: pointer;*/
  font-weight:  normal;
}
ul.news_list li .tl a span.border, ul.fac li:hover .tl a span.border {
  border-bottom: 1px solid #002e73;
  display: block;
  width: 80px;
  height: 1px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding-bottom: 25px;
  opacity: 1;
}
ul.news_list li .tl,ul.news_list li .nr {
  width: 740px;
  float: right;
}
.news .pages {
  margin: 60px 0 20px 0;
}

/* ** 新闻详情页 ** */
.news_info{
  padding: 33px 50px 45px; 
}
.news_info .art_title{
  border-bottom:1px dashed #B8BADD;
  margin-bottom:30px;
}
.news_info .art_title h3{
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
.news_info .art_title p{
  font-size:12px;
  color:#333999;
  font-family: arial;
  margin-left: 635px;
  line-height: 45px;
}
.news_info .info{
  line-height:28px;
  color:#333999;
  font-size:14px;
}

/* ** 页码 ** */
.pages{
  text-align:center;
  margin: 50px 0 70px;
}
.pages a{
  padding: 3px 15px;
  border:1px solid #B2B4DA;
  margin: 0 5px;
  color: #333399;
  font-size: 14px;
  font-family: arial;
}
.pages a:hover{
  color:#fff;
  background:#333399;
  border-color:#333999;
}
.pages a.currentpage{
  color:#fff;
  background:#333399;
  border-color:#333999;
}
ul.fac li .tl a span.border {opacity: 0;}
ul.news_list li .tl a {
    font-weight:  normal;
}
ul.fac li:hover .tl a {
    font-weight:  bold;
}





























