﻿.more {
  float: right;
  width: 35px;
  background: url(../images/public/add.png) no-repeat;
}
.more a {
  width: 100%;
  height: 100%;
  display: block;
}
.news {
  width: 1200px;
  height: 360px;
  margin: auto;
  margin-top: 30px;
  padding: 0 20px;
}
.news .pic {
  width: 640px;
  height: 360px;
  margin: auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.news .pic .img ul li img {
  width: 740px;
  height: 416px;
}
.news .pic .btns a {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
}
.news .pic .btns img {
  height: 40px;
}
.news .pic .btns a.btns_left {
  left: 10px;
}
.news .pic .btns a.btns_right {
  right: 10px;
}
.news .pic .titleTxt {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  overflow: hidden;
}
.news .pic .titleTxt .pic_title {
  width: 80%;
  float: left;
  height: 50px;
}
.news .pic .titleTxt .pic_title a{
color:#fff;
}
.news .pic .titleTxt .pic_title li {
  width: 100%;
  height: 50px;
  /*text-align: center;*/
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
  font-size: 18px;
}
.news .pic .titleTxt .small_btns {
  width: 15%;
  float: right;
  height: 50px;
}
.news .pic .titleTxt .small_btns li {
  float: left;
  width: 10px;
  height: 10px;
  background: url(../images/index/pic_white_yj.png) no-repeat;
  margin-top: 20px;
  margin-right: 10px;
}
.news .pic .titleTxt .small_btns li.active {
  background: url(../images/index/pic_blue_yj.png) no-repeat;
}
.news .pic .titleTxt .small_btns li:hover {
  cursor: pointer;
}
.news .news_detail {
  width: 505px;
  float: right;
}
.news .news_detail .tabs_nav {
  width: 100%;
  height: 50px;
}
.news .news_detail .tabs_nav .news_tabs {
  width: 100%;
  float: left;
  height: 35px;
  background: url(../images/public/add.png) no-repeat;
  background-position-x: 100%;
  border-bottom: solid 1px #D6D6D6;
}
.news .news_detail .tabs_nav .news_tabs ul {
  float: left;
}
.news .news_detail .tabs_nav .news_tabs ul li {
  float: left;
  height: 35px;
}
.news .news_detail .tabs_nav .news_tabs ul li a {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.news .news_detail .tabs_nav .news_tabs ul li span {
  display: block;
  width: 1px;
  height: 20px;
  border: solid 1px #C4C4C4;
  float: right;
  margin-right: -10px;
  margin-top: 6px;
}
.news .news_detail .tabs_nav .news_tabs ul .fir {
  margin-right: 20px;
}
.news .news_detail .tabs_nav .news_tabs ul .active {
  border-bottom: solid 2px #0B6BB9;
}
.news .news_detail .tabs_nav .news_tabs ul .active a {
  color: #0B6BB9;
}
.news .news_detail .tabs_nav .news_tabs .more {
  height: 35px;
}
.news .news_detail .news_tabs_box {
  width: 100%;
}
.news .news_detail .news_tabs_box .tabs_box {
  width: 100%;
  display: none;
}
.news .news_detail .news_tabs_box .tabs_box ul li {
 background:url('../images/icon/point.png') no-repeat;
  background-position-y:10px;
  text-indent:8px;
  margin-top: 12.3px;
}
.news .news_detail .news_tabs_box .tabs_box ul li a {
  color: #333;
  font-size: 16px;
}
.news .news_detail .news_tabs_box .tabs_box ul li a:hover {
  color: red;
}
.news .news_detail .news_tabs_box .tabs_box ul li span {
 
  color: #999999;
}
.news .news_detail .news_tabs_box .tabs_box ul li span.today{
 float: right;

}
.news .news_detail .news_tabs_box .firstbox {
  display: block;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10px;
    padding: 0 10px;
  }
  .news .pic {
    width: 100%;
    height: 214px;
    margin-bottom: 10px;
  }
  .news .pic .img ul li img {
    max-width: 100% !important;
    height: 214px;
  }
  .news .pic .btns {
    height: 20px;
  }
  .news .pic .btns img {
    height: 20px;
  }
  .news .pic .titleTxt {
    height: 3em;
  }
  .news .pic .titleTxt .pic_title {
    height: 3em;
  }
  .news .pic .titleTxt .pic_title li {
    height: 3em;
    line-height: 3em;
    font-size: 1em;
  }
  .news .pic .titleTxt .small_btns {
    height: 3em;
  }
  .news .pic .titleTxt .small_btns li {
    margin-top: 1em;
    margin-right: 5px;
  }
  .news .news_detail {
    width: 100%;
    padding: 0 10px;
  }
  .news .news_detail .news_tabs_box {
    width: 100%;
  }
  .news .news_detail .news_tabs_box .tabs_box {
    width: 100%;
  }
  .news .news_detail .news_tabs_box .tabs_box ul li {
    margin-top: 20px;
  }
  .news .news_detail .news_tabs_box .tabs_box ul li a {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 70%;
    display: inline-block;
  }
.news .news_detail .news_tabs_box .tabs_box ul li span {
    font-size: .5em;
    
}
.news .news_detail .news_tabs_box .tabs_box ul li .newimg{
 display:none;
}

}
@media screen and (max-width: 399px) {
  .news .news_detail .news_tabs_box .tabs_box ul li img {
    width: 22px;
  }
}
@media screen and (max-width: 320px) {
  .news .news_detail {
    padding: 0 0px;
  }
  .news .news_detail .news_tabs_box .tabs_box ul li img {
    width: 15px;
  }
}
/*æ–°é—»ä¸­å¿ƒä¸»è¦å†…å®¹ä¸­é—´éƒ¨åˆ†*/
.xwzx_content {
  width: 1200px;
  margin: auto;
  margin-top: 10px;
  padding: 0 20px;
}
.xwzx_content .xwzx_tabs {
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #A3A3A3;
}
.xwzx_content .xwzx_tabs ul {
  float: left;
}
.xwzx_content .xwzx_tabs ul li {
  float: left;
  width: 100px;
  height: 45px;
  line-height: 40px;
}
.xwzx_content .xwzx_tabs ul li a {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.xwzx_content .xwzx_tabs ul li span {
  display: block;
  width: 1px;
  height: 20px;
  border: solid 1px #C4C4C4;
  float: right;
  margin-right: -10px;
  margin-top: 12px;
}
.xwzx_content .xwzx_tabs ul .fir {
  margin-right: 20px;
}
.xwzx_content .xwzx_tabs ul .active {
  border-bottom: solid 2px #0B6BB9;
}
.xwzx_content .xwzx_tabs ul .active a {
  color: #0B6BB9;
}
.xwzx_content .xwzx_tabs .more {
  height: 45px;
}
.xwzx_content .xwzx_tab_box {
  display: none;
  width: 100%;
}
.xwzx_content .xwzx_tab_box ul li {
  width: 100%;
  border-bottom: dashed 1px #A3A3A3;
  box-sizing: border-box;
  padding-top: 20px;
}
.xwzx_content .xwzx_tab_box ul li .con_title {
  height: 25px;
  background: url(../images/xwzx/dbx.png) no-repeat;
  background-position-y: 10px;
  font-size: 20px;
  font-weight: bold;
  text-indent: 20px;
}
.xwzx_content .xwzx_tab_box ul li .con_title a {
  color: #333;
}
.xwzx_content .xwzx_tab_box ul li .con {
  margin-top: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  text-indent: 40px;
  color: #5D5D5D;
}
.xwzx_content .xwzx_tab_box ul li .con a {
  color: #CB2727;
}
.xwzx_content .xwzx_tab_box ul li .con a:hover {
  color: red;
}
.xwzx_content .xwzx_tab_box ul li .con_time {
  margin-top: 15px;
  font-size: 16px;
  color: #979797;
  text-indent: 30px;
  background: url(../images/xwzx/time.png) no-repeat;
  margin-bottom: 18px;
}
.xwzx_content .xwzx_tab_box li:last-child {
  border-bottom: none;
}
.xwzx_content .firbox {
  display: block;
  min-height: 524px;
}
@media screen and (max-width: 768px) {
  .xwzx_content {
    width: 100%;
    padding: 0 10px;
  }
  .xwzx_content .xwzx_tab_box ul li .con_title {
    height: auto;
    font-size: 18px;
  }
  .xwzx_content .xwzx_tab_box ul li .con {
    margin-top: 10px;
    line-height: 25px;
    font-size: 1em;
  }
  .xwzx_content .xwzx_tab_box ul li .con_time {
    margin-top: 10px;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .xwzx_content .xwzx_tab_box li:last-child {
    border-bottom: none;
  }
  .xwzx_content .firbox {
    display: block;
    min-height: auto;
  }
}
/*ä¸“é¢˜æŠ¥é“*/
.ztbd {
  width: 1200px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.ztbd .ztbd_top {
  width: 100%;
  border-bottom: solid 1px #A3A3A3;
}
.ztbd .ztbd_top a {
  width: 135px;
  height: 100%;
  display: block;
  background: url(../images/xwzx/ztbd.png);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.ztbd .ztbd_top .more {
  width: 35px;
  height: 40px;
  background: url(../images/public/add.png) no-repeat;
  float: right;
}
.ztbd .ztbd_bottom{
  min-height: 120px;
}
.ztbd .ztbd_bottom li {
  width: 32.6666%;
  height: 100px;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
}
.ztbd .ztbd_bottom li img {
  max-width: 100%;
  height: auto;
}
.ztbd .ztbd_bottom li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .ztbd {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .ztbd .ztbd_top a {
    font-size: 1.1em;
    line-height: 35px;
  }
  .ztbd .ztbd_bottom{
    min-height: auto;
  }
  .ztbd .ztbd_bottom li {
    width:100%;
    margin-top: 10px;
    height: auto;
  }
}
/*# sourceMappingURL=xwzx.css.map */
                                                                                               