/* 首页开始 */
body{
    background-color: #f4f5f7;
}

.header-wrapper {
    height: 580px;
    width: 100%;
    margin: 0 auto;
    background:url(/uploads/image/images/header-bg.png) no-repeat center;
    background-size:cover;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nav-wrapper {
    height: 97px;
    width: 1200px;
    margin: 0 auto;
    background: url(/uploads/image/images/nav_bg_03.png) no-repeat center;
    box-shadow: 0px 3px 18px 0px rgba(232, 232, 232, 0.5);
    border-radius: 12px;
    position: relative;
    bottom: -535px;
}

.nav-list {
    height: 97px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-list li {
    display: block;
    width: 104px;
    height: 97px;
    /* margin-right: 48px; */
}

.nav-list li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-list li:nth-child(1) {
    /* margin-left: 228px; */
    background: url(/uploads/image/images/nav-item1.png) no-repeat center;
}

.nav-list li:nth-child(1):hover {
    background: url(/uploads/image/images/nav-item1h.png) no-repeat center;
    display: inline-block;
}

.nav-list li:nth-child(1).active01{
    background: url(/uploads/image/images/nav-item1h.png) no-repeat center;
}

/* .nav-list li:nth-child(1) a .active{
    background: url(/uploads/image/images/nav-item1h.png) no-repeat center;
} */


.nav-list li:nth-child(2) {
    margin-left: 24px;
    background: url(/uploads/image/images/nav-item2.png) no-repeat center;
}

.nav-list li:nth-child(2):hover {
    background: url(/uploads/image/images/nav-item2h.png) no-repeat center;
}

/* .nav-list li:nth-child(2) a .active{
    background: url(/uploads/image/images/nav-item2h.png) no-repeat center;
} */

.nav-list li:nth-child(2).active01{
    background: url(/uploads/image/images/nav-item2h.png) no-repeat center;
}

.nav-list li:nth-child(3) {
    margin-left: 24px;
    background: url(/uploads/image/images/nav-item3.png) no-repeat center;
}

.nav-list li:nth-child(3):hover {
    background: url(/uploads/image/images/nav-item3h.png) no-repeat center;
}

/* .nav-list li:nth-child(3) a .active{
    background: url(/uploads/image/images/nav-item3h.png) no-repeat center;
} */

.nav-list li:nth-child(3).active01{
    background: url(/uploads/image/images/nav-item3h.png) no-repeat center;
}

.nav-list li:nth-child(4) {
    margin-left: 24px;
    background: url(/uploads/image/images/nav-item4.png) no-repeat center;
}

.nav-list li:nth-child(4):hover {
    background: url(/uploads/image/images/nav-item4h.png) no-repeat center;
}

/* .nav-list li:nth-child(4) a .active{
    background: url(/uploads/image/images/nav-item4h.png) no-repeat center;
} */


.nav-list li:nth-child(4).active01{
    background: url(/uploads/image/images/nav-item4h.png) no-repeat center;
}

.nav-list li:nth-child(5) {
    margin-left: 24px;
    background: url(/uploads/image/images/nav-item5.png) no-repeat center;
}

.nav-list li:nth-child(5):hover {
    background: url(/uploads/image/images/nav-item5h.png) no-repeat center;
}

/* .nav-list li:nth-child(5) a .active{
    background: url(/uploads/image/images/nav-item5h.png) no-repeat center;
} */

.nav-list li:nth-child(5).active01{
    background: url(/uploads/image/images/nav-item5h.png) no-repeat center;
}

.nav-list li:nth-child(6) {
    margin-left: 24px;
    background: url(/uploads/image/images/nav-item6.png) no-repeat center;
}

.nav-list li:nth-child(6):hover {
    background: url(/uploads/image/images/nav-item6h.png) no-repeat center;
}

/* .nav-list li:nth-child(6) a .active{
    background: url(/uploads/image/images/nav-item6h.png) no-repeat center;
} */

.nav-list li:nth-child(6).active01{
    background: url(/uploads/image/images/nav-item6h.png) no-repeat center;
}

.title-dhzx {
    margin: 0 auto;
    margin-top: 88px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-dhzx.png) no-repeat center;
}

.banner-wrapper {
    width: 1200px;
    height: 484px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}

.banner-left-wrapper {
    width: 730px;
    height: 484px;
    float: left;
}

.banner-right-wrapper {
    width: 450px;
    height: 484px;
    float: right;
    background-color: #f9f8fb;
    box-sizing: border-box;
    padding: 20px 15px 30px 25px;
}

.banner-right-list {
    width: 100%;
    height: 408px;
    /* overflow: hidden; */
}

.banner-right-list li {
    white-space: normal;
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1c1d1e;
    text-align: left;
    font-style: normal;
    padding-left: 16px;
	padding-right:38px;
    box-sizing: border-box;
}

.banner-right-list li::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #62a7d2;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.banner-right-list-more {
    width: 104px;
    height: 32px;
    background: url(/uploads/image/images/banner-more.png) no-repeat center;
    /* margin-top: 20px; */
    margin-left: 290px;
}

