/* CSS Document */
* {
  font-family: 'Microsoft YaHei UI', 'microsoft yahei', '黑体';
}

body {
  margin: 0;
  font-size: 12px;
  font-family: 'Microsoft YaHei UI', 'microsoft yahei', '黑体';
  line-height: 1.5;
  color: #333;
  min-width: 1285px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
textarea,
p,
th,
td,
hr,
button,
font {
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

font {
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #f60;
  text-decoration: none;
}

.logo {
  float: left;

}

.logo a {

  display: flex;
  align-items: center;
}

.logo img {
  margin-right: 20px;
}

.top_link {
  width: 100%;
  background-color: #f1f1f1;
}

.version {
  width: 1285px;
  margin: 0 auto;
  text-align: right;
}

.logobox {
  overflow: hidden;
  width: 1285px;
  margin: 0 auto;
  padding: 33px 0;
  background: url(../images/diwenlogo.png) 77% 15% no-repeat;
  background-size: 30%;
}

.header {
  width: 100%;
  min-width: 1285px;
  margin: 0 auto;
  text-align: right;
  overflow: hidden;
  background-color: #D60000;
  height: 158px;
}

.version {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.navbox {
  height: 50px;
  line-height: 50px;

  clear: both;
  background: rgba(163, 163, 163, 0.2);
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 99;
}

.nav {
  width: 1285px;
  margin: 0 auto;
}

.nav ul li {
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 50px;
  height: 50px;
}

.nav ul li a {
  font-size: 18px;
  color: #333;
  width: 116px;
  display: block;
}

.nav ul li a:hover,
.nav ul li.cur a {
  background: #ae0c2a;
  color: #fff;
}

.nav ul li dl {
  position: absolute;
  left: 0;
  top: 49px;
  width: 300px;
  display: none;
}

.nav ul li dl dd a {}

.nav ul li dl dd {
  background: #86020f;
  height: 50px;
}

.nav ul li dl dd a {
  display: block;
  height: 50px;
  width: 300px;
  line-height: 50px;
  text-align: left;
  color: #fff;
  text-indent: 22px;
  font-size: 14px;
}

.nav ul li dl dd a:hover {
  background: #64030e;
  color: #fff;
}

.searchBox {
  width: 245px;
  height: 35px;
  padding: 0 10px;
  background-color: #E4E4E4;

  overflow: hidden;
}

.searchBox .searchInput {
  border: none;
  line-height: 35px;
  height: 35px;
  width: 155px;

  float: left;
  font-size: 14px;
  outline: none;
  background: none;
}

.searchBox .searchBtn {
  width: 35px;
  height: 35px;

  background: url(../images/search.png) no-repeat center;

  border: none;
  float: right;
  font-size: 16px;

  cursor: pointer;
}

.searchmain {
  float: right;
  line-height: 30px;
  padding-top: 65px;
}

.searchmain a {
  float: left;
}

.times {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 15px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/******banner******/

.banner {
  width: 1285px;
  position: relative;
  z-index: 2;
  margin-top: -50px;
  margin: 0 auto;

}

#main {
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 1;
  
}

#index_b_hero {
  width: 1285px;
  height: 480px;
  margin: auto;
  position: relative;
  z-index: 2;
}

#index_b_hero img {
  width: 1285px;
  height: 480px;
}

#index_b_hero p {
  background: #000;
  width: 1285px;
  bottom: 0;
  height: 55px;
  line-height: 55px;
  position: absolute;
  z-index: 7;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  color: #fff !important;
  font-size: 16px;
  text-indent: 2em;
}

#index_b_hero .heros {
  width: 1285px;
  height: 480px;
}

#index_b_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}

#index_b_hero .next,
#index_b_hero .prev {
  filter: alpha(Opacity=80);
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-left: 0px;
  background-color: #111205;
  z-index: 3;
}

#index_b_hero .next:hover {
  background: url(../images/icon.png) -185px 5px no-repeat #303030;
}

#index_b_hero .prev:hover {
  background: url(../images/icon.png) -5px 5px no-repeat #303030;
}

