/*!
 * public css V1.0
 * 08.2021
 * 
 */

/*** CSS é€šç”¨å†…å®¹ ***/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
ol {
    list-style-type: none;
}

em {
    font-style: normal
}

body {
    color: #444;
}

input,
textarea {
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 30px;
    border: none;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #333;
}

body,
div {
    line-height: 26px;
    font-size: 16px
}

/*********common area*************/
.g-c-area {
    margin: 0px auto;
    position: relative
}

.fl-left {
    float: left;
}

.fl-right {
    float: right
}

.txt-c {
    text-align: center
}

/**clear**/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/*
*,
*:before,
*:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      box-sizing: border-box;}

/*******************/
.w1400 {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid #ccc
}

.w1100 {
    background: #fff;
    width: 1100px;
    overflow: hidden;
    margin: 10px auto;
}

.mb30 {
    margin-bottom: 30px
}

.sp10 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    height: 10px;
}

.gray {
    color: #aaaaaa
}

/*******list*******/
.cm-ul-list {}

.cm-ul-list li {
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 0px solid #ddd;
}

.cm-ul-list li a {}

.cm-pic-list {}

.cm-pic-list li {
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30%;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
    width: 100%;
    height: 100%
}

.cm-pic-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cm-pic-list li a {
    margin: 10px 0 6px
}

.cm-picrw-list {}

.cm-picrw-list li {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-picrw-list li>a {
    display: block;
    position: relative;
    margin-right: 20px
}

.cm-picrw-list li>a img {
    width: 175px;
    height: 115px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20
}

.cm-picrw-list li p {
    margin-left: 190px
}

.cm-picrw-list li a p,
.cm-picrw-list li p {
    height: 115px;
    line-height: 29px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.img-overw {
    position: relative;
    line-height: 0px;
    display: inline-block
}

.img-overw img {
    width: 100%;
    height: 100%
}

.img-overw p {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 8px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.pagenumb {
    padding: 10px 0;
    text-align: center
}

.pagenumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px
}

.pagenumb a img {
    width: 100%;
    height: 100%
}

.pagenumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    margin: 5px 6px
}

.pagenumb em.on {
    background: #fde47b
}

.videobox {}

.videobox li {
    position: relative
}

.videobox li a img {
    width: 100%;
    height: 100%;
}

.videobox li>a:before,
.videobox a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/i_play.png") no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -30px;
    margin-top: -30px;
}

.list-2col li {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.list-3col li {
    float: left;
    width: 32%;
    margin-right: 1.3%;
}

.list-4col li {}

.list-5col li {
    float: left;
    width: 18%;
    margin-right: 2%
}

/*******/
.rollmumb {
    padding: 10px 0;
    text-align: center;
}

.rollmumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px;
}

.rollmumb a img {
    width: 100%;
    height: 100%
}

.rollmumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #ddd;
    display: inline-block;
    margin: 5px 6px
}

.rollmumb em.on {
    background: #b80c0c
}

.rollmumb em.on2 {
    background: #ffec1c
}