.banner-right-list-more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    color: #3ecce7;
}

.banner-right-list-more a:hover {
    color: #3ecce7;
}

.swiper01 {
    width: 730px;
    /* height: 456px; */
    border-radius: 15px;
}

.swiper-slide01,.swiper-slide02,.swiper-slide03,.swiper-slide04{
    border-radius: 15px;
}

.slide-title {
    height: 56px;
    line-height: 56px;
    text-indent: 20px;
    background-color: #f9f8fb;
}

.title-dhfw {
    margin: 0 auto;
    margin-top: 88px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-dhfw.png) no-repeat center;
}

.introduce-content {
    height: 508px;
    background: url(/uploads/image/images/introduce-bg.png) no-repeat center bottom;
    position: relative;
    overflow: hidden;
}

.introduce-title {
    width: 80px;
    height: 18px;
    font-family: pingfangsc, pingfang sc;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    position: absolute;
    top: 75px;
    left: 50px
}

.introduce-time-bar {
    width: 295px;
    height: 368px;
    background-color: #fff;
    margin: 135px 0 0 48px;
    float: left;
}

.introduce-time {
    width: 100%;
    height: 50px;
    /* background-color: #000; */
}

.introduce-time span {
    display: inline-block;
    color: #4c4d4e;
    font-size: 20px;
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}

.introduce-time span.active {
    color: #4dd0e9;
    border-bottom: 2px solid #4dd0e9;
}

.introduce-time .list {
    width: 295px;
    height: 318px;
    box-sizing: border-box;
    overflow: auto;
}

.introduce-time-bar .introduce-time .list>div {
    display: none;
}

.introduce-time-bar .introduce-time .list>div.active {
    display: block;
}

.introduce-time-bar .introduce-time .list {
    overflow-y: scroll;
}

.introduce-time-bar .introduce-time .list::-webkit-scrollbar {
    width: 6px;
}

.introduce-time-bar .introduce-time .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #a3d6e0;
}

.introduce-time-bar .introduce-time .list::-webkit-scrollbar-track {
    border-radius: 0;
    background: #d3e7e9;
}

.introduce-time-bar .introduce-time .list::before {
    content: '';
    width: 1px;
    height: 319px;
    background: #4dd0e9;
    position: absolute;
    top: 202px;
    left: 70px;
}

.introduce-time-bar .introduce-time .list h3 {
    font-size: 18px;
    line-height: 40px;
    color: #4dd0e9;
    font-weight: 500;
    margin: 10px 0 10px 35px;
}

/* .introduce-time-bar .introduce-time .list ul{
    margin-bottom:14px;
} */
.introduce-time-bar .introduce-time .list li {
    font-size: 14px;
    margin-left: 35px;
    margin-bottom: 13px;
    /* height:20px; */
    position: relative;
}

.introduce-time-bar .introduce-time .list li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -18px;
    background: url(/uploads/image/images/list-li-bg.png);
}

/* .introduce-time-bar .introduce-time .list li::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 7.5px;
    left: -16.5px;
    background: #fff;
} */

.introduce-content-bar {
    float: left;
    width: 425px;
    height: 353px;
    margin: 152px 42px 0 25px;
    padding-right: 20px;
    overflow: auto;
    overflow-y: scroll;

}

.introduce-content-text {
    overflow-y: scroll;
    text-align: justify;
}

.introduce-text{
    line-height: 32px;
}

