@font-face {
    font-family: 'siyuan';
    src: url('../font/siyuan.otf');
}

/* 分页容器样式 */
.pagination-container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}


.path_box {
    padding: 20px 0;
}

.detail_box img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    height: auto;
}

.detail_box video {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    height: auto;
}

.detail_title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #333333;
}

.detail_info_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.detail_info_item {
    font-size: 16px;
    font-weight: normal;
    color: #8c8c8c;
    margin: 0 20px;
}

.detail_big_box {
    min-height: 900px;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #14587b;
    transition: 1s ease;
    border: none;
    opacity: 0;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #cf1322;
}

.header {
    width: 100%;
    overflow: hidden;
    background: url("../img/top_bj.jpg");
    background-size: cover;
    background-position-x: right;
    padding-top: 45px;
    padding-bottom: 40px;
}

.new_logo_box {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 37px;
    padding-top: 20px;
    font-family: "siyuan";
}

.new_logo_box img {
    width: 320px;
}

.new_logo_box span {
    margin-left: 40px;
}

.new_top_desc {
    font-size: 34px;
    color: #000;
    font-family: "siyuan";
}

.wanchengren {
    font-size: 16px;
    display: flex;
    padding-top: 4px;
}

.wanchengren_a_box {
    width: 540px;
}

.wanchengren a {
    margin-left: 10px;
    color: #000;
}

.nav {
    width: 100%;
    height: 50px;
}

.navl {
    width: 85px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    background: url("../image/dsj.png") no-repeat center bottom;
}