.pagemumb {
    padding: 10px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.pagemumb a {
    margin: 0 10px;
    display: inline-block;
    width: 16px;
    background: #eee;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 28px
}

.pagemumb a:hover {
    background: #aeaeae
}

.pagemumb em {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 5px 8px;
    font-size: 16px;
    font-weight: bold
}

/*****/
.mobileh5-box {
    position: relative;
    margin: 0 auto
}

.mobileh5-box ul {
    width: 90%;
    margin: 0 auto
}

.mobileh5-box li {
    width: 33%;
    position: relative;
    padding: 0px;
    line-height: 0;
    float: left;
}

.mobileh5-box li a {
    width: 286px;
    height: 510px;
    display: block;
    margin: 00px auto;
    padding-top: 40px;
    text-align: center;
    background: url("../images/mobileh5-bg.png") no-repeat 0 0;
}

.mobileh5-box li img {
    width: 250px;
    border-radius: 0px;
    border: 0px solid #fff;
}

.mobileh5-box li .mobileh5-box-bg {
    position: absolute;
    width: 260px;
    background: #153a85;
    height: 480px;
    top: 7px;
    z-index: 20;
    border-radius: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border: 6px solid #153a85;
    left: 50%;
    margin-left: -135px
}

.mobileh5-box li .info h3 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 30;
    top: 400px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 220px;
    left: 50%;
    margin-left: -110px;
    line-height: 34px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.mobileh5-box li .info {
    display: nodne;
    width: 260px;
    margin: 0 auto;
    overflow: hidden
}

.mobileh5-box li:hover .mobileh5-box-bg {
    opacity: 0.95;
    filter: alpha(opacity=0.95);
}

.mobileh5-box li:hover .info h3 {
    top: 200px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.mobileh5-box .arrow-left {
    position: absolute;
    top: 320px;
    left: 10px;
    z-index: 5
}

.mobileh5-box .arrow-right {
    position: absolute;
    top: 320px;
    right: 50px;
    z-index: 5
}

/****form****/
.formbox {}

.form-inp {
    background-color: #efefef;
    border: 0px;
    outline: none;
    padding: 5px 10px
}

.formbox input.inpcheck {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block
}

/******* copyright  *****/
.footcopyright {
    padding: 50px 0 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.footcopyright p {
    line-height: 26px
}

/*********common end***********/

/* åˆ†äº« */
.fx_new {
    float: left;
    text-align: left;
}

.bshare-custom a:link {
    color: #fff;
}

.bshare-custom a:visited {
    color: #fff;
}

.bshare-custom a:hover {
    color: #fff;
}

.bais {
    color: #fff;
}

.bshare-custom #bshare-shareto {
    color: #fff !important;
}

.fx_bot {
    bottom: 0;
}

/*å¯¼èˆª*/


/*èƒŒæ™¯*/
/*.sc_top{ background: url("../images/top.jpg") no-repeat top;height:720px; background-size: cover}
@media screen and (max-width:1920px) { 
}*/

body {
    background: #fff;
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.rollleft,
.rollright {
    margin: 0 5px
}

.cm-pic-list {
    width: 98%;
    margin: auto
}

.cm-ul-list li {
    border-bottom: 1px dashed #dddddd;
    margin-top: 6px;
    border-radius: 2px;
}

.cm-ul-list li a {
    background: url("../images/dot.png") no-repeat 0 center;
    padding-left: 12px;
    background-size: 4px 4px;
    margin-left: 8px
}

.cm-ul-list li:hover {
    border-bottom: 1px solid #fbf1d9;
    background: #fbf1d9;
    border-radius: 20px;
}

@media screen and (max-width:1920px) {}


/*æ ç›®*/
.sc-title {
    height: 115px;
    text-align: center;
}

.sc-title h2 {
    font-size: 28px;
}

/******* åº•éƒ¨ *****/

.footcopyright {
    width: 100%;
}

.copyright {
    width: 100%;
    padding: 30px 0 30px 0;
}

.copyright p {
    font-size: 12px;
    color: #a4bcf3;
    text-align: center;
}


.sc-col {
    padding: 10px;
}

.more {
    text-align: right;
}

/***/

/***** é€šç”¨å†…å®¹ ç»“æŸ***/

/***** é¡µé¢å®½åº¦ *****/
/********/
.cm-area {
    width: 102%
}

.cm-col {
    background: #f8f3e7;
    float: left;
    margin-right: 2%
}

.cm-2col .cm-col {
    width: 48%;
}

.cm-3col .cm-col {
    width: 31.33%;
}

.cm-4col .cm-col {
    width: 23%;
}

/*******/

/******/
/********************************/

.sc-bartitle {
    width: 1100px;
    height: 70px;
    margin: 20px auto 20px;
    position: relative;
    text-align: center;
    top: 00px
}

.g-c-area {
    width: 1200px
}

.g-c-area .bd {
    padding: 0 50px
}

.footcopyright {
    color: #666666;
    margin-top: 0px;
    padding: 60px 0 00px;
    background: url("../images/footpic.jpg") center 0 repeat;
    height: 360px
}

.walbg {
    background: url("../images/foot.jpg") no-repeat center bottom;
    margin-bottom: 240px
}

/** nav***/
.g-c-100 {
    width: 100%;
    position: relative;
    height: calc(100vh)
}

.g-c-main {
    width: 72%;
    margin: 00px auto 0;
    padding-top: 250px;
}

.g-c-main2 {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 660px;
    margin-top: -330px;
    margin-left: -700px
}

.arrow-left {
    position: absolute;
    top: 226px;
    left: 15px;
    z-index: 35
}

.arrow-right {
    position: absolute;
    top: 226px;
    right: 15px;
    z-index: 35
}

.arrow-up {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5
}

.arrow-down {
    position: absolute;
    top: 140px;
    left: 10px;
    z-index: 5
}

.sctop {
    line-height: 0px;
    background: url("../images/maintop.jpg") no-repeat center 0px;
    position: relative;
}

.sctop-c {
    height: 760px;
}

@media screen and (max-width:1920px) {}

a.more {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: 700px;
    border-radius: 10px;
    color: #999
}

a.more:hover {
    background: #efefef;
    color: #777;
    font-weight: bold
}


/*******/
.sc1 .sc-bartitle {
    margin-bottom: 00px;
}

.sc1 .g-c-area {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px 30px;
    margin-bottom: 50px
}

.sc1 .fl-left {
    width: 640px;
    margin: 15px 0 0 15px;
    position: relative;
    border: 10px #0270c1 solid;
}

.sc1 .fl-left img {
    width: 640px;
    display: block;
    /* border: 10px solid #4176db; */
}

.sc1newbg {
    position: relative;
    line-height: 0px;
    display: block;
}

.sc1newbg img {
    width: 100%;
    height: 100%
}

.sc1newbg p {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 8px;
    background-size: 100% auto;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.sc1 .fl-right {
    width: 490px;
    padding-left: 25px;
    padding-top: 10px
}

.sc1 .fl-right li {
    line-height: 42px
}

.newstopbar {
    margin-top: 0px;
    font-size: 30px;
    color: #cd261c;
    font-weight: bold;
    background: url("../images/topnewsbg-rig.jpg") no-repeat 140px center;
    height: 50px
}

.sc1 .fl-right .more {
    padding: 15px 0;
    text-align: left
}

.sc1 .fl-left .picsubg {
    width: 640px;
}

.sc1 .fl-left .img-overw p {
    border-radius: 0px;
    padding-left: 15px
}

/*********/
.sc2-main {}

.sc2-main .list {
    padding: 8px
}

.sc2-main .list h4 {
    background: #1e4599;
    width: 100px;
    line-height: 36px;
    margin: 10px 0 0px;
    text-align: center;
    font-weight: bold;
    color: #fff
}

.sc2-main .list ul {
    width: 103%
}

.sc2-main .list li {
    height: 40px;
    line-height: 40px;
}

.sc2-main .listbg1 {
    background: #fff
}

.sc2-main .listbg2 {
    background: #ceebf8
}

.sc2-main .list li span {
    display: inline-block;
    width: 95px;
    padding-left: 20px;
    font-size: 14px;
    color: #1a6b8f;
    font-style: italic
}

.sc2-main .list li a {
    display: inline-block;
    font-size: 16px
}

.sc2-main .list2 {
    padding: 8px;
}

.sc2-main .list2 h4 {
    background: #1e4599;
    width: 100px;
    line-height: 36px;
    margin: 10px 0 0px;
    text-align: center;
    font-weight: bold;
    color: #fff
}

.sc2-main .list2 ul {
    width: 45%;
    margin: 0 1.5% 25px;
    float: left;
    border: 6px solid #25a1d9;
    padding-bottom: 10px;
}

.sc2-main .list2 li {
    height: 40px;
    line-height: 40px;
    margin: 0 10px
}

.sc2-main .list2 li:nth-child(odd) {}

.sc2-main .list2 li:nth-child(even) {
    background: #fff
}

.sc2-main .list2 li span {
    display: inline-block;
    width: 95px;
    padding-left: 20px;
    font-size: 14px;
    color: #1a6b8f;
    font-style: italic
}

.sc2-main .list2 li a {
    display: inline-block;
    font-size: 16px
}

/*********3************/
.sc3 {
    background: url("../images/sc3bg.png") no-repeat center 100px;
    height: 650px
}

.sc3 .fl-left {
    width: 680px;
    border: 0px solid #00a1e9;
    line-height: 0px;
    margin-top: 58px;
    margin-left: 40px;
}

.sc3 .fl-right {
    width: 455px;
    padding-top: 70px;
    height: 460px;
    overflow-y: auto
}

.sc3list {
    height: 350px;
    overflow-y: scroll;
    margin-right: 10px;
    padding-right: 10px;
}

.sc3list li {
    cursor: pointer;
    color: #fff;
    position: relative;
    padding: 0px 15px;
    border: 0px;
    border-radius: 30px
}

.sc3time {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 28px;
    float: left;
    line-height: 32px;
    width: 120px;
    border-right: 1px solid #3066af;
    height: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.sc3time span {
    font-size: 18px;
    margin-left: 12px
}

.sc3list li a {
    color: #fff;
    background: none;
    padding: 0px
}

.sc3list li p {
    margin-left: 20px;
    float: left;
    width: 247px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc3list li em {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 20px;
    display: inline-block;
    position: absolute;
    left: 110px;
    top: 13px;
    background: #0270c1
}

.sc3list li:hover {
    background: #0270c1;
    border-bottom: 0px solid #02367e;
    line-height: 46px;
    height: 46px;
    color: #ffed2a
}

.sc3list li:hover .sc3time {
    line-height: 40px;
}

.sc3list li:hover a {
    color: #ffed2a
}

.sc3list li:hover em {
    border: 1px solid #ffed2a;
    background: #ffed2a;
    top: 18px
}

.sc3list li.on {
    background: #0270c1;
    border-bottom: 0px solid #02367e;
    line-height: 46px;
    height: 46px;
    color: #ffed2a;
    border-radius: 30px
}

.sc3list li.on .sc7time {
    height: 46px;
    line-height: 46px;
}

.sc3list li.on a {
    color: #ffed2a
}

.sc3list li.on em {
    border: 1px solid #ffed2a;
    background: #ffed2a;
    top: 18px
}

.show-mod-righttxt {
    scrollbar-width: thin;
    scrollbar-color: #02367e #0270c1;
}

.show-mod-righttxt::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.show-mod-righttxt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #02367e;
}

.show-mod-righttxt::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #0270c1
        /* transparent*/
    ;
}


/******/
.sc4-main {}

.sc4-main .cm-pic-list li {}

.img-overw {
    position: relative;
    line-height: 0px;
    display: inline-block
}

.img-overw p {
    position: absolute;
    width: 100%;
    height: 55px;
    line-height: 55px;
    bottom: 0px;
    color: #fff;
    overflow: hidden;
    padding: 0 12px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.lbBottom {
    position: relative;
}

.lbBottom .swiper-slide img {
    width: 815px;
    height: 415px;
    object-fit: cover;
}

.lbBottom .swiper-slide {
    width: 815px;
    height: 415px
}

.lbBottom .swiper-slide-active {
    filter: brightness(1);
}

.lbBottom .goLeft {
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.lbBottom .goRight {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.sc2-main .list2 li:hover {
    background: #ceebf8;
}

.sc2-main .list2 li {
    background: #fff;
    transition: background .2s linear;
}

.sc3list li i {
    font-style: normal;
    display: inline-block;
    width: 50px;
}

.sc3list li.on .sc3time {
    line-height: 40px;
}

.lb2 .swiper-slide {
    width: 260px !important;
    height: 463px;
    margin-right: 53.333px;
}

.cm-pic-list ul li:nth-of-type(3n-2) {
    clear: both;
}

.mobileTop {
    display: none;
}

.sc3-main .fl-left {
    display: none;
}

.sc3-main .fl-left.on {
    display: block;
}
.schedule .swiper-pagination {
    bottom: 0 !important;
}

.schedule .swiper-pagination .swiper-pagination-bullet-active {
    background: #E9A52F;
}

.lbBottom p {
    display: none;
}

.lbBottom .swiper-slide-active p {
    display: block;
}

@media screen and (max-width: 760px) {
    .sctop {
        display: none;
    }

    .mobileTop {
        display: block;
    }

    .mobileTop img {
        width: 100%;
        display: block;
    }

    .g-c-area {
        width: 100%;
    }

    .sc-bartitle {
        width: 100%;
    }

    .sc-bartitle img {
        width: 100%;
    }

    .sc1 .fl-left img {
        width: 100%;
    }

    .sc1 .fl-left {
        width: 90%;
        margin: 0 5%;
        float: none;
        box-sizing: border-box;
        /* border: 0; */
    }


    .sc1 .fl-right {
        width: 90%;
        margin-left: 5%;
        padding: 0;
        float: unset;
    }

    .sc2-main .list2 {
        padding: 0;
    }

    .sc2-main .list2 ul {
        width: 90%;
        float: unset;
        margin: 0;
        margin-left: 5%;
        box-sizing: border-box;
    }

    .sc2-main .list2 ul {
        height: auto;
        margin-bottom: 1rem;
    }

    .sc2-main .list2 li {
        height: auto;
        display: flex;
        margin-top: 0.5rem;
        line-height: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .sc2-main .list2 li span {
        flex-shrink: 1;
    }

    .sc2-main .list2 li a {
        flex: 1;
    }

    .sc3 .fl-left {
        float: unset;
        width: 100%;
        margin: 0;
    }

    .sc3 .fl-right {
        float: unset;
        height: auto;
    }

    .sc3 {
        background: unset;
        height: auto;
    }

    .sc3-main {
        background: #00a1e9;
    }

    .sc3list li p {
        width: auto;
    }

    .sc3list li {
        display: flex;
    }

    .sc3list li p {
        width: auto;
        flex: 1;
        float: unset;
        margin-left: 20px;
    }

    .sc3list {
        box-sizing: border-box;
        height: 11rem;
    }

    .sc3 .fl-right {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lb2 .swiper-slide {
        width: 48% !important;
        height: auto;
        margin-right: 4%;
    }

    .cm-pic-list li {
        width: 48%;
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .cm-pic-list ul li:nth-of-type(3n-2) {
        clear: unset;
    }

    .cm-pic-list ul li:nth-of-type(odd) {
        clear: both;
        margin-right: 4%;
    }

    .sc5-main {
        padding: 0 5%;
        box-sizing: border-box;
    }

    .img-overw p {
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .lbBottom .swiper-slide::before {
        content: unset;
    }

    .lbBottom .swiper-slide {
        width: 100%;
        height: auto;
    }

    .lbBottom .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .list-4col {
        padding: 0 5%;
    }

    .footcopyright {
        background: unset;
        height: auto;
        padding: 1rem 5%;
        box-sizing: border-box;
    }

    .sc-bartitle {
        overflow: hidden;
        margin-bottom: 0px;
        box-sizing: border-box;
        height: auto;
        width: 90%;
        margin-left: 5%;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .sc-bartitle img {
        width: 100%;
        transform: scale(2);
    }

    .sc1-main .cm-ul-list li:hover {
        background: unset;
        border-bottom: 1px dashed #dddddd;
    }

    .sc2-main .list2 li:hover {
        background: unset;
    }


}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-01-24 22:01:33" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->