.introduce-content-bar::-webkit-scrollbar {
    width: 6px;
}

.introduce-content-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #a3d6e0;
}

.introduce-content-bar::-webkit-scrollbar-track {
    border-radius: 0;
    background: #d3e7e9;
}

.sound{
    width:299px;
    height:475px;
    /* margin-top: 150px; */
    /* background:#fff  no-repeat; */
    /* background-color: rgba(255, 255, 255, .5); */
    float:left;
    overflow: hidden;
}
.sound h2{
    font-size:28px;
    color:#fff;
    text-align: center;
    font-weight:normal;
    height:40px;
    margin-top: 100px;
}
.sound h2 span{
    font-size:15px;
    display:block;
}
.sound .player{
    width:236px;
    height:135px;
    margin:70px auto 0;
}
.sound ul{
    width:100%;
    /*padding: 0 26px;*/
    color: #fff;
    height:128px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.sound ul {
	overflow-y: scroll;
}
.sound ul::-webkit-scrollbar {
    width: 6px;
}
.sound ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #a3cdc7;
}
.sound ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e7e7e7;
}
.sound li{
    font-size:16px;
    line-height:34px;
    overflow: hidden;
    cursor:pointer;
	padding:0 26px;
}
.sound li.active{
	background:url(/uploads/image/images/player_acbg_03.png) no-repeat left;
	background-size:cover;
}

.sound li.active span{
    color:#74f0f3;
}
.sound li span{
    margin-right:10px;
    float:left;
}
.sound li i.play{
    background:url(/uploads/image/images/music_01_03.png) no-repeat center;
	background-size:cover;
    width:20px;
    height:20px;
    float:right;
    position: relative;
    top:7px;
}

.sound li.active i.play{
    background:url(/uploads/image/images/music_01_ac03.png) no-repeat center;
	background-size:cover;
    float:right;
    position: relative;
    top:7px;
}

.sound li.active i.playing{
    background:url(/uploads/image/images/qmydz-play_03.gif);
    background-size:cover;
    width:10px;
    height:10px;
    float:right;
    position: relative;
    top:12px;
    margin-right:10px;
}


.audio-wrapper {
    width:100%;
    height:100%;
}

.handle {
    /* text-align: center; */
    width: 100%;
    margin-bottom:25px;
}

.handle img {
    cursor: pointer;
    vertical-align: middle;
    margin:0 8px;
}

.timebar {
    width: 100%;
    height: 100%;
}

.progress-bar-bg {
    background-color: #75dee9;
    position: relative;
    height: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.progress-bar {
    background-color: #f5a623;
    background-image: linear-gradient(to right, #ccc , #ccc);
    width: 0;
    height: 3px;
    border-radius: 3px;
}

.progress-bar-bg span {
    content: " ";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #90f0f6;
    /* border:4px solid #8e97ff; */
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: 12px;
}

.audio-length-total {
    float: right;
    font-size: 12px;
    color: #fff;
}

.audio-length-current {
    float: left;
    font-size: 12px;
    color: #fff;
}

.title-dhlt {
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 40px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-dhlt.png) no-repeat center;
}

.banner-dhlt-bar {
    height: 365px;
    background-color: #fff;
    /* border-radius: 15px; */
    /* background-color: #fb642c; */
}

.swiper02 {
    width: 1200px;
    height: 100%;
    position: relative;
}

.swiper02 .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 300px;
    height: 365px;
}

/* .swiper-button-next02{
    width: 100px;
    height: 100px;
} */

.banner-dhlt-content01-precis {
    width: 300px;
    height: 216px;
    background: url(/uploads/image/images/precis-bg02.png) no-repeat center;
    overflow: hidden;
}

.dhlt-content01-bar {
    margin: 32px 0 0px 60px;
    /* width: 236px; */
    /* width: 141px; */

    /* height: 144px; */
    position: relative;
}

.dhlt-content01-title {
    color: #232526;
    margin-bottom: 16px;

}

.dhlt-content01-text {
    /* width: 100%; */
    width: 141px;
    color: #768c90;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dhlt-content01-more{
    /* width: 100%; */
    width: 173px;
    height: 20px;
    text-align: end;
    margin-top: 20px;
    /* margin-left: 50px; */
}

