body {
  width: 100%;
  /* min-width: 1200px; */
}

/* header 首页*/

.headerBox {
  width: 100%;
  position: absolute;
  z-index: 999;
  color: #FFF;
  height: 100px;
}

.header {
  width: 100%;
  height: 100%;
  display: flex;
}

.head_img, .head_menu, .head_translate {
  display: inline-block;
}

.head_img {
  width: 30%;
  margin: auto;
  line-height: 100px;
}

.head_img img {
  width: 100%;
}

.head_menu {
  flex: 1;
}

/* .menu_ul {
  width: 93%;
} */

.menu_ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 86px;
  word-break: keep-all;
  white-space: nowrap;
  width: 10%;
  text-align: center;
  cursor: pointer;
}

.menu_ul li a {
  text-decoration: none;
  color: #FFF;
  line-height: 86px;
  display: inline-block;
}

.menu_ul li:hover>a {
  font-weight: bold;
}

.menu_ulDark {
  width: 93%;
}

.menu_ulDark li {
  display: inline-block;
  font-size: 20px;
  line-height: 86px;
  word-break: keep-all;
  white-space: nowrap;
  /* margin-right: 62px; */
  width: 10%;
  text-align: center;
  cursor: pointer;
  border: 6px solid transparent;
  color: #202020;
}

.menu_ulDark li:hover {
  color: #197bb9;
  border-bottom-color: #197bb9;
}

.submenudiv {
  display: none;
  background-color: #FFF;
}

.submenuUl {
  border-top: 1px solid #eaeaea;
}

.submenuUl li {
  display: inline-block;
  font-size: 20px;
  line-height: 80px;
  word-break: keep-all;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  color: #202020;
  width: 100px;
}

.submenuUl li:hover {
  color: #1355a4;
}

.loginBtn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  color: #FFF;
  background-color: #197bb9;
  border: 1px solid #197bb9;
  margin-top: 30px;
  cursor: pointer;
}

.loginBtn:hover {
  color: #197bb9;
  background-color: #FFF;
  border: 1px solid #197bb9;
}
.djLoginBtn{
  background-color: #E4771B;
  border: 1px solid #E4771B;
}
.djLoginBtn:hover {
  color: #E4771B;
  background-color: #FFF;
  border: 1px solid #E4771B;
}
.head_translate {
  /* margin-left: 135px; */
  margin-right: 100px;
}

.head_translate p {
  display: inline-block;
  font-size: 20px;
  line-height: 86px;
  cursor: pointer;
  color: #FFF;
  border-top: 6px solid transparent;
  border-bottom-left-radius: 6px solid transparent;
}

/* header 内容页 */

.headerContent {
  color: #000;
  position: relative;
}

.headerContent .menu_ul li a {
  text-decoration: none;
  color: #000;
}

/* 首页模块标题 */

.dy_head {
  width: 100%;
  text-align: center;
}

