/**reset s*/
* {
    box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset,
img {
    border: none;
}

img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
var,
em,
i,
sub,
sup {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    -webkit-transition-delay: 99999s;
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font: 16px/1.5 "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #c02729;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.color-1 {
    color: #c02729 !important;
}

.mt15 {
    margin-top: 15px;
}

/*reset e*/
/*.module-* s*/
.module-title {
    border-bottom: 2px solid #e6e6e6;
    position: relative;
    height: 57px;
}

.module-title .title {
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 4px solid #c02729;
    padding-right: 30px;
    height: 55px;
    display: flex;
    align-items: center;
}

.module-title .title img {
    margin-right: 10px;
}

.module-title .title span {
    font-size: 23px;
    font-weight: 700;
    color: #c02729;
}

/*.module-* e*/
/*.page-* s*/
.page-main {
    display: flex;
    justify-content: space-between;
}

.page-main .page-left {
    width: 270px;
}

.page-main .page-right {
    width: 990px;
}

.page-submenu {
    margin-bottom: 60px;
}

.page-submenu h3 {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    padding: 0 10px;
    text-align: center;
    background-color: #c02729;
}

.page-submenu .ul {
    background: #eeebeb;
    box-shadow: 3px 3px 0 0 #dcdcdc;
}

.page-submenu .ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../img/img-44.png) no-repeat bottom center;
}

.page-submenu .ul li:last-of-type {
    background: none;
}

.page-submenu .ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-submenu .ul li a:hover {
    color: #c02729;
}

.page-submenu .ul li.active a {
    color: #c02729;
}

.page-page {
    text-align: center;
    margin: 80px 0;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.page-page span {
    display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: not-allowed;
}

.page-page a span {
    display: inline-block;
    border: 1px solid #ddd;
    color: #000;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.page-page a:hover span {
    border-color: #c02729;
    background-color: #c02729;
    color: #fff;
}

.page-page select {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 5px 0;
}

.page-crumbs {
    margin: 30px 0;
}

.page-crumbs a {
    color: #898989;
    font-size: 16px;
}

.page-crumbs a.active {
    color: #c02729;
}

.page-crumbs i {
    margin: 0 5px;
    font-family: simsun;
}

.page-footer {
    background: #c02729;
    min-width: 1300px;
}

.page-footer .fri-link {
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #940001;
}
.page-footer .fri-link .link {
  margin: 0 24px;
  width: 186px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  color: #c02729;
  background: #fff;
  display: inline-block;
}
.page-footer .fri-link .sel {
    margin: 0 24px;
    width: 186px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    color: #c02729;
    background: #fff;
}

.page-footer .copyright {
    position: relative;
    text-align: center;
    padding: 45px 0 80px;
}

.page-footer .copyright .pos-left {
    position: absolute;
    left: 30px;
    top: 67px;
}

.page-footer .copyright .pos-right {
    position: absolute;
    right: 130px;
    top: 30px;
}

.page-footer .copyright .sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}
.page-footer .copyright .sec3 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 9px;
}

.page-footer .copyright p span {
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
    line-height: 2;
}

.page-footer .copyright p span a {
    color: #fff;
    font-size: 15px;
    line-height: 2;
}

.page-topNav {
    background: #fff;
    min-width: 1300px;
}

.page-topNav .inner {
    height: 40px;
    display: flex;
	justify-content: space-between;
    align-items: center;
}

.page-topNav .inner .time span {
    font-size: 16px;
    color: #313030;
    margin-right: 20px;
}