.dhlt-content01-more a {
    color: #444d4a;
    font-size: 14px;
}

.dhlt-content01-more a:hover {
    color: #444d4a;
}

.banner-dhlt-content02-precis {
    width: 300px;
    height: 216px;
    /* background:  no-repeat center; */
    overflow: hidden;
}

.dhlt-content02-bar {
    margin: 32px 0px 0px 60px;
    /* width: 236px; */
    /* height: 144px; */
    position: relative;
}

.dhlt-content02-title {
    color: #1c1d1e;
    margin-bottom: 16px;
}

.dhlt-content02-text {
    /* width: 100%; */
    width: 141px;
    color: #768c90;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dhlt-content02-more{
    /* width: 100%; */
    width: 173px;
    height: 20px;
    margin-top: 20px;
    text-align: end;
}

.dhlt-content02-more a {
    color: #444d4a;
    font-size: 14px;
}

.dhlt-content02-more a:hover {
    color: #444d4a;
}

.banner-dhlt-content03-precis {
    width: 300px;
    height: 216px;
    background: url(/uploads/image/images/precis-bg02.png) no-repeat center;
    overflow: hidden;
}

.dhlt-content03-bar {
    margin: 32px 0px 0px 60px;
    /* width: 236px; */
    height: 144px;
    position: relative;
}

.dhlt-content03-title {
    color: #232526;
    margin-bottom: 16px;
}

.dhlt-content03-text {
    /* width: 100%; */
    width: 141px;
    color: #768c90;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dhlt-content03-more{
    /* width: 100%; */
    width: 173px;
    height: 20px;
    margin-top: 20px;
    text-align: end;
}

.dhlt-content03-more a {
    color: #444d4a;
    font-size: 14px;
}

.dhlt-content03-more a:hover {
    color: #444d4a;
}

.banner-dhlt-content04-precis {
    width: 300px;
    height: 216px;
    /* background:  no-repeat center; */
    overflow: hidden;
}

.dhlt-content04-bar {
    margin: 32px 0px 0px 60px;
    /* width: 236px; */
    height: 144px;
    position: relative;
}

.dhlt-content04-title {
    color: #232526;
    margin-bottom: 16px;
}

.dhlt-content04-text {
    /* width: 100%; */
    width: 141px;
    color: #768c90;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dhlt-content04-more{
    /* width: 100%; */
    width: 173px;
    height: 20px;
    margin-top: 20px;
    text-align: end;
}

.dhlt-content04-more a {
    color: #444d4a;
    font-size: 14px;
}

.dhlt-content04-more a:hover {
    color: #444d4a;
}

.swiper-pagination02 {
    position: absolute;
    bottom: 0 !important;
}

.title-cgfb {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-cgfb.png) no-repeat center;
}

/* .result-pub-wrapper {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    background-color: #fb642c;
} */

.result-pub-bar{
    height: 310px;
}

.result-pub-list{
    overflow: hidden;
}

.result-pub-list li{
    cursor: pointer;
    margin-left: 12px;
    width: 96px;
    height: 250px;
    text-align: left;
    /* box-sizing: border-box; */
    padding: 30px 0 30px 65px;
}

.result-pub-list li a{
    writing-mode:vertical-lr;
    display: block;
    height: 200px;
    margin: 0 auto;
    letter-spacing: 5px;
    color: #fff;
    font-size: 20px;
    /* font-weight: 600; */
}

.result-pub-list li:first-child{
    margin-left: 0;
    float: left;
    background: url(/uploads/image/images/resultpub1.png) no-repeat center;
}

.result-pub-list li:nth-child(2){
    float: left;
    background: url(/uploads/image/images/resultpub2.png) no-repeat center;
}

.result-pub-list li:nth-child(3){
    float: left;
    background: url(/uploads/image/images/resultpub3.png) no-repeat center;
}

.result-pub-list li:nth-child(4){
    float: left;
    background: url(/uploads/image/images/resultpub4.png) no-repeat center;
}

.result-pub-list li:nth-child(5){
    float: left;
    background: url(/uploads/image/images/resultpub5.png) no-repeat center;
}

.result-pub-list li:nth-child(6){
    float: left;
    background: url(/uploads/image/images/resultpub6.png) no-repeat center;
}