.dy_head h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 100px;
  color: #1e1e1e;
  background-image: url(../image/decorativeline.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

/* 友情链接 */

.links {
  width: 100%;
  padding-top: 40px;
  /* padding-bottom: 80px; */
  background-image: url(../image/linksback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: -webkit-auto;
  clear: both;
}

.links_lists {
  display: flex;
  padding-bottom: 30px;
}

.menuDiv {
  position: relative;
}

.lists_ul {
  border-right: 1px solid #d2d4e3;
  padding-right: 20px;
  /*padding-bottom: 30px;*/
}

.menuBg {
  position: absolute;
  right: -5px;
  height: 30px;
}

.links.lists {
  overflow: hidden;
}

.lists_ul li {
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  line-height: 30px;
}

.li_content {
  flex: 1;
  margin-left: 2%;
  vertical-align: top;
}

.li_column {
  text-align: left;
  display: none;
}

.conts_column {
  float: left;
  width: 25%;
  padding-right: 2px;
  text-align: left;
  vertical-align: top;
}

.active_column {
  display: block;
  text-align: left;
  float: left;
  width: 100%;
}

.conts_column a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* footer */

.footer {
  width: 100%;
  overflow: hidden;
  background-color: #197bba;
  padding-top: 30px;
}

.footer_left {
  float: left;
  width: 80%;
  text-align: left;
  text-align: -webkit-left;
}

.footer_left img {
  background-image: url(../image/footer_icon.png);
  background-repeat: no-repeat;
  z-index: 20;
}

.footer_left p {
  line-height: 86px;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
}

.footer_right {
  float: right;
  width: 20%;
  text-align: right;
  text-align: -webkit-right;
  display: flex;
}

.footer_right .erweima {
  display: inline-block;
}

.footer_right .erweima p {
  text-align: center;
  margin-right: 18px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0;
}

.footer_right .erweima img {
  margin-right: 18px;
}

.footer_right img:nth-child(2) {
  margin-right: 30px;
}

.footer_footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #209bfd;
}

.footer_footer p {
  font-size: 14px;
  color: #0c476c;
  line-height: 35px;
  margin: 0;
}

/* 公用部分 */

.contentBox {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.detailContentDiv {
  background-color: #f8f8f8;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
}

.detailContent {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 40px;
}
.contentText, .detailContent p {
  text-align: left;
  /*text-indent: 20px;*/
  line-height: 35px;
  font-size: 18px;
}

.text2 a {
  font-size: 16px!important;
}

/* 模块标题带边线 */

.titleDiv {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  padding-top: 30px;
}

.titleDiv .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d5d9e8;
  position: relative;
  top: -7px;
}









.contentListDivLeft{
  width: 280px;
  float: left;
}

.contentListDivLeft-title{
  height: 100px;
  width: 100%;
  background: #197BBA;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: white;
  text-align: left;
  line-height: 100px;
  text-indent: 1em;
}
.title-bg{
  position: absolute;
  top: 0px;
  right: 25px;
}

.contentListDivLeft-ul{
  width: 100%;
  margin-top: 10px;
  overflow-x: hidden;
}

.contentListDivLeft-item{
   height: 70px;
  width: 100%;
  border-left: 3px solid #FFFFFF;
  font-size: 20px;
  line-height: 70px;
  text-align: left;
  text-indent: 2em;
  background: url(../image/right3.png) no-repeat;
  background-position: 240px center;
  border-bottom: 1px solid #EEEEEE;
}
.contentListDivLeft-item:hover a{
  text-decoration: none !important;
}
.contentListDivLeft-item a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.contentListDivLeft-item.active{
  background: url(../image/right12.png) #ECF5FC  no-repeat;
  color: #0C73B4;
  background-position: 240px center;
  border-left: 3px solid #0C73B4;
}
.contentListDivLeft-item:hover{
  background: url(../image/right12.png) #ECF5FC  no-repeat;
  color: #0C73B4;
  background-position: 240px center;
  border-left: 3px solid #0C73B4;
}

.contentListDivRight{
  float: left;
  width: calc(100% - 280px);
  padding: 0px 25px 0px 50px;

}
.contentListDivRight-title{
  font-size: 26px;
  margin-top: 24px;
  color: #0F76B8;
  padding-bottom: 25px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.contentListDivRight-body{
  margin-top: 20px;
}
.contentListDivRight-body-item{
  width: 100%;
  overflow: hidden;
  /*padding-left: 15px;*/
  font-size: 20px;
  padding: 15px 0px 15px 15px;
  background: url(../image/dian.png) no-repeat;
  background-position: left center;
}

.contentListDivRight-body-item-name{
    float: left;
}
.contentListDivRight-body-item-time{
  float: right;
}
.contentListDivRight-body-item a{
  text-decoration: none !important;
  color: #333333 !important;
}
.body-item-img{
  float: left;
  width: 276px;
  margin: 0 2px 10px 2px;
  background-color: #ededed;
  /*width: 80px;*/
  /*height: 80px;*/
}
.body-item-img:hover{
  background-color: #197BBA;
  color: #FFF;
}
.body-item-img p{
  font-size: 20px;
  text-align: center;
  display: inline-block;
  margin: 0;
}

.body-item-img a{
  text-decoration: none !important;
  color: inherit !important;
  line-height: 100px;
  display: inline-block;
  width: 100%;
}
.body-item-img img{
  width: 50px;
  height: 50px;
}
.more-list{
  position: absolute;
  right: 0px;
  top: 15px;
  color: #0f0f0f !important;
  text-decoration: none !important;
  font-size: 14px;
}