.page-topNav .inner .right {
    display: flex;
    align-items: center;
}
.page-topNav .inner .right .accessible {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.page-topNav .inner .right .accessible span {
   font-size: 13px;
   color: #333;
   margin-left: 5px;
}
.page-topNav  .inner .right .senior {
   font-size: 13px;
   height: 22px;
   line-height: 22px;
   color: #fff;
   padding: 0 15px;
   background: #1073b7;
   border-radius: 100px;
}

.page-header {
    height: 348px;
    position: relative;
}

.page-header .page-header-swiper {
    min-width: 1300px;
}

.page-header .page-header-swiper .slide {
    height: 348px;
}

.page-header .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 116px;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.page-header .inner .logo a {
    display: block;
}

.page-header .inner .search-wrap {
    position: absolute;
    bottom: 21px;
    right: 0;
    display: flex;
}

.page-header .inner .search-wrap .search-inner {
    width: 300px;
    border: 1px solid #c02729;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-header .inner .search-wrap .search-inner .line {
    width: 1px;
    height: 17px;
    background: #ddd;
    margin: 0 5px;
}

.page-header .inner .search-wrap .search-inner .search-select {
    width: 100px;
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #666;
    text-align: center;
    outline: none;
}

.page-header .inner .search-wrap .search-inner .search-ipt {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 15px;
    color: #333;
    padding: 0 5px;
    height: 48px;
    line-height: 48px;
}

.page-header .inner .search-wrap .search-inner .search-ipt::-webkit-input-placeholder {
    color: #999;
}

.page-header .inner .search-wrap .search-btn {
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    background-color: #c02729;
}

.page-header .inner .search-wrap .search-btn:hover {
    opacity: 0.85;
}

.page-nav {
    min-width: 1300px;
    background: #c02729;
}

.page-nav .nav-list {
    display: flex;
    position: relative;
}

.page-nav .nav-list .item {
    flex: 1;
}

.page-nav .nav-list .item:hover a span {
    font-size: 26px;
}

.page-nav .nav-list .item .pulldown {
    overflow: hidden;
    height: 0;
    top: 100%;
    left: 0;
    position: absolute;
    transition: all 0.4s;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page-nav .nav-list .item .pulldown .gzjg {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.page-nav .nav-list .item .pulldown .gzjg .item {
    margin-right: 20px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}

.page-nav .nav-list .item .pulldown .gzjg .item:nth-child(4n) {
    margin-right: 0;
}

.page-nav .nav-list .item .pulldown .gzjg .item img {
    height: 54px;
}

.page-nav .nav-list .item .pulldown .gzjg .item p {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox {
    width: 597px;
    margin-top: -30px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .hd {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    align-items: center;
    height: 60px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .hd ul {
    display: flex;
    align-items: center;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .hd ul li {
    font-size: 22px;
    display: flex;
    border-bottom: 4px solid transparent;
    margin-bottom: -3px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #333;
    margin-right: 30px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .hd ul li.on {
    font-weight: 700;
    border-color: #c02729;
    color: #c02729;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .hd .more-btn-box .more-btn {
    font-size: 16px;
    color: #999;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd {
    margin-top: 10px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .mod-list-item {
    padding: 9px 0;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .mod-list-item a {
    display: flex;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .mod-list-item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .mod-list-item a .tl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .info-panel {
    margin-top: 24px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .info-panel .item {
    margin-bottom: 20px;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .info-panel .item .head {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-left: 3px solid #c02729;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .info-panel .item .cnt {
    display: flex;
    flex-wrap: wrap;
}

.page-nav .nav-list .item .pulldown .slideTxtBox .bd .info-panel .item .cnt a {
    margin-right: 20px;
    line-height: 1.8;
    height: auto;
    cursor: pointer;
}

.page-nav .nav-list .item .pulldown .list {
    flex: 1;
}

.page-nav .nav-list .item .pulldown .list .it {
   /** width: 23.1%;
    margin-right: 2.5%;
    margin-bottom: 22px;
    float: left;
    border: 1px solid #ddd;*/
	width: 48%;
	margin-right: 12px;
	margin-bottom: 22px;
	float: left;
	border: 1px solid #ddd;
	margin-left: 12px;
}

.page-nav .nav-list .item .pulldown .list .it:hover {
    border-color: #c02729;
}

.page-nav .nav-list .item .pulldown .list .it a {
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-nav .nav-list .item .pulldown .list .it a:hover {
    color: #c02729;
}

.page-nav .nav-list .item .pulldown .list .it:nth-child(4n) {
    margin-right: 0;
}

.page-nav .nav-list .item:hover .pulldown {
    height: auto;
    box-shadow: 0px 2px 17px -5px #999;
    padding: 42px 35px 20px;
    background-color: #fff;
}

.page-nav .nav-list .item > a {
    display: block;
    text-align: center;
    height: 64px;
    line-height: 64px;
}

.page-nav .nav-list .item > a span {
    font-size: 22px;
    color: #fff;
    position: relative;
    display: block;
}

.page-nav .nav-list .item > a span:hover {
    font-size: 26px;
}

.page-nav .nav-list .item > a span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-nav .nav-list .item:last-of-type a span:after {
    display: none;
}

/*.page-* e*/
.index-headline {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    height: 114px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f2f6ff;
    position: relative;
    padding: 0 120px;
}

.index-headline .icon {
    position: absolute;
    width: 65px;
    height: 64px;
    background: url(../img/img-5.png) no-repeat;
    left: 0;
    top: 0;
    z-index: 999;
}

.index-headline .tl {
    font-size: 25px;
    color: #c02729;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    line-height: 2;
}

.index-headline .tl:hover {
    text-decoration: underline;
}

.index-headline .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.index-news-state {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.index-news-state .focusBox {
    position: relative;
    width: 540px;
    height: 347px;
    overflow: hidden;
}

.index-news-state .focusBox .pic img {
    display: block;
    width: 540px;
    height: 347px;
}

.index-news-state .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: url(../img/bg-2.png) repeat-x;
}

.index-news-state .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.index-news-state .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.index-news-state .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-state .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 11px;
}

.index-news-state .focusBox .num li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: 0.95;
    border-radius: 50%;
}

.index-news-state .focusBox .num li.on {
    background-color: #c02729;
}

.index-news-state .slideTxtBox {
    width: 730px;
}

.index-news-state .slideTxtBox .hd {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.index-news-state .slideTxtBox .hd .icon {
    height: 25px;
}

.index-news-state .slideTxtBox .hd ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.index-news-state .slideTxtBox .hd ul li {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    text-align: center;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.index-news-state .slideTxtBox .hd ul li::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-news-state .slideTxtBox .hd ul li:last-of-type:after {
    display: none;
}

.index-news-state .slideTxtBox .hd ul li.on {
    font-weight: 700;
}

.index-news-state .slideTxtBox .hd .more-btn-box .more-btn {
    font-size: 16px;
    color: #c02729;
    display: none;
}

.index-news-state .slideTxtBox .hd .more-btn-box .more-btn:hover {
    text-decoration: underline;
}

.index-news-state .slideTxtBox .bd {
    height: 295px!important;
    overflow: hidden;
    margin-top: 2px;
}

.index-news-state .slideTxtBox .bd ul li {
    padding: 16px 0;
}

.index-news-state .slideTxtBox .bd ul li a {
    display: flex;
    font-size: 18px;
}

.index-news-state .slideTxtBox .bd ul li .tl {
    color: #444;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.index-news-state .slideTxtBox .bd ul li a:hover .tl,
.index-news-state .slideTxtBox .bd ul li a:hover .date {
    color: #c02729;
}

.index-news-state .slideTxtBox .bd ul li .date {
    text-align: right;
    width: 110px;
    color: #ccc;
}

.index-slideBox {
    height: 125px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.index-slideBox .hd {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 1;
}

.index-slideBox .hd ul {
    overflow: hidden;
}

.index-slideBox .hd ul li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.index-slideBox .hd ul li.on {
    background: #c02729;
}

.index-slideBox .bd {
    position: relative;
}

.index-slideBox .bd img {
    width: 1300px;
    height: 125px;
    display: block;
}

.index-zwOpen {
    min-width: 1300px;
    background: url(../img/img-10.jpg) no-repeat top center;
    overflow: hidden;
}

.index-zwOpen .title {
    margin: 24px auto 34px;
    display: flex;
    justify-content: center;
}

.index-zwOpen .hot-link {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 48px;
}

.index-zwOpen .hot-link .item {
    width: 204px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px dashed #cecece;
}

.index-zwOpen .hot-link .item a {
    display: block;
    color: #c02729;
    font-size: 18px;
}

.index-zwOpen .hot-link .item:nth-child(2n-1) {
    border-color: #c02729;
}

.index-zwOpen .zwOpen {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6cece;
}

.index-zwOpen .zwOpen .slideTxtBox {
    width: 790px;
}

.index-zwOpen .zwOpen .infoOpen {
    width: 480px;
}

.index-zwOpen .zwOpen .infoOpen .hd {
    border-bottom: 1px solid #ddd;
    height: 49px;
    display: flex;
    align-items: center;
}

.index-zwOpen .zwOpen .infoOpen .hd img {
    height: 25px;
    margin-right: 26px;
}

.index-zwOpen .zwOpen .infoOpen .hd .tl {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.index-zwOpen .zwOpen .infoOpen .bd {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}

.index-zwOpen .zwOpen .infoOpen .bd .item {
    padding: 0 9px;
}

.index-zwOpen .zwOpen .infoOpen .bd .item a {
    display: block;
    width: 78px;
}

.index-zwOpen .zwOpen .infoOpen .bd .item a:hover p {
    color: #c02729;
}

.index-zwOpen .zwOpen .infoOpen .bd .item a .img {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
}

.index-zwOpen .zwOpen .infoOpen .bd .item a p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    height: 34px;
    margin-top: 18px;
}

.index-zwOpen .slideTxtBox .hd {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.index-zwOpen .slideTxtBox .hd .icon {
    height: 25px;
}

.index-zwOpen .slideTxtBox .hd ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.index-zwOpen .slideTxtBox .hd ul li {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    text-align: center;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.index-zwOpen .slideTxtBox .hd ul li::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-zwOpen .slideTxtBox .hd ul li:last-of-type:after {
    display: none;
}

.index-zwOpen .slideTxtBox .hd ul li.on {
    font-weight: 700;
}

.index-zwOpen .slideTxtBox .hd .more-btn-box .more-btn {
    font-size: 16px;
    color: #c02729;
    display: none;
}

.index-zwOpen .slideTxtBox .hd .more-btn-box .more-btn:hover {
    text-decoration: underline;
}

.index-zwOpen .slideTxtBox .bd {
    height: 295px;
    overflow: hidden;
    margin-top: 2px;
}

.index-zwOpen .slideTxtBox .bd ul li {
    padding: 16px 0;
}

.index-zwOpen .slideTxtBox .bd ul li a {
    display: flex;
    font-size: 18px;
    background: url(../img/img-11.png) no-repeat left center;
    padding-left: 20px;
}

.index-zwOpen .slideTxtBox .bd ul li .tl {
    color: #444;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.index-zwOpen .slideTxtBox .bd ul li a:hover .tl,
.index-zwOpen .slideTxtBox .bd ul li a:hover .date {
    color: #c02729;
}

.index-zwOpen .slideTxtBox .bd ul li .date {
    text-align: right;
    width: 110px;
    color: #ccc;
}

.index-zwService {
    min-width: 1300px;
    overflow: hidden;
}

.index-zwService .title {
    margin: 48px auto 34px;
    display: flex;
    justify-content: center;
}

.index-zwService .zwService {
    display: flex;
    justify-content: space-between;
}

.index-zwService .zwService .right {
    width: 480px;
}

.index-zwService .zwService .right .item .hd {
    border-bottom: 1px solid #ddd;
    height: 49px;
    display: flex;
    align-items: center;
}

.index-zwService .zwService .right .item .hd img {
    height: 25px;
    margin-right: 26px;
}

.index-zwService .zwService .right .item .hd .tl {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.index-zwService .zwService .right .item .list {
    margin-top: 23px;
    overflow: hidden;
}

.index-zwService .zwService .right .item .list .it {
    float: left;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 58px;
    line-height: 58px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    padding-left: 20px;
}

.index-zwService .zwService .right .item .list .it:nth-child(3n) {
    margin-right: 0;
}

.index-zwService .zwService .right .item .list .it img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 11px;
	width: 18px;
    height: 17px;
}

.index-zwService .zwService .right .item .list .it span {
    font-size: 14px;
}

.index-zwService .zwService .download {
    width: 790px;
}

.index-zwService .zwService .download .hd {
    border-bottom: 1px solid #ddd;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-zwService .zwService .download .hd .tit {
    display: flex;
}

.index-zwService .zwService .download .hd .tit img {
    height: 25px;
    margin-right: 26px;
}

.index-zwService .zwService .download .hd .tit .tl {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.index-zwService .zwService .download .hd .more-btn {
    font-size: 16px;
    color: #c02729;
}

.index-zwService .zwService .download .hd .more-btn:hover {
    text-decoration: underline;
}

.index-zwService .zwService .download .list {
    margin-top: 2px;
}

.index-zwService .zwService .download .list .item {
    padding: 16px 0;
}

.index-zwService .zwService .download .list .item a {
    display: flex;
    font-size: 18px;
    background: url(../img/img-11.png) no-repeat left center;
    padding-left: 20px;
}

.index-zwService .zwService .download .list .item a .tl {
    color: #444;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.index-zwService .zwService .download .list .item a .date {
    text-align: right;
    width: 110px;
    color: #ccc;
}

.index-zwService .zwService .download .list .item a:hover .tl,
.index-zwService .zwService .download .list .item a:hover .date {
    color: #c02729;
}

.index-mediaFocus {
    margin-bottom: 130px;
}

.index-mediaFocus .title {
    padding-bottom: 34px;
    border-bottom: 1px solid #ddd;
    margin: 48px 0 34px;
    display: flex;
    justify-content: center;
}

.index-mediaFocus .picScroll {
    overflow: hidden;
    position: relative;
}

.index-mediaFocus .picScroll .hd .prev {
    width: 31px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    background: url(../img/btn-left-1.png) no-repeat;
    opacity: 0.8;
    z-index: 9;
}

.index-mediaFocus .picScroll .hd .next {
    width: 31px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    background: url(../img/btn-right-1.png) no-repeat;
    opacity: 0.8;
    z-index: 9;
}

.index-mediaFocus .picScroll .hd .prev:hover,
.index-mediaFocus .picScroll .hd .next:hover {
    opacity: 1;
}

.index-mediaFocus .picScroll .bd {
    height: 186px;
    overflow: hidden;
}

.index-mediaFocus .picScroll ul {
    overflow: hidden;
}

.index-mediaFocus .picScroll ul li {
    margin-right: 24px;
    float: left;
}

.index-mediaFocus .picScroll ul li .pic img {
    width: 307px;
    height: 186px;
    display: block;
}

.detail-main .detail-title {
    font-size: 22px;
    font-weight: 700;
    color: #c02729;
    text-align: center;
    margin: 45px 0 15px;
}

.detail-main .detail-meta {
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    margin-bottom: 36px;
}

.detail-main .detail-meta span {
    font-size: 16px;
    color: #696767;
    margin: 0 10px;
}

.detail-main .detail-cnt {
    margin-bottom: 100px;
}

.detail-main .detail-cnt p,
.detail-main .detail-cnt p span {
  /**  text-align: justify;*/
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.detail-main .detail-cnt table {
    height: auto !important;
    margin: 16px auto !important;
}

.list-main {
    margin-top: 26px;
}

.list-main .item {
    padding: 14px 0;
}

.list-main .item:nth-child(4n) {
    padding-bottom: 30px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #ddd;
}

.list-main .item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
}

.list-main .item a {
    display: flex;
    font-size: 18px;
}

.list-main .item a .tl {
    flex: 1;
    position: relative;
    padding-left: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.list-main .item a .tl:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #de4e50;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.list-main .item a .date {
    width: 200px;
    text-align: right;
    color: #c02729;
    padding-right: 20px;
}

.dj-firstScreen {
    display: flex;
    justify-content: space-between;
}

.dj-firstScreen .focusBox {
    position: relative;
    width: 584px;
    height: 390px;
    overflow: hidden;
}

.dj-firstScreen .focusBox .pic img {
    display: block;
    width: 584px;
    height: 390px;
}

.dj-firstScreen .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: url(../img/bg-2.png) repeat-x;
}

.dj-firstScreen .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.dj-firstScreen .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.dj-firstScreen .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dj-firstScreen .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 11px;
}

.dj-firstScreen .focusBox .num li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: 0.95;
    border-radius: 50%;
}

.dj-firstScreen .focusBox .num li.on {
    background-color: #c02729;
}

.dj-main .mod-list-item {
    padding: 9px 0;
}

.dj-main .mod-list-item a {
    display: flex;
}

.dj-main .mod-list-item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.dj-main .mod-list-item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.dj-main .mod-list-item a .date {
    width: 120px;
    text-align: right;
    padding-right: 15px;
    color: #ccc;
    font-size: 18px;
}

.dj-main .mod-title {
    border-bottom: 2px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dj-main .mod-title .title {
    display: flex;
    padding-right: 24px;
    border-bottom: 4px solid #c02729;
    margin-bottom: -3px;
    align-items: center;
    height: 50px;
}

.dj-main .mod-title .title img {
    margin-right: 10px;
    height: 26px;
}

.dj-main .mod-title .title span {
    font-size: 22px;
    font-weight: 700;
    color: #c02729;
}

.dj-main .mod-title .more-btn {
    font-size: 16px;
    color: #999;
}

.dj-main .mod-title .more-btn:hover {
    color: #c02729;
}

.dj-firstScreen .dj-play {
    width: 686px;
    margin-top: -6px;
}

.dj-firstScreen .dj-play .first-play {
    margin-top: 17px;
    margin-bottom: 5px;
}

.dj-firstScreen .dj-play .first-play .tl {
    display: block;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c02729;
    margin-bottom: 5px;
}

.dj-firstScreen .dj-play .first-play .desc {
    border-bottom: 1px dashed #ddd;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    font-size: 16px;
    height: 65px;
    line-height: 1.8;
}

.dj-secondScreen {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.dj-secondScreen .item {
    width: 635px;
}

.dj-secondScreen .item .bd {
    padding-top: 9px;
	min-height: 234px;
}

.dj-thirdScreen {
    margin-top: 21px;
    margin-bottom: 100px;
}

.dj-thirdScreen .bd {
    padding-top: 9px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	min-height: 234px;
}

.dj-thirdScreen .bd .mod-list-item {
    width: 635px;
}

.gzjg-firstScreen {
    display: flex;
    justify-content: space-between;
}

.gzjg-firstScreen .focusBox {
    position: relative;
    width: 584px;
    height: 390px;
    overflow: hidden;
}

.gzjg-firstScreen .focusBox .pic img {
    display: block;
    width: 584px;
    height: 390px;
}

.gzjg-firstScreen .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: url(../img/bg-2.png) repeat-x;
}

.gzjg-firstScreen .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.gzjg-firstScreen .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.gzjg-firstScreen .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gzjg-firstScreen .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 11px;
}

.gzjg-firstScreen .focusBox .num li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: 0.95;
    border-radius: 50%;
}

.gzjg-firstScreen .focusBox .num li.on {
    background-color: #c02729;
}

.gzjg-firstScreen .slideTxtBox {
    width: 686px;
    margin-top: -15px;
}

.gzjg-firstScreen .slideTxtBox .hd {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    align-items: center;
}

.gzjg-firstScreen .slideTxtBox .hd ul {
    display: flex;
    align-items: center;
}

.gzjg-firstScreen .slideTxtBox .hd ul p {
    width: 2px;
    height: 20px;
    background: #c02729;
    margin: 0 22px;
}

.gzjg-firstScreen .slideTxtBox .hd ul li {
    font-size: 22px;
    display: flex;
    border-bottom: 4px solid transparent;
    margin-bottom: -3px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #c02729;
}

.gzjg-firstScreen .slideTxtBox .hd ul li.on {
    font-weight: 700;
    border-color: #c02729;
}

.gzjg-firstScreen .slideTxtBox .hd .more-btn-box .more-btn {
    font-size: 16px;
    color: #999;
}

.gzjg-firstScreen .slideTxtBox .bd .tab-panel .first-news {
    margin-top: 17px;
    margin-bottom: 5px;
}

.gzjg-firstScreen .slideTxtBox .bd .tab-panel .first-news .tl {
    display: block;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c02729;
    margin-bottom: 5px;
}

.gzjg-firstScreen .slideTxtBox .bd .tab-panel .first-news .desc {
    border-bottom: 1px dashed #ddd;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    font-size: 16px;
    height: 65px;
    line-height: 1.8;
}

.gzjg-main .mod-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    align-items: center;
}

.gzjg-main .mod-title .title span {
    font-size: 22px;
    border-bottom: 4px solid #c02729;
    margin-bottom: -3px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #c02729;
    display: block;
}

.gzjg-main .mod-title .more-btn {
    font-size: 16px;
    color: #999;
}

.gzjg-main .mod-list-item {
    padding: 9px 0;
}

.gzjg-main .mod-list-item a {
    display: flex;
}

.gzjg-main .mod-list-item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.gzjg-main .mod-list-item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.gzjg-main .mod-list-item a .date {
    width: 120px;
    text-align: right;
    padding-right: 15px;
    color: #ccc;
    font-size: 18px;
}

.gzTalent-info {
    position: relative;
    margin-bottom: 50px;
}

.gzTalent-info .more-btn {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    color: #999;
    z-index: 999;
}

.gzTalent-info .more-btn:hover {
    color: #c02729;
}

.gzTalent-info .title {
    text-align: center;
    position: relative;
}

.gzTalent-info .title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e8e8e8;
    transform: translateY(-50%);
}

.gzTalent-info .title span {
    font-size: 25px;
    color: #c02729;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.gzTalent-info .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
	min-height: 290px;
}

.gzTalent-info .list .item {
    width: 635px;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.gzTalent-info .list .item a {
    display: flex;
}

.gzTalent-info .list .item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.gzTalent-info .list .item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.gzTalent-info .list .item a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
    font-size: 18px;
}

.gzTalent-news {
    position: relative;
    margin-bottom: 70px;
}

.gzTalent-news .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 28px;
	min-height: 426px;
}

.gzTalent-news .list .item {
    margin-bottom: 30px;
    width: 635px;
    display: flex;
}

.gzTalent-news .list .item .date {
    margin-top: 8px;
    width: 74px;
    height: 74px;
    margin-right: 20px;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gzTalent-news .list .item .date p {
    color: #333;
    font-size: 16px;
}

.gzTalent-news .list .item .date span {
    font-size: 40px;
    color: #c02729;
    line-height: 1;
}

.gzTalent-news .list .item .cnt {
    flex: 1;
}

.gzTalent-news .list .item .cnt .tl {
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 10px;
}

.gzTalent-news .list .item .cnt .tl:hover {
    color: #c02729;
}

.gzTalent-news .list .item .cnt .desc {
    font-size: 16px;
    color: #636363;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    height: 72px;
}

.gzTalent-news .more-btn {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    color: #999;
    z-index: 999;
}

.gzTalent-news .title {
    text-align: center;
    position: relative;
}

.gzTalent-news .title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e8e8e8;
    transform: translateY(-50%);
}

.gzTalent-news .title span {
    font-size: 25px;
    color: #c02729;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.twenty-main {
    background: url(../img/img-43.jpg) no-repeat top center;
    overflow: hidden;
    min-width: 1363px;
}

.twenty-main .inner {
    width: 1363px;
    margin: 410px auto 0;
    background: #fff;
    padding: 54px 33px 0;
}

.twenty-main .inner .newslist {
    position: relative;
    margin-bottom: 100px;
}

.twenty-main .inner .newslist .more-btn {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    color: #999;
    z-index: 999;
}

.twenty-main .inner .newslist .more-btn:hover {
    color: #c02729;
}

.twenty-main .inner .newslist .title {
    text-align: center;
    position: relative;
}

.twenty-main .inner .newslist .title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e8e8e8;
    transform: translateY(-50%);
}

.twenty-main .inner .newslist .title span {
    font-size: 25px;
    color: #c02729;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.twenty-main .inner .newslist .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.twenty-main .inner .newslist .list .item {
    width: 633.5px;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.twenty-main .inner .newslist .list .item a {
    display: flex;
}

.twenty-main .inner .newslist .list .item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.twenty-main .inner .newslist .list .item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.twenty-main .inner .newslist .list .item a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
    font-size: 18px;
}

.twenty-main .inner .first-screen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.twenty-main .inner .first-screen .impor-article {
    width: 722px;
}

.twenty-main .inner .first-screen .impor-article .title {
    font-size: 22px;
    font-weight: 700;
    color: #c02729;
    margin: 15px 0 40px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.twenty-main .inner .first-screen .impor-article .desc {
    font-size: 18px;
    color: #333;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
    overflow: hidden;
}

.twenty-main .focusBox {
    position: relative;
    width: 540px;
    height: 347px;
    overflow: hidden;
}

.twenty-main .focusBox .pic img {
    display: block;
    width: 540px;
    height: 347px;
}

.twenty-main .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: url(../img/bg-2.png) repeat-x;
}

.twenty-main .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.twenty-main .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.twenty-main .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.twenty-main .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 11px;
}

.twenty-main .focusBox .num li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: 0.95;
    border-radius: 50%;
}

.twenty-main .focusBox .num li.on {
    background-color: #c02729;
}

.org-main {
    margin-bottom: 100px;
}

.org-main .sec-1 {
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
}

.org-main .sec-1 img {
    box-shadow: 3px 3px 0 0 #dcdcdc;
    width: 334px;
    height: 141px;
    margin-right: 24px;
    margin-top: 10px;
}
.org-main .sec-1 p img {
  width: 100%;
  height: 100%;
}

.org-main .sec-1 .desc {
    line-height: 2;
    color: #333;
}

.org-main .people-intro {
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
}

.org-main .people-intro .img {
    box-shadow: 3px 3px 0 0 #dcdcdc;
    width: 196px;
    height: 273px;
    margin-right: 24px;
}

.org-main .people-intro .cnt {
    flex: 1;
}

.org-main .people-intro .cnt .item {
    margin-bottom: 15px;
}

.org-main .people-intro .cnt .item .tl {
    font-weight: 700;
    margin-bottom: 7px;
    color: #333;
}

.org-main .people-intro .cnt .item .desc {
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
}

.org-main .impor-state .hd {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
}

.org-main .impor-state .hd .tl {
    font-size: 22px;
    color: #c02729;
    border-left: 2px solid #c02729;
    padding-left: 15px;
    line-height: 1;
    margin-left: 15px;
}

.org-main .impor-state .hd .more-btn {
    color: #c02729;
    margin-right: 15px;
}

.org-main .impor-state .list .item {
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
}

.org-main .impor-state .list .item a {
    display: flex;
}

.org-main .impor-state .list .item a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    font-size: 18px;
}

.org-main .impor-state .list .item a .date {
    width: 100px;
    text-align: right;
    color: #ccc;
}

.zwfw-main .mod-list-item {
    padding: 9px 0;
}

.zwfw-main .mod-list-item a {
    display: flex;
}

.zwfw-main .mod-list-item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.zwfw-main .mod-list-item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.zwfw-main .mod-list-item a .date {
    width: 120px;
    text-align: right;
    padding-right: 15px;
    color: #ccc;
    font-size: 18px;
}

.zwfw-main .mod-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    align-items: center;
}

.zwfw-main .mod-title .title span {
    font-size: 22px;
    border-bottom: 4px solid #c02729;
    margin-bottom: -3px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #c02729;
    display: block;
}

.zwfw-main .mod-title .more-btn {
    font-size: 16px;
    color: #999;
}

.zwfw-main .mod-title .more-btn:hover {
    color: #c02729;
}

.zwfw-firstScreen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zwfw-firstScreen .item {
    width: 635px;
}

.zwfw-firstScreen .item .bd {
    padding-top: 9px;
}

.zwfw-secondScreen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.zwfw-secondScreen .item .list-2 {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.zwfw-secondScreen .item .list-2 .item a {
    display: block;
}

.zwfw-secondScreen .item .list-2 .item a img {
    width: 151px;
    height: 141px;
}

.zwfw-secondScreen .item .list-2 .item a p {
    text-align: center;
    font-size: 18px;
    margin-top: 14px;
}

.zwfw-secondScreen .item .list {
    margin-top: 23px;
    overflow: hidden;
}

.zwfw-secondScreen .item .list .it {
    float: left;
    width: 252px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 90px;
    line-height: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    padding-left: 20px;
}

.zwfw-secondScreen .item .list .it:nth-child(3n) {
    margin-right: 0;
}

.zwfw-secondScreen .item .list .it img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 38px;
    width: 20px;
}

.zwfw-secondScreen .item .list .it span {
    font-size: 18px;
}

.zwgk-sec-1 {
    display: flex;
    justify-content: space-between;
}

.zwgk-sec-1 .leader {
    width: 478px;
    display: flex;
}

.zwgk-sec-1 .leader .tl {
    letter-spacing: 4px;
    writing-mode: tb-rl;
    width: 50px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
    background: #c02729;
}

.zwgk-sec-1 .leader .cnt {
    flex: 1;
}

.zwgk-sec-1 .leader .cnt .item {
    display: flex;
    margin-bottom: 15px;
}

.zwgk-sec-1 .leader .cnt .item .label {
    width: 130px;
    text-align: left;
    font-size: 20px;
    color: #333;
}

.zwgk-sec-1 .leader .cnt .item .namelist {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.zwgk-sec-1 .leader .cnt .item .namelist .it {
    margin-right: 6px;
    font-size: 18px;
    color: #c02729;
    padding: 0 4px;
    cursor: pointer;
}

.zwgk-sec-1 .leader .cnt .item .namelist .it:hover {
    background: #c02729;
    color: #fff;
    border-radius: 2px;
}

.zwgk-sec-1 .hotlink {
    width: 283px;
}

.zwgk-sec-1 .hotlink .it {
    margin-bottom: 15px;
    display: block;
}

.zwgk-sec-1 .hotlink .it img {
    width: 100%;
}

.zwgk-sec-1 .desc-wrap {
    width: 478px;
}

.zwgk-sec-1 .desc-wrap .desc {
    display: none;
}
.jgld_tx {
  margin-right: 25px;
}
.jgld_tx {
  float: left;
  width: 164px;
}
.jgld_introduce p {
  font-size: 20px;
}
.jgld_introduce {
    font-size: 16px;
    color: #0b0b0b;
}
.jgld_introduce {
  padding-top: 10%;
}
.jgld_introduce p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.jgld_introduce p span {
  font-weight: normal;
}
.jgld_tx img {
  width: 100%;
}

.zwgk-sec-1 .desc-wrap .desc .item {
    margin-bottom: 24px;
}

.zwgk-sec-1 .desc-wrap .desc .item .tl {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.zwgk-sec-1 .desc-wrap .desc .item .tl img {
    margin-left: 10px;
}

.zwgk-sec-1 .desc-wrap .desc .item .info {
    font-size: 16px;
    color: #999;
}

.zwgk-sec-1 .desc-wrap .desc .item .info a {
    color: #c02729;
}

.zwgk-sec-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.zwgk-sec-2 .item {
    margin-bottom: 4px;
    width: 635px;
}

.zwgk-sec-2 .item .bd {
    padding-top: 9px;
	min-height: 370px;
}

.zwgk-service {
    overflow: hidden;
    margin-bottom: 80px;
    padding-top: 47px;
    border-top: 1px solid #ddd;
}

.zwgk-service .item {
    background: #fbf6f6;
    width: 235px;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 31px;
    margin-bottom: 20px;
}

.zwgk-service .item:nth-child(5n) {
    margin-right: 0;
}

.zwgk-service .item:hover img {
    transform: translateY(-4px);
}

.zwgk-service .item img {
    width: 60px;
    height: 60px;
    transition: all 0.2s;
}

.zwgk-service .item p {
    margin-top: 8px;
    font-size: 18px;
    color: #333;
}

.zwgk-main .mod-list-item {
    padding: 9px 0;
}

.zwgk-main .mod-list-item a {
    display: flex;
}

.zwgk-main .mod-list-item a .tl {
    padding-left: 25px;
    flex: 1;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}

.zwgk-main .mod-list-item a .tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0696b;
}

.zwgk-main .mod-list-item a .date {
    width: 120px;
    text-align: right;
    padding-right: 15px;
    color: #ccc;
    font-size: 18px;
}

.zwgk-main .mod-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    align-items: center;
}

.zwgk-main .mod-title .title span {
    font-size: 22px;
    border-bottom: 4px solid #c02729;
    margin-bottom: -3px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #c02729;
    display: block;
}

.zwgk-main .mod-title .more-btn {
    font-size: 16px;
    color: #999;
}

.zwgk-main .mod-title .more-btn:hover {
    color: #c02729;
}


/**ΧΙΡ―ΑτΡΤ*/
.message-main {
    padding-bottom: 30px;
}

.message-main .xdLayout {
    width: 100% !important;
    margin-top: 18px;
}

.message-main .xdLayout tr td, .message-main .xdLayout tr td > div {
    text-align: right !important;
}

.message-main .xdLayout tr td div > font {
    font-size: 18px !important;
    line-height: 72px !important;
    padding-right: 15px !important;
    font-family: "microsoft yahei" !important;
}

.message-main .xdLayout tr td input {
    padding: 0 12px !important;
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    border-radius: 4px !important;
    color: #444 !important;
    margin: 10px 0 !important;
    box-sizing: border-box;
}

.message-main .xdLayout tr td textarea {
    outline: none !important;
    padding: 12px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    color: #444 !important;
    border-radius: 4px !important;
    font-family: microsoft yahei;
    box-sizing: border-box !important;
    margin: 12px 0 !important;
    height: auto !important;
}

.message-main .submit-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 220px;
    background: #1364be;
    background: -webkit-linear-gradient(0deg, #125EB3 0, #1986FF 100%);
    background: linear-gradient(0deg, #c12729 0, #c12729 100%);
    display: block;
    margin: 10px auto 0;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border:none;
}

.message-main .submit-btn:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}
/** ΑτΡΤ»ΨΈ΄*/

.reply-main{
    min-height: 500px;
}
.reply-main .reply-tb {
    width: 100%;
    margin: 30px auto 0;
}

.reply-main .reply-tb .th {
    background-color: #f4faff;
    text-align: center;
    color: #c02729;
}

.reply-main .reply-tb td {
    font-size: 18px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    color:#333;
}