.navs ul li {
    /*float: left;*/
    /*width: 180px;*/
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.navs ul li a {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.erji {
    margin: 0;
    position: absolute;
    z-index: 999;
    top: 50px;
    visibility: hidden;
}

.navs ul li:hover .erji {
    visibility: visible;
}

.erji li {
    float: none !important;
    height: auto !important;
    min-height: 50px;
    line-height: 42px !important;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.erji li a {
    font-size: 14px !important;
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: center;

    line-height: 1.5 !important;
    white-space: wrap !important;
    word-break: break-all;
    width: 100%;
}


.navr {
    line-height: 60px;
}

.gsgg {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

.content {
    width: 100%;
    overflow: hidden;
    background: #F2F2F2;
    min-height: calc(100vh - 472px);
}

.gsggl {
    width: 390px;
    line-height: 60px;
    color: #a0a0a0;
    font-size: 15px;
}

.gsggr {
    line-height: 60px;
}

.gsggrl {
    width: 65px;
    height: 20px;
    border-radius: 99px;
    background: #003e73;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.gsggrr {
    margin-left: 18px;
    font-size: 16px;
    color: #333333;
    display: block;
    height: 60px;
    line-height: 60px;
}

.gsggrr a {
    color: #DF1E1F;
    font-weight: bold;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.gsggrr a span {
    font-weight: normal;
}

.gsggrr a:hover {
    color: #003e73;
}

.gsggrr span {
    color: #b2b2b2;
    margin-left: 32px;
    float: right;
    font-size: 17px;
}

.contenta {
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.contental {
}

.contental .am-slider-default .am-control-nav {
    width: 120px;
    right: 0;
    bottom: 25px !important;
}

.contental .am-direction-nav {
    display: none;
}

.contental .am-slider-default .am-control-nav {
    bottom: 0;
}

.contental .am-slider-default .am-control-nav li a {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 99px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contental .am-slider-default .am-control-nav li a.am-active {
    background: #FF0000;
}

.contental .am-slider-default .am-control-nav li a:hover {
    background: #FF0000;
}

.contental ul li {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.contental ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.contental ul li a .wzzz {
    display: block;
    width: 100%;
    height: 42px;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
}

.contentalt {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
    padding-left: 22px;
}

.contentalt span {
    margin-left: 75px;
}

.contentar {
    width: 814px;
}

.info-links {
    display: flex;
    gap: 10px;
}

.info-links .info {
    padding: 13px;
    flex: 1;
}

.info-links .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 8px;
}

.link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #F5F5F5;
    height: 75px;
    padding: 12px 25px 16px 16px;
    box-sizing: border-box;
}

.link-item-info {

}

.link-item-info-title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-item-info-content {
    font-size: 12px;
    margin-top: 4px;
}

.link-item-info-content-item {
    color: #999999;
}

.link-item-info-content-item:nth-child(1) {
    margin-right: 20px;
}

.link-item-info-content-item a {
    text-decoration: underline;
    color: #999999;
    transition: all .3s;
}

.link-item-info-content-item a:hover {
    color: #14587B;
}

.link-item-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s;
}

.link-item-icon:hover {
    transform: scale(1.1);
}

.link-item-icon svg {
    width: 100%;
    height: 100%;
}

.contentart {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #D3D3D3;
    /*background: url("../img/xwzxx.jpg") no-repeat left bottom;*/
}

.contentarbtb_line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contentartl {
    font-size: 23px;
    font-weight: bold;
    padding: 3px 25px;
}

.contentartr {
    line-height: 40px;
}

.contentarts {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}

.contentartst {
    width: 100%;
    overflow: hidden;
    background: url("../image/dwzzbg.jpg") no-repeat left top;
    padding: 0 10px;
}

.contentartsb {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.contentartls {
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.contentartrs {
    line-height: 40px;
}

.contentartrs a {
    font-size: 16px;
}

.contentartr a {
    font-size: 16px;
}

.contentarbtt {
    font-size: 20px;
    color: #333333;
    width: 100%;
    margin: 10px 0;
}

.contentarbtb {
    font-size: 16px;
    color: #666666;
}

.contentarbtb span {
    font-size: 16px;
    color: #8498ad;
}

.contentarbt {
    /* margin-bottom: 15px; */
}

.contentarbtt {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentarbt a:hover .contentarbtt {
    color: #003e73;
}

.contentarbbl {
    padding-left: 20px;
    background: url("../image/lefd.jpg") no-repeat left center;
    font-size: 17px;
    color: #333333;
}

.contentarbbr {
    font-size: 17px;
    color: #8498ad;
}

.contentarbb ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 9px;
}

.contentarbbl {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentarbb ul li a:hover .contentarbbl {
    padding-left: 25px;
    color: #003e73;
}

.contentb {
    width: 100%;
    height: 111px;
    margin: 17px 0;
    overflow: hidden;
}

.contentclt {
    padding: 5px 10px;
    background: #fff;
    overflow: hidden;
}

.contentcltl {
    width: 49.4%;
}

.contentcl {
    width: 900px;
}

.contentcr {
    width: 380px;
    padding: 5px 10px 5px 0;
    background: #fff;
}

.contentcltbl {
    padding-left: 15px;
    background: url("../image/ylzm.jpg") no-repeat left center;
    font-size: 16px;
    color: #333;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentcltbr {
    font-size: 17px;
    color: #72869d;
    margin-left: 16px;
}

.contentcltb {
    margin-top: 5px;
    min-height: 100px;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    -webkit-line-clamp: 6;
}

.line-clamp-7 {
    -webkit-line-clamp: 7;
}

.line-clamp-8 {
    -webkit-line-clamp: 8;
}

.line-clamp-9 {
    -webkit-line-clamp: 9;
}

.line-clamp-10 {
    -webkit-line-clamp: 10;
}


.contentcltb ul li {
    margin-bottom: 7.3px;
    overflow: hidden;
}

.contentcltb ul li a:hover .contentcltbl {
    padding-left: 20px;
    color: #0d4b9b;
}

.contentclt {
    /* margin-bottom: 6px; */
}

.contentcls {
    width: 100%;
    height: 124px;
    margin-bottom: 16px;
    overflow: hidden;
}

.contentcrtbt {
    margin: 5px 0;
}

.contentcrtbb ul li {
    width: 150px;
    height: 105px;
    float: left;
    background: #eee;
    margin-bottom: 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentcrtbb ul li:hover {
    background-color: #e2e2e2;
}

.contentcrtbbt {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.contentcrtbbb {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.contentcrtbb {
    margin-bottom: 2px;
    overflow: hidden;
    display: block;
}

.contentcrbb {
    overflow: hidden;
}

.contentcrbst {
    margin-top: 24px;
}

.contentd {
    width: 100%;
    height: 131px;
    margin-bottom: 16px;
    overflow: hidden;
}

.contentc {
    overflow: hidden;
    background: #fff;
}

.contente {
    width: 100%;
    padding: 0 10px 20px;
    background: #fff;
    overflow: hidden;
}

.contentel {
    overflow: hidden;
}

.contentelb {
    margin-top: 18px;
}

.contentel {
    border-right: 2px solid #F5F5F5;
    padding-right: 40px;
}

.contenter {
    padding-left: 40px;
    width: 822px;
}

.contenterb {
    margin-top: 18px;
    height: 206px;
}

.contenterb .am-slider .am-slides > li {
    height: 206px;
    border: 1px solid #ddd;
}

.contenterb .am-figure-default {
    text-align: center;
    height: 206px;
    line-height: 198px;
}

.contenterb .am-figure-default img {
    border: none;
    height: 90%;
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.contenterb .am-figure-default {
    margin: 0;
}

.contentf {
    width: 100%;
    /*padding: 10px 0 10px 10px;*/
    background: #fff;
    overflow: hidden;
    margin: 0 0;
}

.contentg {
    width: 100%;
    background: #fff;
    /* overflow: hidden; */
    margin: 0 0;
}

.contentg .am-slider-default .am-direction-nav a {
    top: -38px;
}


.contentfb {
    margin-top: 10px;
    overflow: hidden;
}

.contentfb ul.my-slides li {
    height: 210px;
    /* overflow: hidden; */
}

.contentfb .my-slides {
    white-space: nowrap;
    /* overflow-x: hidden; */
}

.contentfb .my-slides li {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.contentfb .my-slides li a {
    display: flex;
}

.contentfb .my-slides li a img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentfb .my-slides li a .contentfbt {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;

    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentfb .my-slides li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.contentfb .my-slides li a:hover .contentfbt {
    height: 58px;
    line-height: 58px;
    /* background: url("../image/bgzs2.png"); */
    background-color: rgba(20, 88, 123, 0.9);
}

.contentfbt {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 99;
    text-align: center;
    line-height: 40px;
    color: #fff;
    /* background: url("../image/bgzs.png"); */
}

.contente {
    overflow: hidden;
    display: flex;
}

.contente .contentcltl {
    flex-shrink: 0;
    width: 34.5%;
    padding: 10px 0;
}

.contente .slider-wrapper {
    flex: 1;
    overflow: hidden;
}

.contente .slider-wrapper .my-slider {
    width: 100%;
    height: 210px;
    flex: 1;
    position: relative;
}

.contente .slider-wrapper .my-slider .my-slides {
    width: 100%;
    position: absolute;
}

.am-slider-default {
    box-shadow: none;
    border: none;
}

.footer {
    border-top: 2px solid #14587b;
    width: 100%;
    background: #fff;
}

.footert {
    width: 100%;
    clear: both;
    min-height: 60px;
    line-height: 55px;
    border-top: 2px solid #F2F2F2;
    border-bottom: 2px solid #f2f2f2;
    margin-top: 50px;
}

.footertr ul li {
    float: left;
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
    line-height: 55px;
    background: url("../image/jlyt.png") no-repeat right center;
}

.footertr ul li span {
    cursor: pointer;
    display: block;
}

.yqljft .am-dropdown-content {
    margin: 0;
    min-width: 120px;
    width: 694px;
    padding: 20px 20px;
    background-color: rgba(242, 242, 242, .97);
}

.am-dropdown-up .am-dropdown-content:after, .am-dropdown-up .am-dropdown-content:before {
    border-top: 8px solid rgba(242, 242, 242, .97);
}

.am-dropdown-content:before {
    border-bottom-color: rgba(242, 242, 242, .97);
}

ul.am-dropdown-content > li > a {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

ul.am-dropdown-content > li > a:focus, ul.am-dropdown-content > li > a:hover {
    background-color: #003e73;
    color: #fff;
}

.yqljft ul li {
    background: none !important;
    line-height: 35px !important;
    padding: 0 !important;
    padding-left: 8px !important;
    margin: 0 !important;
    width: 33%;
}

.yqljft ul li a {
    padding: 6px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
}

.footertr .am-btn-primary {
    border: none;
    background: none;
    color: #333;
}

.fa-angle-up {
    display: block !important;
}

.yqljfl {
    position: absolute;
    top: 51px;
    border: 1px solid #ddd;
    margin: 0;
    display: none;
    overflow: hidden;
}

.yqljfl li {
    text-align: center;
    width: 130px;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-color: #fff !important;
    height: 30px !important;
    line-height: 30px !important;
}

.yqljfl li a {
    color: #333;
    font-size: 14px;
}

.am-btn-primary.am-active, .am-btn-primary:active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    background: none;
}

.am-btn-primary.am-active, .am-btn-primary:active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    border: none;
    color: #333;
}

.yqljft button {
    outline: none !important;
    box-shadow: none !important;
    height: 55px !important;
    padding: 0 !important;
    line-height: 55px !important;
}

.footertl {
    margin-right: 20px;
}

.footerb {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerbrb {
    padding-left: 30px;
    background: url("../image/lgaw.png") no-repeat left center;
}

.footerbr {
    width: 1196px;
    text-align: center;
}

.footerbr .footerbrb {
    display: inline-block;
}

.footerbrt {
    font-size: 14px;
    color: #666;
}

.footerbrs {
    font-size: 14px;
    color: #666;
}

.footerbrb {
    font-size: 14px;
    color: #666;
}

.footerbrz {
    font-size: 14px;
    color: #666;
}

.footerbr div {
    margin-bottom: 2px;
}

.am-slider-default .am-direction-nav a {
    width: 37px;
    height: 37px;
}

.am-slider-default .am-direction-nav .am-prev {
    left: auto;
    right: 111px;
    background: url("../image/lejt.png");
}

.am-slider-default .am-direction-nav .am-next {
    background: url("../image/rijt.png");
    right: 66px;
}

.contenterb .am-slider-default .am-direction-nav a {
    top: -38px;
}

.contenterb .am-slider-default .am-direction-nav a:before {
    display: none;
}

.contenterb .am-slider-default .am-control-nav li {
    margin: 0 5px;
}

.contenterb .am-slider-default .am-control-nav {
    bottom: -17px;
}

.contentfb .am-slider-default .am-direction-nav a {
    top: -30px;
}

.contentfb .am-slider-default .am-direction-nav a:before {
    display: none;
}

.contentfb .am-slider-default .am-control-nav {
    bottom: -26px;
}

.contentfb .am-slides li a .contentfbt {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.contentfb .am-slides li a:hover .contentfbt {
    height: 58px;
    line-height: 58px;
    /* background: url("../image/bgzs2.png"); */
    background-color: rgba(20, 88, 123, 0.9);
}

.cont_ny {
    width: 100%;
    background: #F2F2F2;
    overflow: hidden;
}

.newscont {
    overflow: hidden;
    width: 100%;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.newscontl {
    width: 280px;
    overflow: hidden;
}

.newscontltt {
    display: block;
    width: 280px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    color: #fff;
    font-size: 18px;
}

.newscontltb ul li {
    display: block;
    width: 100%;
}

.newscontltb ul li a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    /* min-height: 60px; */
    padding: 20px 10px;
    font-weight: bold;
    color: #333;
    background: #F7F7F7;
    font-size: 16px;
}

.newscontltb ul li .am-icon-angle-right:before {
    margin-right: 10px;
}

.newscontls {
    overflow: hidden;
    margin-top: 23px;
}

.newscontls ul li {
    width: 120px;
    height: 90px;
    float: left;
    background: #EEEEEE;
    margin-bottom: 15px;
}

.newscontls ul li .contentcrtbbt {
    margin-top: 11px;
}

.newscontlb {
    overflow: hidden;
    margin-top: 10px;
}

.newscontr {
    width: 910px;
    /*min-height: 960px;*/
}

.newscontrt {
    border-bottom: 1px solid #C7CDD3;
    height: 45px;
}

.newscontrtl {
    display: inline-block;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #14587b;
}

.newscontrtr {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}

.newscontrtr a {
    line-height: 45px;
    color: #666666;
}

.newscontrb ul li {
    width: 100%;
    height: 55px;
    border-bottom: 1px dashed #D8D8D8;
}

.newscontrb ul li a {
    padding-top: 15px;
    display: block;
    width: 100%;
}

.newscontrb ul li a:hover .newscontrbt {
    padding-left: 5px;
}

.newscontrbt {
    display: block;
    font-size: 18px;
    color: #333;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newscontrbb {
    display: block;
    font-size: 14px;
    color: #848484;
    margin-top: 20px;
}

.newscontltb ul li.header-bottom-a-now a {
    background: #CCDCF0;
}

.newscontltb ul li a {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.newscontltb ul li a:hover {
    background: #CCDCF0;
}

.cgcont {
    overflow: hidden;
    padding-top: 40px;
}

.cgcont ul li {
    width: 290px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.cgcontt {
    display: block;
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.cgcontt img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.cgcont ul li a:hover .cgcontt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cgcont ul li a:hover .cgcontbl {
    color: #3F74BB;
}

.cgcontbl {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.cgcontb {
    display: block;
    width: 100%;
    height: 60px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #C7CDD3;
}

.cgcontbl {
    width: 195px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newshow_follow {
    overflow: hidden;
    font-size: 14px;
}

.newshow_shu {
    overflow: hidden;
    font-size: 14px;
}

.newshow_timer {
    overflow: hidden;
    font-size: 14px;
}

.cgcont .tybs {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
}

.newshow_ctrl_zi {
    overflow: hidden;
    margin-left: 10px;
    font-size: 14px;
}

.newshow_ctrl_zi div {
    float: left;
    font-size: 14px;
}

.newshow_ctrl_zi a {
    color: #666;
    font-size: 14px;
}

.rongyucon {
    padding-top: 30px;
}

.rongyucon ul li {
    float: left;
    width: 290px;
    height: 247px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 30px;
}

.rongyucon ul li .am-figure-default {
    margin: 0;
    height: 202px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 196px;
    border: 1px solid #ddd;
}

.rongyucon ul li .am-figure-default img {
    margin: 0;
    padding: 0;
    height: 90%;
    display: inline-block;
    border: none;
}

.rongyuconb {
    width: 100%;
    text-align: center;
}

.tynr p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}

.tynrs p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}

.tynrs p img {
    max-width: 100%;
    margin-left: -2em;
}

.tynr p img {
    margin-left: -2em;
    position: relative;
    width: 100%;
    left: calc(50% - 335px);
    margin-bottom: 20px;
    margin-top: 20px;
}

#rollText {
    width: 100%;
}

.m-video {
    cursor: pointer;
}

code, pre {
    background-color: #f8f8f8;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    padding: 5px 15px;
    white-space: normal;
}

code {
    color: #e96900;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px;
}

.video_tsd ul li {
    float: left;
    width: 290px;
    height: 266px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
}

.video_tsdan {
    position: absolute;
    top: 75px;
    z-index: 99;
    left: calc(50% - 34px);
}

.video_tsddt {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.video_tsddt img {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.video_tsd {
    margin-top: 40px;
}

.video_tsd ul li:hover .video_tsddt img {
    opacity: .8;
}

.m-video {
    height: 216px;
}

.video_tsdsa {
    height: 50px;
    line-height: 50px;
}

.navr form {
    display: block;
    width: 180px;
    height: 36px;
    position: relative;
    margin-top: 12px;
}

.serch_inputa {
    display: block;
    width: 180px;
    height: 36px;
    border-radius: 99px;
    background: #27417A;
    line-height: 36px;
    padding-left: 20px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.serch_inputb {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 6px;
    border: none;
    text-indent: -9999px;
    outline: none;
    box-shadow: none;
    background: url("../image/ssfdj.png") no-repeat center;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #74AFCF;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #74AFCF;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #74AFCF;
    font-size: 14px;
}

.contentb_touch img {
    max-width: 100%;
}

.contentcls_touch img {
    max-width: 100%;
}

.contentd_touch img {
    max-width: 100%;
}

.blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px 20px;
}

.blocks .contentcltitem {
    min-height: 200px;
}

.col-1 {
    grid-column: span 1;
}

.col-2 {
    grid-column: span 2;
}

.col-3 {
    grid-column: span 3;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.slider-wrapper .my-slides {
    position: relative;
    white-space: nowrap;
}

@media (max-width: 1280px) and (min-width: 765px) {
    .box {
        width: unset !important;
    }

    /* 平板头部优化 */
    .header {
        padding-top: 30px;
    }

    .new_logo_box {
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
    }

    .new_logo_box img {
        width: 200px;
        margin-bottom: 15px;
    }

    .new_logo_box span {
        margin-left: 0;
        font-size: 28px;
    }

    /* 平板优化：主副栏纵向排列，避免固定像素挤压 */
    .contenta .contental,
    .contenta .contentar {
        float: none;
        width: 100%;
        height: auto;
        padding: 5px 10px;
    }

    /* 平板视频高度优化 */
    .playvideo video {
        min-height: 320px;
    }

    .info-links {
        flex-direction: column;
    }

    .info-links .links {
        width: 100%;
    }

    .newscontr {
        width: 100%;
        margin-left: 0;
    }

    .contentcl {
        width: 100%;
    }

    .contentcr {
        width: 100%;
        padding: 5px 10px;
    }

    .contentar {
        width: 100%;
    }

    /* list页面平板优化 */
    .newscont {
        padding: 20px;
    }

    .newscontl {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .newscontr {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .newscontltt {
        width: 100%;
    }

    .pagination-container {
        width: 100%;
    }

    .blocks {
        grid-template-columns: repeat(2, 1fr);
    }

    .contenta {
        grid-template-columns: repeat(2, 1fr);
    }

    .contenta .contental {
        grid-column: span 2;
    }

    .slider-wrapper {
        grid-column: span 2 !important;
    }

    .contentcltitem {
        grid-column: span 1 !important;
    }
}


@media (max-width: 765px) {
    .box {
        width: unset !important;
    }

    /* 移动端视频高度优化 */
    .playvideo video {
        height: 185px !important;
    }

    .newscontr {
        width: 100%;
    }

    .contentar {
        width: 100%;
    }

    .contentcr {
        width: 100%;
    }

    .contentcr {
        padding: 5px 10px;
    }

    .info-links {
        flex-direction: column;
    }

    .info-links .links {
        width: 100%;
    }

    .contentar {
        padding: 5px 10px;
    }

    /* list页面移动端优化 */
    .newscont {
        padding: 20px;
    }

    .newscontl {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .newscontr {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .newscontltt {
        width: 100%;
    }

    .pagination-container {
        width: 100%;
    }

    .pagination-container .box {
        width: 100% !important;
    }

    /* 移动端分页按钮优化 */
    #yema .pages a,
    #yema .pages span {
        margin-bottom: 10px;
        display: inline-block;
        width: auto;
        min-width: 60px;
    }

    .blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenta {
        grid-template-columns: repeat(1, 1fr);
    }

    .slider-wrapper {
        grid-column: span 1 !important;
    }

    .contentcltitem {
        grid-column: span 1 !important;
    }

    .info-links {
        grid-column: span 1 !important;
    }
}