.result-pub-list li:nth-child(7){
    float: left;
    background: url(/uploads/image/images/resultpub7.png) no-repeat center;
}

.result-pub-list li a{
    display: block;
    width: 100%;
    height: 100%;
}

.title-wszt {
    margin: 0 auto;
    margin-top: 72px;
    margin-bottom: 40px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-wszt.png) no-repeat center;
}

.online-show-bar {
    height: 695px;
    width: 100%;
    /* background-color: #f8f1eb; */
}

.online-show-top {
    overflow: hidden;
}

.online-show-top-left {
    width: 590px;
    height: 370px;
    float: left;
}

.online-show-top-left a>span {
    display: block;
    font-size: 20px;
    width: 590px;
    height: 75px;
    line-height: 75px;
    text-indent: 32px;
    background-color: #f8f9fb;
}

.online-show-top-right {
    width: 590px;
    height: 370px;
    float: right;
}

.online-show-top-right a>span {
    display: block;
    font-size: 20px;
    width: 590px;
    height: 75px;
    line-height: 75px;
    text-indent: 32px;
    background-color: #f8f9fb;
}

.online-show-bottom {
    margin-top: 72px;
    overflow: hidden;
}

.online-show-bottom-left {
    float: left;
}

.online-show-bottom-right {
    float: right;
}

.title-ljhg {
    margin: 0 auto;
    margin-top: 72px;
    margin-bottom: 40px;
    width: 1200px;
    height: 83px;
    background: url(/uploads/image/images/title-ljhg.png) no-repeat center;
}

.history-bar {
    position: relative;
    height: 434px;
    background: url(/uploads/image/images/historytime.png) no-repeat center 340px;
}

.history-left{
    width: 625px;
    height: 100%;
}

.history-left h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}

.history-right{
    width: 625px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 575px;
}

.history-right h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}

.footer {
    max-width: 1960px;
    height: 216px;
    margin: 0 auto;
    margin-top: 72px;
    background: #2c1908;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 28px;
}

