﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
/****a标签hover效果******/
.litext a:hover {
  color: #ed1b24;
  font-weight: bold;
}
.singlea:hover {
  color: #ed1b24;
  font-weight: bold;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
/*for FireFox button 内置padding为0*/
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
/* 可任意设置td,tr,table的边框而不会重合*/
body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}
/****************通用样式*****************/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
/* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****图标***/
.pic a img {
  transition: all 0.8s ease;
}
.pic a:hover img {
  transform: rotateY(360deg);
}
.picb a img {
  transition: all 0.8s ease;
}
.picb a:hover img {
  transform: scale(0.95);
}
.pics a img {
  transition: all 0.8s ease;
}
.pics a:hover img {
  transform: scale(0.9);
}

@charset "UTF-8";
/********头部样式*******/
/**
 * @Description:
 * @author TongKai
 * @date 2019/6/4
*/
.tk-headerT {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  background-color: #e61e28;
}
.tk-headerT .tk-header-mid {
  width: 1200px;
  margin: auto;
}
.tk-headerT .a1 {
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.tk-headerT .a1:hover {
  text-decoration: underline;
}
.tk-headerT .jg {
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 20px;
}
.tk-headerT .p1 {
  display: inline-block;
}
.tk-headerT .p1 a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 40px;
}
.tk-headerT .p1 a:hover {
  font-weight: bold;
}
.tk-headerT .p1 i {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(../images/tj8.png) right no-repeat;
  line-height: 40px;
  position: relative;
  top: 14px;
  margin-left: 12px;
}
.tk-headerT .p1 span {
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  margin-left: 22px;
}
.tk-headerM {
  width: 1200px;
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
}
.tk-headerM .tk-logo {
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.tk-headerM div {
  position: relative;
}
.tk-headerM div input {
  background: url(../images/tj3.png) center no-repeat;
  width: 620px;
  height: 60px;
  margin: 158px auto 0;
  display: block;
  border-left: 1px solid #e61e28;
  box-sizing: border-box;
  padding: 0 87px 0 27px;
}
.tk-headerM div input::-webkit-input-placeholder {
  font-size: 16px;
  color: #666666;
  line-height: 60px;
}
.tk-headerM div .btn {
  background: url(../images/tj4.png) center no-repeat;
  display: inline-block;
  width: 69px;
  height: 51px;
  position: absolute;
  top: 5px;
  right: 294px;
}
.tk-nav {
  width: 100%;
  height: 60px;
  min-width: 1200px;
  background-color: #e61e28;
}
.tk-nav .nav-lan {
  width: 1200px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.tk-nav .nav-lan ul li {
  height: 100%;
  float: left;
  text-align: center;
  width: 200px;
  box-sizing: border-box;
  background: url(../images/tj5.png) left center no-repeat;
}
.tk-nav .nav-lan ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fefefe;
  line-height: 60px;
  width: 100%;
  height: 100%;
  position: relative;
}
.tk-nav .nav-lan ul li a span {
  background: url(../images/tj9.png) right top no-repeat;
  width: 16px;
  height: 60px;
  position: absolute;
  top: -2px;
  right: -16px;
  display: none;
}
.tk-nav .nav-lan ul li:first-child {
  background: none;
}
.tk-nav .nav-lan ul .cur a,
.tk-nav .nav-lan ul :hover a {
  color: #e61e28;
  background: #fff;
  margin-top: 2px;
}
.tk-nav .nav-lan ul .cur a span,
.tk-nav .nav-lan ul :hover a span {
  display: inline-block;
}
.tk-footer {
  width: 100%;
  min-width: 1200px;
  border-top: 3px solid #e61e28;
  background-color: #f7f7f7;
  padding-bottom: 42px;
}
.tk-footer .foot-drop {
  height: 59px;
  border-bottom: 1px solid #e6e6e6;
}
.tk-footer .foot-drop .drop-groups {
  width: 950px;
  box-sizing: border-box;
  margin: auto;
}
.tk-footer .foot-drop .drop-down {
  float: left;
  position: relative;
  width: 230px;
  height: 100%;
  margin-left: 8px;
  line-height: 48px;
  text-align: center;
  background: url(../images/tj11.png) left center no-repeat;
}
.tk-footer .foot-drop .drop-down:first-child {
  margin-left: 0px;
  background: none;
}
.tk-footer .foot-drop .drop-down .tag {
  padding-left: 12px;
  font-size: 15px;
  line-height: 60px;
  color: #333;
  cursor: pointer;
  padding-right: 20px;
  display: inline-block;
  box-sizing: border-box;
  background: url(../images/tj10.png) right center no-repeat;
}
.tk-footer .foot-drop .drop-lists {
  display: none;
  position: absolute;
  bottom: 42px;
  left: 4px;
  width: 100%;
  max-height: 90px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #eee;
}
.tk-footer .foot-drop .drop-lists li {
  height: 32px;
}
.tk-footer .foot-drop .drop-lists li a {
  line-height: 32px;
  margin-left: 9px;
  font-size: 14px;
  color: #828282;
}
.tk-footer .mt30 {
  margin-top: 30px;
}
.tk-footer .foot-mes {
  width: 1160px;
  margin: 0 auto;
}
.tk-footer .foot-mes .mes-box {
  display: inline-block;
  margin-left: 300px;
  float: left;
  margin-top: 11px;
}
.tk-footer .foot-mes p {
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  color: #666666;
}
.tk-footer .foot-mes p a,
.tk-footer .foot-mes p span {
  font-size: 13px;
  line-height: 30px;
  color: #666666;
}
.tk-footer .foot-mes p a:hover {
  color: #e61e28;
}
.tk-footer .foot-mes p .dj {
  padding: 0 5px;
}

body {
  background: url(../images/tj1.png) center top no-repeat;
  background-size: 1920px 1460px;
}
.tk-content {
  width: 100%;
}
.tk-content .tk-bod {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.tk-content .tk-bod .position {
  padding-top: 3px;
  background: url(../images/tj6.png) left center no-repeat;
  padding-left: 30px;
  margin-left: 20px;
}
.tk-content .tk-bod .position .a1,
.tk-content .tk-bod .position .zo,
.tk-content .tk-bod .position .jian {
  line-height: 60px;
  font-size: 14px;
  color: #333333;
}
.tk-content .tk-bod .position .jian {
  padding: 0 8px;
}
.tk-content .tk-bod .position .a1:hover {
  color: #e61e28;
}
.tk-content .tk-bod .gl {
  width: 1160px;
  margin: 0 auto;
  border: solid 1px #e5e9ee;
}
.gl-list-t {
  border-bottom: 1px solid #e5e9ee;
  box-sizing: border-box;
  margin-left: 17px;
  margin-right: 10px;
}
.gl-list-t .tit {
  font-size: 20px;
  line-height: 60px;
  color: #e61e28;
  font-weight: bold;
  border-bottom: 3px solid #e61e28;
  padding-bottom: 14px;
}
.gl-list-l {
  margin: 20px 20px 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e5e5e5;
}
.gl-list-l li {
  height: 40px;
  width: 100%;
}
.gl-list-l li a {
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  float: left;
  padding-left: 9px;
  background: url(../images/tj7_03.png) left center no-repeat;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl-list-l li span {
  float: right;
  color: #999999;
  font-size: 13px;
  line-height: 40px;
}
.gl-list-l li .c6 {
  color: #666;
}
.gl-list-l li a:hover {
  color: #e61e28;
}
.morenone {
  border-bottom: none;
}
.morenone li a {
  background: none;
}
.morenone li span {
  margin-right: 13px;
}
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
.page span,
.page a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
}
.page span.red {
  color: #f02831;
  margin: 0 8px;
}
.page .pn {
  width: 58px;
}
.page a {
  line-height: 26px;
  border: 1px solid #ebebeb;
  margin: 0 4px;
}
.page a.num {
  width: 26px;
}
.page .fe {
  border: none;
  line-height: 28px;
}
.page .first {
  margin-left: 14px;
}
.page input {
  width: 18px;
  height: 28px;
  border: 1px solid #ebebeb;
  text-align: center;
  margin: 0 7px;
  padding: 0 5px;
}
.page .go {
  width: 60px;
  height: 28px;
  border: none;
  background: #e61e28;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 14px;
}
.page .go:hover {
  opacity: 0.8;
}
.page a.num:hover,
.page a.pn:hover,
.page a.num.cur,
.page a.pn.cur {
  background: #e61e28;
  color: #fff;
  border: 1px solid #e61e28;
}
.page a.fe:hover,
.page a.fe.cur {
  color: #e61e28;
}
.hd-body {
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.hd-l-p {
  border-bottom: 1px solid #e11f3f;
  margin: 18px 20px 0;
}
.hd-l-p span {
  display: inline-block;
  width: 125px;
  height: 45px;
  background-color: #e61e28;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}
.hd-l-p div a {
  width: 80px;
  height: 30px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
.hd-l-p div a:hover {
  font-weight: bold;
}
.hd-l-p div .a1 {
  background-color: #e77576;
}
.hd-l-p div .a2 {
  background-color: #86a1d3;
}
.hd-l-p div .a3 {
  background-color: #75c0ae;
}
.hd-l {
  width: 880px;
  height: 408px;
  background-color: #ffffff;
  border: solid 1px #e5e9ee;
  margin-left: 20px;
  margin-top: 20px;
}
.hd-l table {
  width: 840px;
  margin: 12px auto 0;
}
.hd-l table tr {
  height: 35px;
  background-color: #edf3f8;
}
.hd-l table tr td {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 35px;
  box-sizing: border-box;
}
.hd-l table tr .pdl16 {
  padding-left: 16px;
}
.hd-l table tr .tc {
  text-align: center;
}
.hd-l tbody tr {
  background: #fff;
  height: 40px;
}
.hd-l tbody tr td {
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  font-weight: normal;
}
.hd-l tbody tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 93%;
  display: inline-block;
}
.hd-l tbody tr td a:hover {
  color: #e61e28;
}
.hd-l .line {
  width: 840px;
  margin: 20px auto 0;
  height: 1px;
  border-top: 1px dashed #e5e5e5;
}
.hd-r {
  width: 260px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #ffffff;
}
.hd-r .tit {
  width: 100%;
  height: 50px;
  background-color: #e61e28;
}
.hd-r .tit span {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  background: url(../images/tj13.png) left center no-repeat;
  padding-left: 30px;
  margin-left: 20px;
}
.hd-r .text-box {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #e5e9ee;
  border-top: none;
  overflow: hidden;
  padding-bottom: 22px;
}
.hd-r .text-box ul {
  margin: 12px auto 0;
}
.hd-r .text-box ul li {
  width: 217px;
  text-align: center;
  margin: 20px auto 0;
}
.hd-r .text-box ul li a {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.hd-r .text-box ul li a span {
  color: #e11f3f;
}
.hd-r .text-box ul li a:hover {
  font-weight: bold;
}
.hd-las {
  width: 880px;
  background-color: #ffffff;
  border: solid 1px #e5e9ee;
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 26px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.ld-box {
  width: 100%;
}
.ld-box .ld-l {
  width: 280px;
  background-color: #ffffff;
  margin-left: 20px;
}
.ld-box .ld-l .tit {
  height: 90px;
  background: url(../images/tj18.png) center;
}
.ld-box .ld-l .tit span {
  font-size: 30px;
  color: #ffffff;
  line-height: 90px;
  font-weight: bold;
  background: url(../images/tj14.png) left center no-repeat;
  padding-left: 62px;
  margin-left: 46px;
}
.ld-box .ld-l .txt {
  background-color: #ffffff;
  border: solid 1px #e5e9ee;
  border-top: none;
  box-sizing: border-box;
}
.ld-box .ld-l .txt a {
  font-size: 18px;
  color: #666666;
  line-height: 60px;
  display: block;
  width: 218px;
  margin: 0 auto;
  padding-left: 32px;
  border-top: 1px dashed #e5e5e5;
  box-sizing: border-box;
  background: url(../images/tj15_03.png) 176px center no-repeat;
}
.ld-box .ld-l .txt a:first-child {
  border-top: none;
}
.ld-box .ld-l .txt .active,
.ld-box .ld-l .txt a:hover {
  color: #e61e28;
  font-weight: bold;
}
.ld-box .ld-r {
  width: 860px;
  background-color: #ffffff;
  border: solid 1px #e5e9ee;
  margin-right: 20px;
}
.yydh-w {
  padding: 0 28px;
}
.fb {
  font-weight: bold;
  margin-top: 17px;
}
.yydh-w p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.yydh-w p.bold {
  font-weight: bold;
}
.yydh-w p.line {
  border-bottom: 1px solid #e5e9ee;
  padding-bottom: 30px;
}
.xx-msg-item .tit {
  display: inline-block;
  width: 112px;
  font-size: 16px;
  color: #333;
  text-align: right;
  padding: 0 4px;
  line-height: 38px;
  vertical-align: top;
}
.xx-msg-item {
  margin-bottom: 20px;
}
.xx-msg-item select {
  width: 280px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  font-size: 14px;
  color: #666666;
  line-height: 38px;
}
.xx-msg-item .tip {
  display: inline-block;
  font-size: 15px;
  color: #ef344f;
  line-height: 38px;
  margin-left: 10px;
  vertical-align: top;
}
.xx-msg-item input {
  border: 1px solid #e7e7e7;
  height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 280px;
}
.xx-msg-item .inp {
  width: 120px;
  height: 38px;
  border: solid 1px #cccccc;
}
.xx-msg-item .inpic {
  margin-left: 17px;
  width: 120px;
  height: 36px;
  border: solid 1px #cccccc;
}
.xx-msg-item .inpic img {
  width: 120px;
  height: 36px;
}
.changepic {
  background: url(../images/tj17.png);
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 10px;
  margin-top: 14px;
}
.xx-msg-item textarea {
  width: 640px;
  height: 170px;
  padding: 10px 10px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.xs-select {
  padding: 0 0 0 10px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 283px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#yzm {
  width: 120px;
}
.yydh-yzm1 {
  margin-left: 20px;
  margin-right: 10px;
}
.xx-msg-item a img {
  vertical-align: middle;
}
.xx-msg-btn {
  margin-top: 10px;
  margin-left: 130px;
  padding-bottom: 35px;
}
.xx-msg-btn .tj {
  color: #fff;
  border: 1px solid #e61e28;
  background: #e61e28;
}
.xx-msg-btn button:hover {
  border: 1px solid #e61e28;
  font-weight: bold;
  background: #e61e28;
  color: #fff;
}
.xx-msg-btn button {
  width: 80px;
  height: 32px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #c5c6c9;
  color: #333;
}
.xx-msg-item .yydh-ww {
  width: 640px;
}
.xx-col-sel input {
  height: 38px;
  border: 1px solid #e1f0fa;
  padding: 0 10px;
  background: #fff;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.xx-col-sel span {
  display: inline-block;
  color: #666;
  font-size: 15px;
  line-height: 38px;
}
.mt30 {
  margin-top: 30px;
}
.yydh-w p.yydh-pline {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.yydh-drop-down1 p.tag {
  padding-left: 10px;
  color: #656565;
  font-size: 12px;
  cursor: pointer;
}
.yydh-drop-down1 li a {
  margin-left: 10px;
}
.mb24 {
  margin-bottom: 24px;
}
.wind-l {
  width: 300px;
  margin-left: 20px;
}
.wind-l .tit {
  height: 70px;
  background: url(../images/tj19.png);
}
.wind-l .tit span {
  font-size: 30px;
  color: #ffffff;
  line-height: 70px;
  font-weight: bold;
  margin-left: 38px;
}
.wind-l .yydh-xxgl-ltt {
  border: 1px solid #e5e9ee;
  background: #fff;
}
.wind-l .yydh-xxgl-ltt li {
  width: 255px;
  margin: 0 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.wind-l .yydh-xxgl-ltt .bbn {
  border-bottom: none;
}
.wind-l .yydh-xxgl-ltt a {
  font-weight: 600;
  width: 255px;
  display: block;
  height: 52px;
  margin-top: -1px;
  padding-left: 20px;
  line-height: 52px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 255px;
}
.wind-l .yydh-xxgl-ltt a span {
  display: inline-block;
  font-size: 13px;
  color: #999;
  width: 157px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wind-l .yydh-xxgl-ltt a .name {
  color: #333;
  font-size: 16px;
  text-align: left;
  width: 98px;
}
.wind-l .yydh-xxgl-ltt a:hover .name {
  color: #cd5751;
}
.wind-l .yydh-xxgl-ltt .bg {
  width: 255px;
  height: 48px;
  background-color: #f29323;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 19px 19px;
}
.wind-l .yydh-xxgl-ltt .bg:hover {
  text-decoration: underline;
}
.wind-r {
  width: 840px;
  box-sizing: border-box;
  padding: 30px 28px 0 30px;
  margin-right: 20px;
  border: 1px solid #e8ebf0;
  background: #fff;
}
.wind-r .ldzc-intro .line {
  height: 81px;
  border-bottom: 1px solid #e5e9ee;
  margin-bottom: 17px;
}
.wind-r .ldzc-intro .text {
  margin-left: 30px;
  width: 588px;
}
.wind-r .ldzc-intro .text .name {
  color: #cd5751;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 17px;
}
.wind-r .ldzc-intro .text .job {
  font-size: 16px;
  color: #666;
  min-height: 60px;
  line-height: 32px;
}
.wind-r .ldzc-intro .text .job span {
  color: #444;
  font-weight: 800;
}
.wind-r .ldzc-title {
  color: #444;
  font-size: 16px;
  font-weight: 800;
  margin-top: 30px;
}
.wind-r .ldzc-con {
  padding: 19px 0;
}
.wind-r .ldzc-con p {
  color: #333;
  font-size: 16px;
  line-height: 38px;
}
.mygl-main {
  width: 1160px;
  border: solid 1px #e5e9ee;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  padding: 23px 29px 0;
  margin-bottom: 40px;
}
.mygl-title {
  height: 40px;
}
.mygl-title .tit {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.my-list-t {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #f4fafe;
  margin-bottom: 10px;
  border: 1px solid #e5eef5;
}
.my-list li {
  float: left;
  height: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-list-t li,
.my-list-l li a {
  color: #444444;
  font-size: 16px;
}
.my-list-l {
  height: 48px;
  line-height: 48px;
}
.my-list-l li {
  color: #999999;
  font-size: 14px;
}
.my-list .w600 {
  width: 600px;
  padding-left: 20px;
  margin-right: 60px;
  text-align: left;
}
.my-list .w150 {
  width: 155px;
}
.my-list .w110 {
  width: 105px;
}
.my-list-l li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-list-l li a:hover {
  font-weight: bold;
}
.myxl-content {
  width: 1158px;
  margin: 0 auto 40px;
  background: #fff;
  border: 1px solid #e5e9ee;
}
.myxl-title {
  background: #f5f8fc;
  border-bottom: 1px solid #e6eef5;
  text-align: center;
  padding-bottom: 40px;
}
.myxl-title h1 {
  color: #444444;
  font-size: 32px;
  padding-top: 33px;
}
.myxl-bar {
  display: inline-block;
  padding-top: 23px;
  position: relative;
}
.myxl-bar span {
  display: inline-block;
  color: #aaaaaa;
  font-size: 14px;
}
.myxl-bar span.con {
  margin-right: 16px;
}
.myxl-share {
  position: absolute;
  bottom: 0;
  right: -170px;
}
.myxl-share a {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.myxl-share a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: "alpha(opacity=80)";
}
.myxl-con {
  padding-left: 65px;
  color: #444444;
  font-size: 16px;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 2px;
  padding-right: 60px;
}
.myxl-con p {
  margin-bottom: 36px;
}
.myxl-con p.mb0 {
  margin-bottom: 0;
}
.myxl-con .fj {
  color: #444444;
}
.myxl-con .fj a {
  color: #4396dd;
}
.myxl-con .fj a:hover {
  text-decoration: underline;
}
.zjjg-title {
  height: 44px;
  padding: 0 40px;
  line-height: 44px;
  background: #f5f8fc;
  border-top: 1px solid #e6eef5;
  border-bottom: 1px solid #e6eef5;
}
.zjjg-title .tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.myxx-table {
  padding: 0 49px;
  margin-top: 22px;
}
.myxx-title {
  border-bottom: 1px solid #3374c1;
}
.myxx-title .btn {
  float: left;
  background: #f4fafe;
  margin-right: 11px;
  border: 1px solid #e5eef5;
  height: 48px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 48px;
  width: 123px;
}
.myxx-title .btn.cur {
  background: #3374c1;
  border: 1px solid #3374c1;
  color: #fff;
  font-weight: bold;
}
.myxx-item {
  padding-top: 44px;
  padding-bottom: 32px;
  display: none;
}
.myxx-item.show {
  display: block;
}
.myxx-l {
  margin-bottom: 20px;
  padding-left: 10px;
}
.myxx-l .tit {
  display: inline-block;
  width: 122px;
  text-align: right;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  margin-right: 6px;
  vertical-align: top;
}
.myxx-l .star {
  margin-top: 16px;
  vertical-align: top;
}
.myxx-l input {
  border: 1px solid #e4f0f9;
  height: 38px;
  padding: 0 10px;
  background: #fff;
}
.myxx-l input.i1 {
  width: 248px;
  margin-right: 14px;
}
.myxx-l .con1 {
  padding: 10px;
  width: 664px;
  height: 138px;
  overflow-y: auto;
  border: 1px solid #e4f0f9;
  background: #fff;
  margin-right: 14px;
}
.myxx-l input.yzm {
  width: 248px;
}
.myxx-l .yzm-img {
  margin-left: 14px;
  margin-right: 12px;
  margin-top: -4px;
}
.myxx-l .reload {
  color: #3374c1;
  font-size: 14px;
  line-height: 40px;
}
.myxx-l .reload:hover {
  text-decoration: underline;
}
.myxx-btn {
  padding-left: 59px;
  padding-top: 23px;
  text-align: center;
}
.myxx-btn button {
  width: 100px;
  height: 40px;
  background: #c7c7c7;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 4px;
}
.myxx-btn button:hover {
  font-weight: bold;
  background: #e61e28;
}
.myxx-btn .tj {
  background: #e61e28;
  margin-right: 26px;
}
.tblb {
  width: 1116px;
  margin: 20px auto 0;
  height: 125px;
  background: url(../images/sy1.png) center;
  position: relative;
}
.index-headline-tab {
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-headline-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.index-headline-item p {
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 65%;
}
.index-headline-item a {
  margin-top: 9px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  color: #e61e28;
  font-weight: bold;
  font-size: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.lb-list {
  width: 1160px;
  margin: 24px auto 0;
  background-color: #f4fbfd;
  overflow: hidden;
  padding-bottom: 20px;
}
.lb-list .lb {
  width: 530px;
  height: 380px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(32, 32, 32, 0.17);
}
.lb-list .lb .fLb {
  width: 530px;
  height: 290px;
  position: relative;
  overflow: hidden;
}
.lb-list .lb .fLb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lb-list .lb .fLb a img {
  width: 100%;
  height: 100%;
}
.lb-list .lb .titles {
  width: 100%;
  overflow: hidden;
}
.lb-list .lb .titles div {
  display: inline-block;
  margin-left: 30px;
  overflow: hidden;
}
.lb-list .lb .titles div .pfb {
  margin-top: 17px;
}
.lb-list .lb .titles div .pfb a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}
.lb-list .lb .titles div .pfn {
  margin-top: 6px;
}
.lb-list .lb .titles div .pfn a {
  font-size: 14px;
  display: inline-block;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  line-height: 14px;
}
.lb-list .lb .titles div .pfn span {
  float: right;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 14px;
  margin-right: 20px;
}
.lb-list .lb .titles .pfn a:hover {
  color: #e61e28;
}
.lb-list .lb .titles .pfb a:hover {
  color: #e61e28;
}
.lb-list .lb .lbNums {
  height: 20px;
  position: absolute;
  right: 17px;
  bottom: 95px;
}
.lb-list .lb .lbNums span {
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.lb-list .lb .lbNums span:hover,
.lb-list .lb .lbNums span.cur {
  background: #e61e28;
}
.index-wrap1-col2 {
  width: 570px;
  margin-right: 20px;
  position: relative;
}
.konwmore {
  background: url(../images/sy11.png) center no-repeat;
  display: inline-block;
  width: 54px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 30px;
}
.konwmore:hover {
  opacity: 0.75;
}
.index-tit1 {
  border-bottom: solid 1px #d6dcde;
  margin-top: 20px;
}
.index-tit1 .tit {
  color: #666666;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  width: 100px;
}
.index-tit1 .tit i {
  background: url(../images/sy2.png) center no-repeat;
  width: 97px;
  height: 9px;
  position: relative;
  top: 4px;
  display: none;
}
.index-tit1 .tit:first-child {
  margin-left: 6px;
}
.index-tit1 .tit.cur,
.index-tit1 .tit:hover {
  color: #e61e28;
  font-weight: bold;
}
.index-tit1 .tit.cur i,
.index-tit1 .tit:hover i {
  display: block;
}
.index-list1 {
  margin-top: 20px;
}
.index-list1 li {
  height: 36px;
  padding-left: 2px;
}
.index-list1 li a {
  display: inline-block;
  max-width: 84%;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  padding-left: 12px;
  background: url(../images/sy3.png) left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
}
.index-list1 li:hover {
  color: #333333;
  font-weight: bold;
}
.index-list1 li:hover span {
  color: #333333;
  font-weight: normal;
}
.index-list1 li span {
  float: right;
  color: #999999;
  font-size: 14px;
  line-height: 36px;
}
.index-item {
  display: none;
}
.index-item.show {
  display: block;
}
.sy-pics {
  width: 1160px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
  height: 105px;
}
.sy-pics .index-banner1-l {
  position: absolute;
  left: 0;
  top: 0;
}
.sy-pics .index-banner1-l li {
  float: left;
  margin-left: 17px;
  width: 375px;
  height: 105px;
}
.sy-pics .index-banner1-l li:first-child {
  margin-left: 0;
}
.sy-pics .index-banner1-l li a {
  display: inline-block;
}
.sy-pics .index-banner1-l li img {
  width: 375px;
  height: 105px;
}
.sy-pics .index-banner1-l li:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: "alpha(opacity=80)";
}
.sy-vtr {
  width: 1160px;
  background-color: #f4fbfd;
  margin: 20px auto 0;
  padding-bottom: 33px;
}
.sy-vtr .listall {
  width: 790px;
  margin-left: 20px;
  position: relative;
}
.sy-vtr .listall .lview {
  margin-top: 20px;
}
.sy-vtr .listall .lview li {
  width: 240px;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #ececec;
  text-align: center;
  margin-top: 5px;
}
.sy-vtr .listall .lview li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 53px;
}
.sy-vtr .listall .lview li:first-child {
  margin-top: 0;
}
.sy-vtr .listall .lview li:hover {
  background: url(../images/sy5.png) no-repeat;
  font-weight: bold;
}
.sy-vtr .listall .lview li:hover a {
  color: #ffffff;
}
.sy-vtr .listall .w520 {
  width: 520px;
}
.sy-vtr .listall .lh39 li {
  height: 39px;
}
.sy-vtr .listall .lh39 li a {
  line-height: 39px;
}
.fpic {
  width: 300px;
  margin-right: 20px;
  margin-top: 40px;
}
.fpic .a1,
.fpic .a2 {
  width: 145px;
  height: 93px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(32, 32, 32, 0.08);
  text-align: center;
}
.fpic .a1 span,
.fpic .a2 span {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}
.fpic .a1 span {
  background: url(../images/sy6.png) center top no-repeat;
  padding-top: 45px;
}
.fpic .a2 span {
  background: url(../images/sy7.png) center top no-repeat;
  padding-top: 45px;
}
.fpic .a1:hover span,
.fpic .a2:hover span {
  color: #e61e28;
}
.fpic .a3,
.fpic .a4,
.fpic .a5 {
  width: 300px;
  height: 90px;
  display: block;
  background: url(../images/sy17.png) center no-repeat;
  margin-top: 10px;
  line-height: 90px;
}
.fpic .a3 span,
.fpic .a4 span,
.fpic .a5 span {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-left: 75px;
}
.fpic .a3 span {
  background: url(../images/sy8.png) 120px center no-repeat;
}
.fpic .a4 span {
  background: url(../images/sy9.png) 120px center no-repeat;
}
.fpic .a5 span {
  background: url(../images/sy10.png) 120px center no-repeat;
}
.fpic .a3:hover span,
.fpic .a4:hover span,
.fpic .a5:hover span {
  color: #e61e28;
}
.three-pic {
  height: 100px;
  margin: 20px auto 0;
}
.three-pic a {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 100px;
  margin-left: 20px;
  display: inline-block;
  width: 360px;
  height: 100px;
}
.three-pic .a6 {
  background: url(../images/sy13_03.png);
}
.three-pic .a7 {
  background: url(../images/sy14_03.png);
}
.three-pic .a8 {
  background: url(../images/sy15.png);
}
.three-pic a:hover {
  color: #e61e28;
}
.mato {
  width: 1160px;
  margin: 0 auto;
}
.btl {
  border-top: 1px solid #e0e0e0;
}
.tn-l {
  width: 290px;
  margin-top: 20px;
  margin-left: 20px;
}
.tn-l ul li {
  width: 290px;
  height: 58px;
  border: solid 1px #e0e0e0;
  line-height: 58px;
  margin-top: 10px;
  box-sizing: border-box;
}
.tn-l ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  padding-left: 40px;
  background: url(../images/tn1.png) 217px center no-repeat;
}
.tn-l ul .cur,
.tn-l ul li:hover {
  background: #e61e28;
}
.tn-l ul .cur a,
.tn-l ul li:hover a {
  color: #fff;
  background: url(../images/tn1.1.png) 217px center no-repeat;
}
.tn-l ul li:first-child {
  margin-top: 0;
}
.tn-r {
  width: 850px;
  margin-top: 20px;
  margin-right: 20px;
}
.tn-r .allpic {
  margin-left: -20px;
  margin-top: -20px;
}
.tn-r .allpic li {
  width: 270px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(5, 0, 1, 0.12);
  text-align: center;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.tn-r .allpic li .a1 {
  display: inline-block;
}
.tn-r .allpic li .a1 img {
  width: 270px;
  height: 180px;
}
.tn-r .allpic li .a1:hover {
  opacity: 0.75;
}
.tn-r .allpic li .a2 {
  margin-top: 15px;
  width: 240px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.tn-r .allpic li .a2:hover {
  color: #e61e28;
}
.tn-r .mt37 {
  margin-top: 37px;
}
.tn-r .pd37 {
  padding-bottom: 37px;
}
.pdt0 {
  padding-top: 0;
}
.tyh-wzdt1 {
  border-top: 2px solid #e5e9ee;
  position: relative;
}
.tyh-wzdt11 {
  position: absolute;
  left: 20px;
  top: -16px;
  background: #fff;
}
.tyh-wzdt11 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #bf3b34;
}
.tyh-wzdt2 {
  /*padding: 0 27px;*/
  padding-left: 26px;
}
.tyh-wzdt22 li {
  float: left;
  margin-right: 18px;
}
.tyh-wzdt22 .tyh1,
.tyh-wzdt22 .tyh2 {
  display: block;
  height: 44px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  width: 140px;
}
.tyh-wzdt22 li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 15px;
}
.tyh-wzdt22 .tyh2 a,
.tyh-wzdt22 .tyh2 {
  display: inline-block;
}
.tyh-wzdt22 li:hover {
  background-color: #cc534d;
  border: 1px solid #cc534d;
}
.tyh-wzdt22 li:hover .tyh1 {
  color: #fff;
}
.tyh-wzdt22 li:hover span.tyh-ch,
.tyh-wzdt22 li:hover a.tyh-ch,
.tyh-wzdt22 li:hover a.tyh2 {
  color: #fff;
}
.tyh-wzdt22 li .tyh-ch {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 12px;
  line-height: 42px;
}
.tyh-wzdt22 li a.tyh-ch:hover,
.tyh-wzdt22 li a.tyh2:hover {
  font-weight: bold;
  text-decoration: underline;
}
.tyh-wzdt22 li .tyh-ch.mr0 {
  margin-right: 0;
}
.mt40 {
  margin-top: 40px;
}
.mt25 {
  margin-top: 25px;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.tyh-wzdt22 .w122 {
  width: 122px;
}
.mb25 {
  margin-bottom: 25px;
}
.h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  line-height: 35px;
  margin-top: 40px;
  padding: 0 80px;
}
.xl-line {
  width: 1070px;
  height: 40px;
  background-color: #ececec;
  margin: 30px auto 0;
}
.xl-line .p1 {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.xl-line .p1 .dat {
  padding-right: 22px;
  display: inline-block;
}
.xl-tex {
  margin: 40px 102px 0;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  text-align: justify;
  padding-bottom: 80px;
}
.xl-tex .tyh-xlpic {
  width: 620px;
  height: 390px;
  display: block;
  margin: 0 auto 28px;
}
.bd {
  border: solid 1px #e0e0e0;
}
.mg0 {
  margin: 0;
  padding-left: 30px;
}
.mg0 .tit {
  border-bottom: 2px solid #e61e28;
  padding-bottom: 16px;
}
.ml26 {
  margin: 18px 20px 0 30px;
}
.mt28 {
  margin-top: 28px;
}
.bdn {
  border: none;
}
.pdt32 {
  padding-top: 32px;
}
.pd46 {
  padding-bottom: 46px;
}
.mb62 {
  margin-bottom: 62px;
}
.yydh-lb1 {
  height: 45px;
  background: url(../images/tj22.png) no-repeat 10px 8px;
}
.yydh-lb11 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  margin-left: 77px;
  margin-right: 10px;
}
.xjcx-in.phone {
  background: url(../images/yydh-mobile.png) 20px center no-repeat;
  margin-right: 14px;
}
.xjcx-in {
  height: 40px;
  width: 205px;
  border: 1px solid #e6eef5;
  padding-left: 53px;
}
.xjcx-in.id {
  background: url(../images/yydh-cxm.png) 20px center no-repeat;
  margin-right: 10px;
}
.xjcx-in input {
  padding-left: 16px;
  background: url(../images/tyh-bline.png) left center no-repeat;
  line-height: 40px;
  width: 190px;
  font-size: 16px;
  color: #bbbbbb;
  height: 40px;
  padding-right: 5px;
  box-sizing: border-box;
}
.cx {
  width: 87px;
  height: 44px;
  color: #fff;
  background: #e61e28;
  font-size: 16px;
  margin-top: -2px;
}
.cx:hover {
  font-size: 18px;
}
.yydh-hfh {
  background-color: #e61e28;
  height: 45px;
}
.yydh-hfc {
  border: 1px solid #ececec;
  border-top: none;
}
.yydh-hfh1 li {
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 42px;
  height: 42px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
}
.yydh-hfh1 li:first-child {
  margin-left: 0;
  border-top: none;
}
.yydh1 {
  width: 75px;
  display: inline-block;
  text-align: center;
}
.yydh-hfh1 .yydh2 {
  width: 410px;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  line-height: 42px;
}
.yydh3 {
  width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  text-align: center;
}
.yydh4 {
  display: inline-block;
  color: #666;
  margin-left: 18px;
  text-align: center;
}
.yydh-hfc1 li {
  width: 100%;
}
.yydh-hfc1 li {
  color: #333;
  font-size: 14px;
}
.page1 {
  padding-bottom: 33px;
  padding-top: 18px;
}
.yydh-write {
  font-size: 16px;
  color: #fff;
  background-color: #e61e28;
  border-radius: 3px;
  display: block;
  width: 95px;
  height: 32px;
  float: right;
  text-align: left;
  line-height: 32px;
  margin-top: 16px;
}
.yydh-write:hover {
  opacity: 0.8;
  color: #fff;
}
.yydh-hfc1 li.cur {
  background-color: #fafcfc;
}
.yydh-hfc1 li:nth-child(even) {
  background-color: #fafcfc;
}
.yydh-hfh1 li.ml20,
.yydh-hfh1 li.yydh1,
.yydh-hfh1 li.yydh3,
.yydh-hfh1 li.yydh4 {
  border-top: none;
  color: #fff;
  margin-left: 3px;
}
.yydh-hfh1 li.ml60 {
  margin-left: 30px;
}
.yydh-hfc1 li a:hover {
  color: #e61e28;
}
.yydh-xx-tt a.yydh-xjbt:hover {
  font-size: 32px;
}
.mt33 {
  margin-top: 33px;
}
.yydh-jgbox {
  padding: 0 20px;
}
.xhy-cd {
  position: relative;
  height: auto;
  width: 1160px;
  margin: 3px auto  ;
  background: url(../images/yydh-xjxqbg.png) no-repeat top center;
  background-size: 100% auto;
  box-sizing: border-box;
}
.xhy-cd-p {
  padding: 45px  100px 40px;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  margin: auto;
}
.xhy-cd-table {
  border: 1px solid #e1f0fa;
  border-collapse: collapse;
  width: 1100px;
  margin: 0 auto;
}
.xhy-cd-table tr {
  border: 1px solid #e1f0fa;
  height: 50px;
}
.xhy-ttr-h td {
  height: 157px;
}
.xhy-ttr-j td {
  height: 210px;
}
.xhy-ttr-j .xhy-scoll {
  height: 175px;
}
.xhy-t-bg {
  background: #f6fbff;
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  border: 1px solid #e1f0fa;
}
.xhy-ttr-h1 td {
  height: 210px;
}
.xhy-t-c {
  width: 420px;
  font-size: 16px;
  color: #444444;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: justify;
}
.xhy-t-line {
  line-height: 35px;
}
.xhy-scoll {
  height: 105px;
  overflow-y: auto;
}
.xhy-scoll1 {
  height: 130px;
}
.xhy-df {
  margin-top: 0;
}
.gkfile {
  width: 290px;
  height: 58px;
  background-color: #e61e28;
  font-size: 18px;
  color: #ffffff;
  line-height: 58px;
}
.gkfile .file {
  margin-left: 40px;
}
.gkfile div {
  width: 60px;
  height: 100%;
  background: #cd1231;
  text-align: center;
}
.gkfile div span {
  background: url(../images/tj23.png) left center no-repeat;
  display: inline-block;
  margin-top: 12px;
  width: 32px;
  height: 34px;
}
.mt10 {
  margin-top: 10px;
}
.xxgk-list {
  width: 850px;
}
.gklb-t {
  height: 50px;
  background-color: #f6f8fa;
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
}
.gklb-t li {
  color: #444;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.xxgk-list li {
  float: left;
  text-align: left;
}
.xxgk-list .w186 {
  width: 186px;
  box-sizing: border-box;
}
.ml22 {
  margin-left: 22px;
}
.xxgk-list .w550 {
  width: 550px;
}
.xxgk-list .w90 {
  width: 90px;
}
.xxgk-list .w126 {
  width: 126px;
}
.gklb-l {
  height: 38px;
  position: relative;
}
.gklb-l > li {
  color: #888888;
  font-size: 12px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gklb-l li a {
  color: #444;
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gklb-l li.w370 {
  text-align: left;
}
.gklb-l li.time a {
  color: #999999;
}
.gklb-l li.tit a:hover {
  color: #e61e28;
}
.gklb-l li.tit {
  text-align: left;
  margin-left: 22px;
}
.gklb-t li.w510 {
  text-align: left;
  padding-left: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pd3422 {
  padding-top: 34px;
  padding-bottom: 22px;
}
.bac {
  background: #f5f8fc;
}
.yydh-xxgkxl-articletop {
  width: 1119px;
  height: 105px;
  border: 1px solid #e3ebf3;
  background-color: #fff;
  margin: 42px auto 0;
}
.yydh-xxgkxl-articleinfo li {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 357px;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yydh-xxgkxl-articleinfo .w347 {
  width: 337px;
  padding-right: 10px;
}
.yydh-xxgkxl-articleinfo li span {
  display: inline-block;
  color: #8c8c8c;
  font-size: 14px;
}
.yydh-xxgkxl-articleinfo {
  padding-left: 30px;
  padding-top: 22px;
}
.wenzhang {
  padding: 30px 0;
  background: #fff;
}
.bottom h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  padding: 60px 0 18px 0;
}
.bottom .zuozhe {
  margin: 0 auto;
  color: #666666;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e6eef5;
}
.bottom .zuozhe div {
  font-size: 14px;
  line-height: 42px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 16px;
  margin-left: 180px;
}
.bottom .zuozhe ul {
  margin-right: 20px;
  margin-top: 10px;
}
.bottom .zuozhe ul li {
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.bottom .zuozhe ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bottom .zuozhe ul .l1 {
  background: url(../images/icon23.png) center no-repeat;
}
.bottom .zuozhe ul .l2 {
  background: url(../images/icon24.png) center no-repeat;
}
.bottom .zuozhe ul .l3 {
  background: url(../images/icon25.png) center no-repeat;
}
.bottom .zuozhe ul .l4 {
  background: url(../images/icon26.png) center no-repeat;
}
.zuozhe ul li:hover {
  opacity: 0.85;
}
.bottom .juli {
  margin-right: 18px;
}
.bottom .wenzhang {
  padding: 40px 86px 0;
  font-size: 16px;
  color: #444444;
  line-height: 34px;
}
.ml30 {
  margin-left: 30px;
}
.open .tit {
  background: url(../images/tj24.png);
}
.wind-l .morefiles ul li {
  width: 280px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}
.wind-l .morefiles ul li a {
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  font-weight: normal;
  background: url(../images/tn1.png) 258px center no-repeat;
  padding-left: 24px;
}
.wind-l .morefiles ul li a:hover {
  color: #e61e28;
}
.wind-l .twoc a {
  width: 130px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding-left: 0;
  margin-top: 0;
  font-weight: normal;
}
.wind-l .twoc a:hover {
  font-weight: bold;
}
.wind-l .twoc .a1 {
  background-color: #5abdba;
  margin-left: 10px;
}
.wind-l .twoc .a2 {
  background-color: #5a9cbd;
  margin-right: 10px;
}
.mt20 {
  margin-top: 20px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pd0 {
  padding: 0;
}
.zc-content {
  width: 408px;
  border: 1px solid #e5e9ee;
  display: inline-block;
  padding-bottom: 21px;
}
.zc_top {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e5e9ee;
}
.zc_top a {
  display: inline-block;
  padding: 0 10px 0 11px;
  color: #bf3b34;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 2px solid #cd5751;
  margin-left: 10px;
}
.zc_ul {
  padding-left: 15px;
}
.zc_ul li a {
  padding-left: 12px;
  width: 274px;
  display: inline-block;
  color: #444;
  background: url(../images/dian.png) no-repeat left center;
  font-size: 16px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.zc_ul li span {
  color: #999;
  font-size: 14px;
  line-height: 38px;
  float: right;
  margin-right: 17px;
}
.zc_ul li a:hover {
  background: url(../images/dian_red.png) no-repeat left center;
  color: #c33127;
}
.z-lm {
  width: 838px;
  height: 188px;
  border: 1px solid #e5e9ee;
  background: #fff;
  float: left;
}
.mt56 {
  margin-top: 56px;
}
.z-lm-content {
  display: inline-block;
  width: 132px;
  height: 156px;
  margin-top: 32px;
}
.z-lm-content a span {
  display: block;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 800;
}
.z-lm-content .lm .lm_img {
  display: inline-block;
  width: 132px;
  height: 84px;
  background: url(../images/tj25_03.png) no-repeat top center;
  margin-bottom: 18px;
}
.z-lm-content .lm .lm_img5 {
  background: url(../images/tj25_05.png) no-repeat top center;
}
.z-lm-content .lm .lm_img1 {
  background: url(../images/tj25_07.png) no-repeat top center;
}
.z-lm-content .lm .lm_img2 {
  background: url(../images/tj25_09.png) no-repeat top center;
}
.z-lm-content .lm .lm_img3 {
  background: url(../images/tj25_11.png) no-repeat top center;
}
.z-lm-content .lm .lm_img4 {
  background: url(../images/tj25_13.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img {
  background: url(../images/tj26_03.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img5 {
  background: url(../images/tj26_05.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img1 {
  background: url(../images/tj26_07.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img2 {
  background: url(../images/tj26_09.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img3 {
  background: url(../images/tj26_11.png) no-repeat top center;
}
.z-lm-content a:hover .lm_img4 {
  background: url(../images/tj26_13.png) no-repeat top center;
}
.z-lm-content a:hover span {
  color: #e61e28;
}

