@charset "UTF-8";

a {
  color: #2a2a2a
}

body {
  font-family: '微软雅黑'
}

img {
  vertical-align: top;
}

.autoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dis_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper_1200 {
  width: 1200px;
  padding: 0px;
}

.wrapper1 {
    
  width: 1200px;
  margin: 0px auto;
  padding: 0px;
}

.scroll-pic {
  width: 665px;
  height: 410px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}

.scroll-pic .hd {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.scroll-pic .hd .prev,
.scroll-pic .hd .next {
  display: block;
  width: 43px;
  height: 43px;
  cursor: pointer;
  opacity: .3;

}

.scroll-pic .prev {
  float: left;
  margin-left: 10px;
}

.scroll-pic .hd .next {
  float: right;
  margin-right: 10px;
  background-position: -1px -49px;
}

.scroll-pic .hd .prev:hover,
.scroll-pic .hd .next:hover {
  opacity: 1;
}

.scroll-pic .hd ul {
  position: absolute;
  right: 30px;
  top: 200px;
  overflow: hidden;
  zoom: 1;
}

.scroll-pic .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;

}

.scroll-pic .hd ul li.on {
  background-position: -10px -126px;
}

.scroll-pic .bd ul {
  overflow: hidden;
  zoom: 1;
}

.scroll-pic .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}

.scroll-pic .pic {
  text-align: center;
}

.scroll-pic .pic img {
  width: 665px;
  height: 410px;
  display: block;
}

.scroll-pic .title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
}

.scroll-pic .title a {
  color: #fff;
}

.yaowen {
  width: 495px;
  height: 410px;
  margin-top: 19px;
}

.yaowen a {
  color: #2a2a2a
}

.yaowen .title {
  text-align: center;
  line-height: 32px;
  margin-top: 15px;
  height: 64px
}

.yaowen p {
  font-size: 18px;
  height: 49px;
  line-height: 49px;
  color: #999;
  border-bottom: 2px dashed #999
}

.yaowen p:nth-child(1),
.yaowen p:nth-child(5) {
  font-weight: bold
}

.yaowen span {
  color: #da2519
}

.article {
  width: 820px;
  margin-top: 10px
}

.article .box {
  height: 229px;
  border-bottom: 1px solid #e3e3e3
}

.article .box:nth-last-child(2) {
  border-bottom: none;
}

.article .box:last-child {
  border-bottom: none;
  height: 30px;
  text-align: center;
  margin-top: 10px
}

.article .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  font-family: '黑体';
  margin-top: 20px;
  color: #da2519;
}

.article .summary {
  line-height: 40px;
  font-size: 16px;
  text-indent: 2em
}

.zhuanti {
  width: 330px;
  margin-top: 10px;
  text-align: center;
}

.zhuanti div {
  width: 295px;
  height: 155px;
  margin: 50px 0 0 28px
}


.zhuanti .ttt {
  width: 295px;
  height: 50px;
  line-height: 50px;
  border-bottom: #da2519 1px solid;
  margin: 0px;
  margin-left: 28px;
}


.zhuanti .ttt span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #da2519 3px solid;
  display: inline-block;
  color: #da2519;
}



.wrapper1 .ttt {
height: 50px;
    line-height: 46px;
    border-bottom: #da2519 1px solid;
    margin-top: 10px;
}


.wrapper1 .ttt span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #da2519 3px solid;
  display: inline-block;
  color: #da2519;
}