#index_b_hero .next {
  right: 0;
}

#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1285px;
  height: 480px;
  overflow: hidden;
  left: 2400px;
}

#index_b_hero .mask-right,
#index_b_hero .mask-left {
  z-index: 4;
  left: -1285px;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  background: #fff;
  overflow: hidden;
}

#index_b_hero .mask-right {
  left: 1285px;
}

#index_b_hero .active {
  z-index: 2;
  left: 0;
}

.icon-arrow-a-left {
  background: url(../images/icon.png) -5px 5px no-repeat;
  height: 75px;
  width: 40px;
}

.icon-arrow-a-right {
  background: url(../images/icon.png) -185px 5px no-repeat;
  height: 75px;
  width: 40px;
  height: 75px;
  width: 40px;
}

.pd {
  padding: 25px 0px 0 0;
}

.banner {

  overflow: hidden;

  min-width: 1285px;
  width: 1285px;

}

.banner img {
  width: 100%;
  height: 100%;
}

.main {
  width: 1285px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.newsbanner {
  width: 750px;
  height: 320px;
  float: left;
}

.newsbanner img {
  width: 100%;
  height: 100%;
}

.newstips {
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(0 0 0 / 50%);
  text-align: left;
  text-indent: 20px;
}

.newstips a {
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.newsbanner .swiper-pagination {
  right: 10px;
  left: auto;
  width: 140px;
}

.newsbanner .swiper-pagination-bullet {
  list-style: none;
  float: left;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-color: rgb(153, 153, 153);
  border-style: solid;
  background: rgb(102, 102, 102);
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  opacity: 0.7;
  color: rgb(204, 204, 204);
  border-radius: 0;
}

.newsbanner .swiper-pagination-bullet-active {
  float: left;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-color: rgb(255, 0, 0);
  border-style: solid;
  background: rgb(204, 0, 0);
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  opacity: 0.7;
  color: rgb(0, 0, 0);
  border-radius: 0;
}

.title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.title span {
  color: #84000d;
  font-weight: bold;
  float: left;
  font-size: 18px;

  line-height: 32px;
}

.title i {
  font-style: normal;
  color: #666;
  float: left;
  font-size: 14px;
  margin-left: 10px;
}

.title a {
  color: #797979;


  line-height: 24px;
  float: right;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}


.topnews {
  overflow: hidden;
  margin-bottom: 25px;
}

.smallbox a {
  width: 32%;
  display: block;
}

.smallbox a img {
  width: 100%;
}

.newsbox {

  padding-top: 25px;
}


.newslayout {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
}

.newslayout li {
  height: 80px;
  float: left;
  overflow: hidden;
  width: 48%;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}

.newslayout li:nth-child(2n) {
  float: right;
}

.newslayout li .rq {
  float: left;
  display: block;
  width: 14%;
  border-radius: 5px;
  height: 56px;
  padding: 10px 0;
  line-height: 27px;
  text-align: center;
  background: #eaeaea;
  color: #585858;
  font-size: 13px;
}

.newslayout li .rq h2 {
  font-size: 20px;
  font-weight: normal;
}

.newslayout li:hover .rq {
  background: #ae0d2b;
  color: #fff;
}

.newslayout li .zw {
  width: 82%;
  display: block;
  font-size: 16px;
  float: right;
}

.newslayout li .zw a {
  width: 100%;
  display: block;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newslayout li .zw p {
  font-size: 13px;
  text-indent: 2em;
  line-height: 25px;
  color: #999;
  display: block;
}

.announ {
  background: #f7f7f7;
  padding-bottom: 20px;
  width: 100%;
  padding-top: 25px;
}

.announlist1 {
  margin-top: 10px;
  overflow: hidden;
}

.announlist1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.announlist1 ul li {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  height: 50px;
  border-bottom: 1px dashed #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announlist1 ul li a {
  padding-left: 20px;
}

.announlist1 ul li i {
  float: left;
  color: #999;
  padding-right: 20px;
  font-size: 14px;
  background: url(../images/fg.png) right center no-repeat;
  font-style: normal;
}

.special {
  width: 100%;
  overflow: hidden;
}

.column {
  padding-top: 25px;
}

.special ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special li {
  overflow: hidden;
  width: 384px;
  display: block;
  cursor: pointer;
  background: #f7f7f7;
  margin-top: 28px;
}

.special li img {
  width: 100%;
}

.special li p {
  background: url(../images/h2bg.jpg) left bottom no-repeat;
  line-height: 45px;
  width: 215px;
  margin: 0 auto;
  font-size: 16px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notebox {
  display: flex;
  justify-content: space-between;
}

.noteleft {
  width: 745px;

}

.noteright {
  width: 490px;
}

.noteleft .announlist1 ul {
  padding-right: 30px;
}

.bm {
  padding: 15px 0;
}

.footmain {
  background: #B50000;


  width: 100%;
  overflow: hidden;

  min-width: 1285px;
}

.footbox {
  width: 1285px;
  margin: 0 auto;
  padding: 30px 0 25px;
  overflow: hidden;
  background: url(../images/diwenlogo.png) right center no-repeat;
  background-size: 45%;
  display: flex;
  justify-content: space-between;
}


.footbox .logo {
  padding-top: 26px;
}

.wechar {
  float: left;
  width: 880px;
}

.wechar dl h3 {
  font-size: 16px;
  line-height: 32px;
  color: #eee;
  font-weight: normal;
}

.wechar dl dt {
  display: flex;
  align-items: center;
  padding: 5px 0 0 15px;
  width: 400px;
  float: left;

}

.wechar dl dt img {
  width: 104px;
  margin-right: 20px;
}

.wechar dl dd {
  float: left;
  padding: 5px 0 0 15px;
  width: 410px;

}

.link a {
  color: #eee;
  display: inline-block;
  margin-right: 15px;
}

.wechar dl {
  line-height: 28px;
}

.wechar dl p {
  color: #eee;
  font-size: 14px;
}

.footbottom {
  min-width: 1285px;
  background: #343433;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;

  text-align: center;
}

.morenews {
  display: flex;
  justify-content: space-between;
  width: 1285px;
  margin: 0 auto;
  padding: 30px 0;
}

.basecnews {
  width: 400px;
}

.zttitle {
  text-align: center;
}

.share {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 
.list-menu-title {
  width: 100%;
  height: 56px;
  background-color: #64030E;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
}

.listleft {
  width: 245px;

  float: left
}

.listbox {
  width: 1285px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.menulist ul li {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  line-height: 34px;
  background-color: #ebebeb;
  font-size: 14px;
}

.menulist ul li.active {
  background-color: #f5f5f5;
  color: #146bc4;
}

.menulist ul li i {
  font-style: normal;
}


.list {
  width: 100%;
 min-width: 1285px;
  display: table;
  background: #f1fdff;

}

.listright {
  width: 905px;

  float: right;
  background: rgba(255, 255, 255, .8);
  padding-right: 15px;
  padding-left: 15px;
}

.list-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ccc;
  line-height: 44px;
}



.page {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

.page i {
  font-style: normal;
}

.page a {
  margin: 0 5px;
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  height: 14px;
  padding: 2px 4px;
  border: solid 1px #AFD5F5;
  background: #fff;
  text-decoration: none;
  MARGIN-RIGHT: 1px;
  line-height: 14px;
}

.PrevDisabled {
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  height: 14px;
  margin-right: 3px;
  padding: 2px 4px;
  background: #fff;
  color: #ccc;
  border: solid 1px #AFD5F5;
  line-height: 14px;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
  -webkit-text-size-adjust: none;
}


.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
}

.detialtitle p {

  padding: 20px;
  text-align: center;
}

.detialtitle p span {
  display: inline-block;
  padding: 0 20px;
  color: #5c5c5c;
  font-size: 12px;
}

.detialbox p {
  LINE-HEIGHT: 180%;
  -webkit-text-size-adjust: none;
  text-indent: 2em;
  color: #333;
  padding-bottom: 19px;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.detailimg {
  text-align: center;
  margin-bottom: 20px;
}


.plicybg {
  background: #F6F6F6;
  padding: 20px 0;
  min-width: 1285px;
}

.nextbox {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 100px 30px;

}

.nextbox p {
  line-height: 26px;
}

.nextbox p a {
  -webkit-text-size-adjust: none; 
  color: #337AB7;
} */

.listbanner {
  width: 1285px;
  margin: 0 auto;
 
  padding-top: 50px;
  position: relative;
  z-index: 11;
}

.list-menu-title {
  width: 100%;
  height: 114px;
  background-color: #D60000;
  text-align: center;
  line-height: 114px;
  font-size: 32px;
  color: #fff;
 
}

.listleft {
  width: 295px;

  float: left;
}

.listbox {
  width: 1285px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.menulist ul li {

  height: 54px;

  text-align: left;
  line-height: 54px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.menulist ul li a {
  font-size: 14px;
  display: block;
  padding: 0 15px;
}

.menulist ul li a:hover {
  background-color: #ebd6de;
  color: #333;
}

.menulist ul li.active {
  background-color: #ebd6de;
  color: #146bc4;
}

.menulist ul li i {
  font-style: normal;
}

.list {
  width: 100%;
  min-width: 1284px;
  display: table;
}

.listright {
  width: 930px;

  float: right;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 15px;
  padding-left: 15px;
}

.list-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ddd;
  line-height: 44px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.list-title h3 {
  font-size: 22px;
  color: #333;
  float: left;
  font-weight: normal;
}

.list-title p {
  float: right;
  font-size: 14px;
}

.article_details {
  padding-top: 20px;
}

.page {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

.page i {
  font-style: normal;
}

.page a {
  margin: 0 5px;
  font-size: 12px;
  font-family: å®‹ä½“;
  display: inline-block;
  height: 14px;
  padding: 2px 4px;
  border: solid 1px #afd5f5;
  background: #fff;
  text-decoration: none;
  margin-right: 1px;
  line-height: 14px;
}

.PrevDisabled {
  font-size: 12px;
  font-family: å®‹ä½“;
  display: inline-block;
  height: 14px;
  margin-right: 3px;
  padding: 2px 4px;
  background: #fff;
  color: #ccc;
  border: solid 1px #afd5f5;
  line-height: 14px;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
  -webkit-text-size-adjust: none;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
}

.detialtitle p {
  padding: 20px;
  text-align: center;
}

.detialtitle p span {
  display: inline-block;
  padding: 0 20px;
  color: #5c5c5c;
  font-size: 12px;
}

.detialbox p {
  line-height: 180%;
  -webkit-text-size-adjust: none;
  text-indent: 2em;
  color: #333;
  padding-bottom: 19px;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.detailimg {
  text-align: center;
  margin-bottom: 20px;
}

.plicybg {
  background: #f6f6f6;
  padding: 20px 0;
  min-width: 1284px;
}

.nextbox {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 100px 30px;
}

.nextbox p {
  line-height: 26px;
}

.nextbox p a {
  -webkit-text-size-adjust: none;
  color: #337ab7;
}

.detial {
  padding-top: 30px;
}

.detial .article-title {
  text-align: center;
  font-size: 26px;
  color: #333;
  line-height: 52px;
}

.detial .article-date {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #8e8e8e;
  margin-bottom: 10px;
}

.newslist ul li {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  position: relative;
}

.worklist ul li {
  border-bottom: 1px solid #f1f1f1;

}

.newslist ul li a {
  color: #000;
  font-size: 14px !important;
  -webkit-text-size-adjust: none;
}

.newslist ul li a:hover {
  color: #05a;
}

.newslist ul li a i {
  font-size: 14px !important;
}

.newslist ul li span {
  float: right;
  color: #888;
}

.newslist ul li i {
  display: block;
  width: 5px;
  height: 5px;
  background: #005BAC;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.worklist ul li a {
  font-size: 16px !important;
}