.footer h2 {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer .link {
    border-bottom: 1px solid #5c4c3f;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.footer .link a {
    color: #fff;
    margin: 0 14px;
}

.footer .box {
    color: #bbb6ac;
    font-size: 12px;
}

.footer .adress {
    width: 392px;
    height: 36px;
    margin: 0 auto;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.footer .adress::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 272px;
    width: 1px;
    background: #5c4c3f;
    height: 26px;
    display: block;
}

.footer .adress i {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #f4ede6;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
    border-radius: 3px;
    padding: 2px;
}

.footer .adress .i01 {
    left: 6px;
    background: url(/uploads/image/images/qmyd3-icon-dzjg.png) no-repeat;
    background-size: contain;
}

.footer .adress .i02 {
    left: 304px;
}

.footer .adress .i03 {
    left: 351px;
}

.footer .adress i:hover {
    color: #fff;
}

.footer .adress i:hover img {
    display: block;
}

.footer .adress span {
    display: inline-block;
}

.footer .adress img {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 50px;
    display: none;
}

.footer .adress img.m02 {
    left: -60px;
}

.footer .adress img.m03 {
    left: -60px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.back_top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    /* _position: absolute; */
    top: 85%;
    left: 50%;
    margin-left: 650px;
    display: block;
    z-index: 999;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    overflow: hidden;
    /* background: #fff; */
}

.weibo_share{
    width: 48px;
    height: 48px;
    background-image: url(/uploads/image/images/weibo.png);
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    /* _position: absolute; */
    top: 77%;
    left: 50%;
    margin-left: 650px;
    display: block;
    z-index: 999;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    /* overflow: hidden; */
    /* background: #fff; */
}

.weibo_share img{
    width: 150px;
    height: 150px;
    position: absolute;
    right: 60px;
    top: -50px;
    display: none;
}

.weibo_share:hover img{
    display: block;
}


/* 首页结束 */

/* 通用列表_左侧菜单开始 */
.containerbox{
    width: 1200px;
    /* height: 900px; */
    background: #fff;
    /* background-color: #1c1d1e; */
    padding: 40px 60px;
    box-sizing: border-box;
    margin-top:60px;
}


.breadcrumb {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #3ecce7;
}

.listbox {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.listbox .fl {
    width: 282px;
    float: left;
    background: #fff;
    border-radius: 8px;
    padding: 35px 0;
    box-sizing: border-box;
    overflow: hidden;
    /*min-height: 400px;*/
	text-indent:16px;
}

.listbox .dhfwfl {
    width: 282px;
    float: left;
    background: #fff;
    border-radius: 8px;
    padding: 35px 0;
    box-sizing: border-box;
    overflow: hidden;
    /*min-height: 400px;*/
	text-indent:16px;
}

.listbox .fl li.active02 {
    background: #4fcfe8 url(/uploads/image/images/fl_li_ac.png) 15px center no-repeat;
	
}

.listbox .dhfwfl li.active02 {
    background: #4fcfe8 url(/uploads/image/images/fl_li_ac.png) 15px center no-repeat;
	
}

.listbox .fl li.active02 a{
	color:#fff;
}

.listbox .dhfwfl li.active02 a{
	color:#fff;
}

.listbox .fl li {
    padding: 15px 40px 15px 65px;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: 500;
}

.listbox .dhfwfl li {
    padding: 15px 40px 15px 65px;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: 500;
}

.mhide {
    display: block;
}

.listbox .fr {
    width: 728px;
    float: right;
}

.listbox .fr li {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    text-indent: 30px;
}
.con p {line-height:32px; margin-bottom:20px;}

.listbox .fr li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3ecce7;
    position: absolute;
    top: 22px;
    left: 7px;
    display: block;
}

.listbox .fr li a {
    color: #3e3a3a;
}

.listbox li span {
    color: #777;
    float: right;
}

.mhide {
    display: block;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.containerbox {
    width: 1200px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.containerbox .box h2 {
    font-size: 27px;
    margin: 55px auto 50px;
    color: #1c1d1e;
    text-align: center;
    line-height: 41px;
    font-weight: normal;
}

.containerbox .box p.info {
    color: #969696;
    font-size: 16px;
    border-bottom: 1px solid #b1b1b1;
    height: 35px;
    padding: 0 400px;
    box-sizing: border-box;
}

.containerbox .box p.info .fl {
    float: left;
}

.containerbox .box p.info .share {
    position: relative;
}

.containerbox .box p.info .fr {
    float: right;
}

.containerbox .box p.info .share i.weibo {
    background: url(/uploads/image/images/weiboicon.png) no-repeat ;
}

.containerbox .box p.info .share i {
    width: 32px;
    height: 26px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    /* top: -5px; */
    background: #ccc;
    display: inline-block;
    cursor: pointer;
}

.containerbox .box p.info .share i.weixin {
    background: url(/uploads/image/images/wxicon.png) no-repeat;
}

.containerbox .box .ctx p {
    /* text-indent: 2em; */
    text-align: justify;
}

.trs_word{
    line-height: 32px;
}

.containerbox .box .ctx {
    font-size: 16px;
    color: #3e3a3a;
    line-height: 33px;
    padding: 30px 40px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

.listbox2 ul {
    margin: 40px auto 60px;
}

.listbox2 ul li {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 60px;
    text-indent: 30px;
    position: relative;
}

.listbox2 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3ecce7;
    position: absolute;
    top: 25px;
    left: 7px;
}

.listbox2 ul li a span {
    color: #777;
    float: right;
}

.mhide {
    display: block;
}

.box1 h2 {
    font-size: 25px;
    margin: 55px auto 50px;
    color: #1c1d1e;
    text-align: center;
    line-height: 41px;
    font-weight: normal;
}

.info1 {
    color: #3e3a3a;
    font-size: 16px;
    border-bottom: 1px solid #b1b1b1;
    height: 35px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
}

.nine_grid ul{
    margin: 40px auto -15px;
    overflow: hidden;
}

.nine_grid ul li {
    float: left;
    width: 254px;
    height: 201px;
    margin-right: 21px;
    margin-top: 21px;
    
}

.nine_grid ul li:last-child{
    margin-right: 0;
}

.nine_grid ul li a{
    display: inline-block;
	width:100%;
    height: 100%;
    font-size: 30px;
    position: relative;
    /* border-radius: 15px; */
}

.nine_grid ul li a img{
    border-radius: 15px 15px 0 0;
}

.nine_grid ul li a p{
    /* display: block; */
    background-color: #faf5f7;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding: 6px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 143px;
}




.video_title{
    height: 449px;
    width: 282px;
    background-color: #f4f5f7;
    float: right;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    overflow-y: scroll;
}

.video_title::-webkit-scrollbar{
    width: 6px;
}

.video_title::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #a3d6e0;
}

.video_title::-webkit-scrollbar-track{
    border-radius: 0;
    background-color: #d3e7e9;
}


.ctx::before{
    content: '';
    height: 449px;
    background-color: #3ecce7;
    position: absolute;
    right: 260px;
    top: 74px;
    z-index: 9;
}

.video_title li{
    box-sizing: border-box;
    padding: 0 20px 0 37px;
    margin-bottom: 10px;
    position: relative;
}

.ctx .video_title li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 16px;
    background: url(/uploads/image/images/list-li-bg.png);
    z-index: 10;
}

.video_title li a p:nth-child(1){
    font-size: 14px;
    color: #252627;
}

.video_title li a p:nth-child(2){
    font-size: 12px;
    color: #aaaaaa;
}

.cbox{
    padding:0 !important;
    position: relative;
}
.cbox::before{
    top:0 !important;
}
#video{
    width: 100%; height: 449px;max-width: 798px;  display: none; float: none;
}



.ctx img {
    max-width: 100%;
}

.ckplayer-ckplayer .ck-main .ck-loading {
    background: url(/uploads/image/images/loading03.png) no-repeat center center;
}

.ckplayer-ckplayer .ck-main .ck-center-play {
    background: url(/uploads/image/images/play03.png) no-repeat 70% center;
}

.ckplayer-ckplayer .ck-main .ck-buffer {
    background: url(/uploads/image/images/buffer03.png) no-repeat center center;
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-btn {
    background-image: url(/uploads/image/images/ckplayer03.png);
}

.ckplayer-ckplayer .ck-main .ck-pause-close {
    background-image: url(/uploads/image/images/adclose03.png);
}

.ckplayer-ckplayer .ck-main .ck-bar-btn {
    background-image: url(/uploads/image/images/ckplayer03.png);
}





.ztxc-swiper {
    position: relative;
    width: 898px;
    height: 540px;
    overflow: hidden;
    margin: 0 auto ;
}

.ztxc-swiper .swiper-slide {
    /* width: 300px; */
    cursor: pointer;
}

.ztxc-swiper a {
    display: inline-block;
}

.swiper-slide-item {
    display: inline-block;
    width: 200px;
    height: 280px;
    margin: 0 10px;
    position: relative;
    text-align: center;
}
.swiper-slide-item-img{height:380px;display:grid;align-items:self-end;}
.swiper-slide-item-txt{height:80px;display:grid;margin-top:10px;}
.swiper-slide-item span {height:70px;}

.containerbox2 .header h2{
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.main .content{
    padding-bottom: 40px;
    line-height: 32px;
}

.bigimage {
    display: none;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 486px;
    height: 769px;
}

.bigimage img{
    width: 100%;
    height: 100%;
}

.bigimage .close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 26px;
    height: 26px;
    background-image: url(/uploads/image/images/close03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bigimagehorizontal1 {
    width: 640px;
    height: 640px;
}

.bigimagehorizontal2 {
    width: 420px;
    height: 640px;
}

.bigimagehorizontal3 {
    width: 770px;
    height: 500px;
}


.containerbox2{
    height:auto;
}

.swiper-button-prev02,
.swiper-button-next02{
    width: 50px;
    line-height: 100%;
    text-align: center;
    color: #3ecce7;
    font-size: 40px;
    font-weight: 600;
}

.swiper-button-next02{
    right: -10px;
}

    .hidden {  
    display: none;
    position: fixed;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    padding: 20px;  
    border: 1px solid #d3d3d3;  
    border-radius: 5px;  
    text-align: center;  
    z-index: 1000;  
}

.hidden_box{
        width: 1000px;
    height: 100px;
    background: url(/uploads/image/images/next_pub_03.png) no-repeat center;
    position: absolute;
    top: 90px;
    left: 100px;
    z-index: 99;
}
