@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft JhengHei';

}

@font-face {
    font-family: MyCustomFont;
    /* 同樣的 font-family */
    unicode-range: U+00-024F;
    /* Latin, Latin1 Sup., Ext-A, Ext-B */
    src: local(Helvetica Neue),
        /* OS X preferred */
        local(Helvetica),
        /* Other OS */
        local(Arial);
    /* Other OS */
}

@font-face {
    font-family: 'fontfix';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: 'fontfix';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei)
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-size: 62.5%;
}

body {
    margin: auto;
    color: #211f1f;
    font-family: 'Noto Sans TC', sans-serif, 'Microsoft YaHei';
    font-family: 'fontfix', MyCustomFont, "微軟正黑體", sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
}

input,
textarea,
button {
    outline: none;
    border: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'fontfix', MyCustomFont, "微軟正黑體", sans-serif;
}

a:active,
a:hover,
a:focus {
    color: #5b5a5a;
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
span,
label,
ul,
li {
    line-height: 1em;
    margin: 0;
    font-family: 'fontfix', MyCustomFont, "微軟正黑體", sans-serif;
}

img {
    outline: none;
    border: 0;
}

select:focus {
    outline: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

#topcontrol {
    z-index: 888;
}

#showtopbanner {
    position: fixed;
    bottom: 50px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 888;
}

#showtopbanner > img {
    width: 100%;
}
/*** Right search ***/
.search-area{
    margin: 25px 0 0 0;
}
.search-area input {
    height: 30px;
    border-style: none;
    margin-left: 2px;
    border-radius: 50px;
    background-color: #EEEAEA;
    font-size: 14px;
    padding-left: 10px;
}

#keyword-search::placeholder { color: #888; } 
#keyword-search{
    width: 77%;
    margin-top: 40px;
}
/*****Mygo top logo******/
.mygo-s-logo{
    display: inline-block;
}
.mygo-s-logo img{
   width: 52px;
}
.mygo-menu-logo img{
  width: 55px;
}
/***********************/
.search-area i{
    font-size: 21px;
    margin-left: 2px;
    vertical-align: bottom;
    cursor: pointer;
}
.search-area i:hover{
    color: #C70000;
}

/**article img txt **/

.newsImageMi .editorimgdesc {
    width: 100% !important;
    line-height: 22px;
    font-size: 15px;
    color: #848484;
}

.editorimgdesc {
    width: 100% !important;
    line-height: 22px;
    font-size: 15px;
    color: #777;
}

.newsImageMi .newsImageOut {
    width: 100% !important;
}

/*-------------Header edm logo-----------------------*/

    .header .news-logo .logoContain-edm {
        width: 19rem;
        height: 5.4rem;
        background: url(../images/text-logo-edm.png) no-repeat center center;
        background-size: contain;
        margin: auto;
        image-rendering: -webkit-optimize-contrast;/*--about image clear--*/
        image-rendering: crisp-edges;/*--about image clear--*/
    }
/*---------------------------------------------*/


/***index-title***/

.news-index .advertCon .t-info .txt a:hover {
    color: #333;
}

.news-list-area {
    height: 80px;
}

.news-list-area-w {
    height: 120px;
}


/*** list title***/

.list-sec-title {
    font-size: 36px;
    margin: 20px 0 15px 0;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #efefef;
}


/***adlist area**/

.news-list-item-image2 {
    margin-left: 15%;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 12%;
    padding-left: 14px;
}

.news-list .news-list-headline3 {
    font-size: 2rem;
    line-height: 33px;
    padding-bottom: 15px;
}

.fansCon img {
    width: 100%;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 50.3% !important;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 62.5% !important;
    }
}

@media only screen and (min-width: 412px) {
    html {
        font-size: 71.6% !important;
    }
}


/*@media only screen and (min-width: 767px){
    html {
        font-size: 128% !important; 
    }
}*/

.row {
    margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    /*padding: 0;*/
}

.red {
    color: #D51417 !important;
}

.swiper-slide .row.singleCon .col-xs-6,
.part2.part2_cs .col-sm-9,
.padBroker {
    padding: 0;
    bottom: 8px;
}

.sec2-contain .col-sm-4.part:first-child {
    padding-left: 0px;
    padding-right: 7px;
}

.sec2-contain .col-sm-4.part:nth-child(2) {
    /* padding-left: 7px;
    padding-right: 7px;*/
    padding: 0 3.5px 0 3.5px;
}

.sec2-contain .col-sm-4.part:last-child {
    padding-left: 14px;
    padding-right: 0;
}

.row.singleCon .col-md-3.part {
    width: calc(94% / 4);
    margin-right: 2%;
}

.row.singleCon .col-md-3.part:last-child {
    margin-right: 0;
}

.doubleSwiper .col-sm-6:first-child {
    padding: 0;
}


/*頭部-開始*/

.header {
    height: 6rem;
    background: #fff;
    border-bottom: 0.3rem solid #d51417;
}

.header.black {
    background: rgba(255, 255, 255, 0.2);
}


/*.header div.row {
        margin-bottom: -1px;
    }*/

.navbar-header {
    line-height: 5.4rem;
    padding: 0 2.2rem;
}

.slide-btn {
    position: relative;
}

.slide-btn label {
    font-weight: normal;
}

.slide-btn i.floor {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-btn i.mygonews {
    font-size: 2.4rem;
    vertical-align: middle;
}

.slide-btn object {
    width: 3.2rem;
    vertical-align: middle;
}

.slide-btn>label {
    display: none;
}

.header .searchContain {
    display: none;
}

.header .news-logo {
    text-align: center;
    line-height: 5.4rem;
}

.header .news-logo object {
    width: 14.4rem;
    vertical-align: middle;
}

.header .news-logo .logoContain {
    width: 14.4rem;
    height: 5.4rem;
    background: url(../images/text-logo.png) no-repeat center center;
    background-size: contain;
    margin: auto;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;/*--about image clear--*/
    image-rendering: crisp-edges;/*--about image clear--*/
}


/*.min-header .header .news-logo object {
        display: none;
    }*/

.header .subscribe {
    text-align: right;
    padding-right: 2.2rem;

}

.header .subscribe span {
    font-weight: normal;
    line-height: 5.4rem;
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
}

.header .mobile-nav {
    margin-top: 0.5rem;
    background: #fff;
    font-size: 1.32rem;
    max-height: 550px;
    overflow: auto;
    display: none;
    position: fixed;
    top: 5.4rem;
    left: 0;
    z-index: 999;

}

.header .mobile-nav .searchCon {
    padding: 1.2rem 2.4rem 1.2rem 2.4rem;
}

.header .mobile-nav .searchCon i {
    display: inline-block;
    width: 3.5rem;
    height: 2.4rem;
    vertical-align: middle;
}

.header .mobile-nav .searchCon i object {
    width: 2.4rem;
}

.header .mobile-nav .searchCon input {
    border-bottom: 0.1rem solid #bfbfbf;
    line-height: 3.5rem;
    width: calc(100% - 4rem);
}

.header .mobile-nav .searchCon input::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
}

.header .mobile-nav .hotsearch {
    padding: 0 1rem 0 2.4rem;
    border-bottom: 0.5rem solid #e5e5e5;
}

.header .mobile-nav .hotsearch .t-title {
    color: #d51417;
    font-weight: 600;
    padding-bottom: 1.2rem;
}

.header .mobile-nav .hotsearch>ul>li {
    display: inline-block;
    padding-bottom: 1.6rem;
    padding-right: 0.2rem;
    width: 31%;
}

.header .mobile-nav .s-navlist {
    padding: 0 2.4rem;
}

.header .mobile-nav .s-navlist .inner-list>ul>li {
    padding: 1.45rem 0 1.2rem;
    border-bottom: 0.1rem solid #bfbfbf;
}

.header .subscribe .language {
    display: inline-block;
    font-family: 'Noto Sans TC', sans-serif, 'Microsoft YaHei';
    font-size: 14px;
    /* margin-top: 18px;*/
}

.header .subscribe .language ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: calc(100% + 2px) !important;
    display: none;
    margin-left: -1px;
    margin-right: 0;
    background: #fff;
}

.header .subscribe .language.open ul {
    border: 0.1rem solid #efefef;
    z-index: 777;
}


/*頭部-結束*/


/*尾部-開始*/

.footer {
    color: #fff;
    padding-top: 2.2rem;
}

.footer>p {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    line-height: 2.6rem;
    color: #848484;
}

.footer>p.copyright {
    padding-bottom: 3rem;
    color: #c6c6c6;
}

.footer .hidden-xs {
    display: inline !important;
}


/*尾部-結束*/

.centerbody {
    margin: 0;
}

.secondcenter {
    margin-top: 0;
}

.topHeader {
    overflow: hidden;
    position: relative;
}

.topHeader>.close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 15px;
}

.topHeader>.close>i {
    font-size: 1.8rem;
    color: #fff;
}

.topHeader img {
    width: 100%;
    display: block;
}

.nearHeader {
    margin-top: 0 !important;
}

.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.clearline {
    width: 100%;
    height: 1px;
    float: left;
}

.mygo-red {
    color: #f11215 !important;
}

.sectionPart {
    padding: 0;
}

.sectionPart.col-md-5 {
    padding-left: 0;
    padding-right: 12px;
}

.sectionPart.col-md-7 {
    padding-left: 12px;
    padding-right: 0;
}

.news-classify .section h3.sec-title>span.more {
    position: relative;
    right: 0;
    top: 10px;
}

.news-classify .section h3.sec-title .more a {
    color: #777;
    font-weight: normal;
}

.news-classify .section h3.sec-title .more a:hover {
    color: #b32426;
}

.card-list-item-headline {
    font-size: 16px;
}

.summary {
    line-height: 1.5em
}

.summary:before {
    display: none;
}


/*******watch*********************/

.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    cursor: pointer;
}

.watch-top {
    border-radius: 3px;
    padding: 15px 10px;
    box-shadow: 3px 3px 24px 8px #eaeaea;
    background-color: #FFF;
    margin-bottom: 30px;
}

.watch-title-video {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #FFF;
}

.watch-title-video i {
    color: #fff;
    font-size: 23px;
    padding-right: 8px;
    vertical-align: middle;
    height: 30px;
}

.watch-title-b {
    font-size: 3rem;
    border-bottom: 3px solid #ffafb0;
    margin-bottom: 30px;
    line-height: 50px;
}

.watch-title-b i {
    color: #f78181;
    font-size: 23px;
    padding-right: 8px;
    line-height: 28px;
}

.watch-issue-area .watch-issue-title {
    font-size: 2.65rem;
    line-height: 45px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 15px;
    padding-left: 8px;
}

.watch-issue-area .watch-issue-title i {
    color: #f78181;
    padding-right: 3px;
    font-size: 29px;
}

.watch-issue-area .date {
    color: #555;
    line-height: 1em;
    padding: 0 10px;
    border-right: 1px solid #d4d4d4;
}

.watch-issue-area .issue {
    color: #555;
    line-height: 1em;
    padding: 0 10px;
}

.watch-issue-area .reporter {
    color: #555;
    line-height: 1em;
    padding: 10px 0 5px 10px;
    letter-spacing: 1px;
    font-size: 15px;
}

.watch-txt-area {
    text-indent: 1.45em;
    line-height: 1.6em;
    font-size: 17px;
    color: #777;
    padding: 15px 0px 15px 8px;
    /*cursor: pointer;*/
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
}

.watch-txt-area span {
    color: #399cc1;
}

.watch-txt {
    line-height: 1.5em;
    font-size: 16px;
    color: #848484;
    padding: 10px 0;
    cursor: pointer;
}

.watch-image-txt {
    padding: 12px 0;
}

.watch-image-txt a {
    font-size: 16px;
    color: #555;
    line-height: 1.45em;
}

.watch-left-area {
    display: inline-block;
}

.watch-left-title {
    font-size: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px 0 15px 0;
}

.watch-left-title i {
    font-size: 24px;
    color: #ff9b9b;
    padding-right: 7px;
}

.watch-left-area img {
    width: 100%;
    cursor: pointer;
}

.watch-left-area .txt {
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin: 0 0 15px 0;
    cursor: pointer;
}

.watch-left-area img:hover {
    opacity: 0.85;
}

.watch-left-area .txt:hover {
    opacity: 0.85;
}

.watch-pic {
    padding: 1.5rem;
}

.watch-pic img {
    width: 100%;
}

.vote-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.vote-topic {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
}

.vote-sent {
    width: 40%;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
}

.vote-sent:hover {
    color: #b32426;
    border: 1px solid #b32426;
}

.conclusion {
    font-size: 24px;
    border-left: 5px solid #ffd1b0;
    background-color: #fff0e5;
    padding: 20px 15px;
    color: #861402;
    /* margin-bottom: 20px;*/
}

.conclusion p {
    text-indent: -2.9em;
    margin-left: 2.8em;
    line-height: 1.3em;

}

.conclusion p span {
    font-weight: 600;
}

/**********article img pupup**********/

.img-title h5 {
    font-size: 18px;
    font-weight: 600;
}

.img-pupup img {
    width: 100%;
}

.img-txt {
    font-size: 15px;
    padding-top: 12px;
}


/*********FB RWD width **************/

#fb-root {
    display: none;
}


/* 讓所有容器的寬度都變成 100% */

.fb-comments,
.fb-comments iframe[style] {
    width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/************ AD page ****************/

.form-group .ad {
    font-size: 17px;
    color: #000;
}

.form-group .ad label {
    font-weight: 400;
    line-height: 2em;
}

.form-group .ad input {
    border-radius: 0px;
    border: 1px solid #000;
}

.form-group .ad .form-control {
    border-radius: 0px;
    border: 1px solid #000;
}

.form-sent {
    width: 15%;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 50px;
    border: 1px solid #7d7d7d;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.form-sent:hover {
    color: #b32426;
    border: 1px solid #b32426;
}

.caption-txt {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    padding: 8px 0 0 5px;
}


/*************************************/

.centerbody {
    /*padding-left:initial;padding-right: initial;*/
}

.fixPadd {
    padding: 0
}

.video-js {
    background-color: #211f1f;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.video-js .vjs-big-play-button {
    font-size: 2em;
    line-height: 1.8em;
    height: 2em;
    width: 2em;
    border-radius: 2em;
}

.video-js.large .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz- border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: none;
    border-width: 0.1em;
    margin-top: - 1.25em;
    margin-left: - 1.75em;
}


/******fb area*******/

.fb-area {
    padding: 8px 0 8px 15px;
    width: 95%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.fb-area a {
    color: #222;
    font-size: 16px;
    letter-spacing: 1px;
}

.fb-bt-area {
    padding-top: 18px;
    font-size: 17px;
}

/******** Keyword ********/

.page-keyword {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #efefef;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 20px;
    width: 95%;
}

.page-keyword ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.page-keyword ul li {
    margin-right: 8px;
    margin-top: 8px;
    padding: 7px 8px;
    background-color: #efefef;
}



/*********Page note ************/
.page-note {
    color: #F50303;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    font-family: 'Microsoft JhengHei';
}


/*中間的播放箭頭*/

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}


/*加載圓圈*/

.vjs-default-skin .vjs-big-play-button {
    border: .1em solid #bbb;
}

.vjs-default-skin .vjs-big-play-button:before {
    line-height: unset;
    text-shadow: none;
}

.vjs-default-skin .vjs-big-play-button:focus,
.vjs-default-skin .vjs-big-play-button:hover {
    font-size: 2.1em;
    line-height: 1.9em;
    height: 2.1em;
    width: 2.1em;
    -webkit-border-radius: 2.1em;
    -moz- border-radius: 2.1em;
    border-radius: 2.1em;
    background-color: none;
    border-width: 0.1em;
}

.vjs-default-skin .vjs-big-play-button:focus:before,
.vjs-default-skin .vjs-big-play-button:hover:before {
    font-size: 1.1em;
    color: #fff
}

.vjs-default-skin.large .vjs-big-play-button:focus,
.vjs-default-skin.large .vjs-big-play-button:hover {
    font-size: 2.6em;
    line-height: 2.45em;
    height: 2.6em;
    width: 2.6em;
    -webkit-border-radius: 2.6em;
    -moz- border-radius: 2.6em;
    border-radius: 2.6em;
    background-color: none;
    border-width: 0.1em;
}

.vjs-default-skin.large .vjs-big-play-button:focus:before,
.vjs-default-skin.large .vjs-big-play-button:hover:before {
    font-size: 1.2em;
    color: #fff
}

.vjs-default-skin {
    width: 100% !important;
    min-height: 172px !important;
    height: initial !important
}

.vjs-default-skin.large {
    width: 100% !important;
    min-height: 353px !important;
    height: initial !important
}


/*************Video Pic ****************/

.videoPic2 {
    font-size: 2em;
    line-height: 1.8em;
    position: relative;
}

.videoPic2::before {
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border: .08em solid #fbfbfb;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    background: url('../images/live.png') no-repeat 55% center;
    background-size: 19px;
    opacity: 0.75;
}

.videoPic2:hover::before {
    line-height: 2.7em;
    text-shadow: none;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px;
    border: .08em solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    background: url('../images/live.png') no-repeat 55% center;
    background-size: 22px;
    opacity: 1;
}


/***************************************/

.videoPic {
    font-size: 2em;
    line-height: 1.8em;
    position: relative;
}

.videoPic img {
    opacity: 0.6 !important;
}

.videoPic::before {
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border: .08em solid #fbfbfb;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    background: url('../images/live.png') no-repeat 55% center;
    background-size: 19px;
    opacity: 0.6;
}


.videoPic:hover::before {
    line-height: 2.7em;
    text-shadow: none;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px;
    border: .08em solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    background: url('../images/live.png') no-repeat 55% center;
    background-size: 22px;
    opacity: 1;
}

/****************About us area***********************/
.word-info {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 15px 0 15px;
}

.word-info ul {
    margin-left: 30px;
    margin-top: 15px;
}

.word-info ul li {
    margin-bottom: 25px;
    line-height: 23px;
    list-style: disc;
}

.word-info span {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding-bottom: 20px;
}

.word-info p {
    line-height: 26px;
    padding: 15px 0;
    margin-left: 44px;
    word-wrap: break-word;
    word-break: break-all;
}


/*********.videoPic reel page************************/

.videoPic-reel {
    font-size: 2em;
    line-height: 1.8em;
    position: relative;
}

.videoPic-reel img {
    opacity: 0.6 !important;
}

.videoPic-reel::before {
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border: .08em solid #bbb;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
}

.videoPic-reel::after {
    content: "\e001";
    font-family: VideoJS;
    line-height: 28px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    display: block;
    font-size: 21px;
    color: #bbb;
    cursor: pointer;
}

.videoPic-reel:hover::before {
    line-height: 2.7em;
    text-shadow: none;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px;
    border: .08em solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
}

.videoPic-reel:hover::after {
    content: "\e001";
    font-family: VideoJS;
    line-height: 28px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    display: block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

/********** video youtube ******************/
/*RWD Youtube */

.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*******************************************/

.Sponsored.small {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5em;
    text-align: right;
}

.btn-search {
    cursor: pointer
}

.moreBtn {
    display: block;
    font-size: 16px;
    width: 33%;
    margin: 20px auto;
    border: 1px solid #b32426;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    box-sizing: border-box;
    color: #b32426;
}

a.moreBtn:visited,
a.moreBtn:link,
a.moreBtn:hover,
a.moreBtn:focus,
a.moreBtn:active {
    color: #b32426;
}

a.more {
    cursor: pointer
}

p.excerpt.summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    /*line-height:1.8em;*/
    font-size: 15px;
}

a.moreBtn:hover {
    opacity: 1
}

.card-list>div.row>div {
    padding: 0 0.4rem;
}

.top-search {
    margin: 1rem 0 !important;
}

.p-searchCon.slidCon .top-search {
    margin: 0 !important;
}

.navbar-fixed-topAgain {
    width: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.news-list {
    padding-bottom: 15px;
}

.news-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.1rem solid #efefef;
}

.news-list-item.part2 {
    border-bottom: 0;
}

.news-list-item.part2 img {
    width: 100% !important;
    max-width: initial
}

.vjs-default-skin.xlarge {
    padding-bottom: 30%;
}

.inner-info .labeled {
    background: #b32426;
    color: #fff;
    /*margin-left:10px;*/
    padding: 0 5px
}

.inner-info .date {
    color: #fff;
    padding: 0px 10px 0px 30px;
    border-right: 1px solid #fff;
    line-height: 2em;
}

.inner-info .issue {
    color: #fff;
    padding: 30px 0px 0px 8px;
}

.socialLink li {
    width: 10%;
    display: inline-block
}

.shareBox i.icon {
    position: relative !important;
    top: 3px !important;
}

.categoryCountry {
    margin-left: 2rem;
    font-weight: 500;
}

.watchNews-list-item h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 51px;
}

.summary:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #848484;
    margin: 3px 5px;
}

.news-list-item-info p.summary.second {
    padding-top: 0
}

.article-summary2 p.summary {
    font-size: 16px;
    height: 66px;
    -webkit-line-clamp: 2;
    padding-top: 0;
}

.card-list-item-headline--large {
    font-size: 2rem !important;
}

.col-md-5.sectionPart .card-list-item-headline {
    height: 60px;
}

.card-list-item-headline {
    margin-top: 12px;
    height: 42px;
    -webkit-line-clamp: 2;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-list-item-headline2 {
    margin-top: 12px;
    height: 50px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.small-text2 {
    margin-left: 0px;
    color: #848484;
    font-size: 1rem;
    padding-top: 3px;
}

.small-text {
    margin-top: 10px;
    margin-left: 12px;
    bottom: 3px;
    position: absolute;
}

.small-text span:nth-child(2) {
    margin-left: 1rem
}

.article-header-title {
    font-size: 2.8em;
}

.article-header h3 {
    padding-left: 0.4em;
    margin-left: 5px;
}

.shareBox {
    padding: 0.9em 0 0.6em 0 !important;
    margin-top: 15px !important;
}

.news-list-item img.img-responsive {
    width: 100% !important;
}

.article-header-author,
.article-header-date {
    font-weight: initial !important;
}
/******** page area***********************/
.pagination-area{
    text-align: center;
}
.pagination > li > a, .pagination > li > span {
    border-radius: 4px !important;
    margin: 0 3px;
    font-size: 16px;
    padding: 2px 5px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ad0000;
    border-color: #ad0000;
}

.pagination>li>a, .pagination>li>span {
    border: 1px solid #ebebeb;
}

/*****************************************/

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #800;
}


/*****************************************/

@media screen and (min-width:767px) {
    .centerbody {
        padding-left: 15px;
        padding-right: 15px;
    }

    #seachCalendar.fixPadd {
        padding-left: 10px;
    }

    .article-header-data.col-xs-12 {
        margin-bottom: 15px;
        border-top: 1px solid #efefef;
        padding-top: 10px;
    }

    .news-list-item-info {
        display: block;
        padding-top: 1.2rem;
    }

    /***************  Scrollbar  *********************************************/
    /* width */
    #sidebar-wrapper::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #sidebar-wrapper::-webkit-scrollbar-track {
        background: #333;
    }

    /* Handle */
    #sidebar-wrapper::-webkit-scrollbar-thumb {
        background: #585757;
    }

    /* Handle on hover */
    #sidebar-wrapper::-webkit-scrollbar-thumb:hover {
        background: #616060;
    }

    /******** IE scrollbar ****************/
    #sidebar-wrapper {
        scrollbar-face-color: #000;
        scrollbar-shadow-color: #808080;
        scrollbar-highlight-color: #808080;
        scrollbar-3dlight-color: #000;
        scrollbar-darkshadow-color: #000;
        scrollbar-track-color: #000;
        scrollbar-arrow-color: #808080;
    }

}
@media screen and (max-width:1024px){
     .watchNews-list-item h2 a{
        height: 30px;
  }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape) {

    .news-index .centerbody,
    .news-classify .centerbody {
        padding: 0 15px !important;
    }

    .vjs-default-skin {
        min-height: 175px !important;
        height: initial !important;
    }

    .vjs-default-skin.large {
        min-height: 274px !important;
        height: initial !important;
    }

    .socialLink li {
        font-size: 0.8rem;
    }

    .news-list-area-w {
        height: auto;
        padding: 5px 0 8px 0;
    }

}

@media only screen and (min-device-width:992px) and (max-device-width:1200px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait) {
    .centerbody {
        padding: 0 15px !important;
    }

    .vjs-default-skin {
        min-height: 175px !important;
        height: initial !important
    }

    .vjs-default-skin.large {
        min-height: 274px !important;
        height: initial !important
    }

    .socialLink li {
        font-size: 0.8rem;
    }

    .watchNews-main .t-info h2 {
        font-size: 27px;
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    .centerbody {
        padding-left: 15px;
        padding-right: 15px;
    }

    .watchNews-main {
        -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
        flex: initial !important;
        margin-right: 0 !important;
    }

    .watchNews-list {
        display: block !important
    }

    .watchNews-list-item {
        display: block !important;
        height: initial !important;
    }

    .watchNews {
        -webkit-box-orient: initial !important;
        -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
        flex-direction: column !important;
        display: block !important;
    }

    .watchNews-list-item h2 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 27px;
    }

    .news-list .news-list-headline3 {
        font-size: 1.5rem;
    }

}

@media screen and (max-width:991px) {
    .row.singleCon .col-xs-6.col-md-3.part {
        width: 50%;
        height: auto;
        margin-right: 0;
    }

    .vjs-default-skin {
        min-height: 126px !important;
        height: initial !important;
    }

    .vjs-default-skin.large {
        min-height: 204px !important;
        height: initial !important;
    }

    .article-summary2:first-child {
        padding-left: 0;
        padding-right: 7px;
    }

    .article-summary2:last-child {
        padding-right: 0;
        padding-left: 7px;
    }

    .news-classify .part2 .section {
        padding: 0 15px;
    }

    .news-classify .fir-section .floor2::before {
        display: block;
        content: "";
        height: 5px;
    }

    .news-classify .fir-section .floor2::after {
        display: block;
        content: "";
        height: 25px;
    }

    .section.mobile-advert::before {
        display: block;
        content: "";
        height: 15px;
    }

    .news-classify .fir-section h1.sec-title::before {
        display: block;
        content: "";
        height: 15px;
    }

    .sectionPart.col-md-5,
    .sectionPart.col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .news-classify .part2 .section {
        padding: 0;
    }

    .watchNews-main::before {
        display: block;
        content: "";
        height: 10px;
        clear: both;
    }

    .watchNews-main::after {
        display: block;
        content: "";
        height: 10px;
        clear: both;
    }

    .socialLink {
        position: relative;
        top: 0px;
    }

    .socialLink li {
        width: 16%;
    }

    div.footer__bottom {
        padding: 0 12px;
    }

    .watchNews {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: column;
        display: block;
    }

    .news-list-area-w {
        height: auto;
        padding: 5px 0 8px 0;
    }

    .news-list .news-list-headline3 {
        font-size: 1.7rem;
        line-height: 25px;
    }

    .news-list-item-image2 {
        margin-left: 3%;
        max-width: 22%;
        padding-left: 14px;
    }
}

@media screen and (max-width:760px) {

    /************Mobile menu ****************/
    .header .mobile-nav .s-navlist .inner-list>ul>li .sec-container {
        height: auto !important;
    }

    ._halfCon ul li {
        display: inline-flex;
        padding: 8px 15px 8px 0;
    }

    ._halfCon .m-title {
        display: block;
        border-top: 1px solid #d4d4d4;
        padding: 15px 0 0 0;
        margin: 15px 0;
        color: #d51417;
        font-weight: 500;
    }

    .m-title2 a {
        display: block;
        /* border-top: 1px solid #d4d4d4; */
        /* padding: 15px 0 0 0; */
        font-weight: 500;
    }

    /****** fb-area *****/
    .fb-bt-area {
        width: 100%;
    }

    .fb-bt-area a {
        font-size: 17px;
        line-height: 33px;
    }

    .page-keyword {
        width: 100%;
    }

    .page-keyword ul li:first-child {
        margin-left: 0px;
    }

    .page-keyword ul li {
        font-size: 16px;
    }

    .article-header-data.col-xs-12 {
        margin-bottom: 15px;
        border-top: 1px solid #efefef;
        padding-top: 10px;
    }

    .news-index .advertCon .singleCon>div:first-child .t-info {
        padding-bottom: : 6%;
    }

    .news-index .advertCon .t-info .inner-info {
        height: 60px;
        padding-top: 5px;
    }
}

@media screen and (min-width:480px) and (max-width: 768px) {
    .mygo-s-logo{
        display: none;
    }
    .header .subscribe {
        top: 20px;
    }

    .header .subscribe .language.open ul {
        margin-left: 30px;
        margin-top: 5px;
    }

    .header .subscribe .language.open ul li {
        padding: 10px 0;
        text-align: center;
    }

    .header .subscribe .language ul {
        position: absolute;
        left: 0px;
        top: 100%;
        margin-left: -25px;
        width: calc(60% + 2px) !important;
        margin-left: 30px;
        margin-top: 5px;

    }

    .header .subscribe .language ul li {
        padding: 10px 0;
        text-align: center;
    }

    /********************************************/
}

@media screen and (max-width:480px) {
    .mygo-s-logo{
        display: none;
    }
    .header .subscribe {
        top: 15px;
    }

    .header .subscribe .language.open ul {
        margin-left: 30px;
        margin-top: 5px;
    }

    .header .subscribe .language.open ul li {
        padding: 10px 0;
        text-align: center;
    }

    .header .subscribe .language ul {
        position: absolute;
        left: 0px;
        top: 100%;
        margin-left: -25px;
        width: calc(60% + 2px) !important;
        margin-left: 30px;
        margin-top: 5px;

    }


    .header .subscribe .language ul li {
        padding: 10px 0;
        text-align: center;
    }

    .news-index .sp-vedios {
        padding-bottom: 0;
    }

    .news-index .zichan .sec2-nav {
        margin-top: 0;
    }

    /********************************************/

    .news-index .sec2-nav>.swiper-minNav .swiper-slide span {
        padding: 0 0.5rem 0.7rem;
        font-size: 17px;
    }

    /********************************************/
    .sec2-contain .col-sm-4.part:first-child,
    .sec2-contain .col-sm-4.part:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row.singleCon .col-md-3.part {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .row.singleCon .col-md-3.part:nth-child(2) {
        margin-right: 0
    }

    .innerSwiper.col-xs-12 {
        padding: 0
    }

    .part2.part2_cs,
    .swiperCon {
        height: auto;
        display: block;
        position: relative;
        clear: both;
        overflow: hidden;
    }

    .watch-left-title{
        margin-top: 30px;
    }

    .row.singleCon .col-xs-6.col-md-3.part: {
        padding-left: 5px;
    }

    .news-index .sec-liudu .sp-lectures .swiper-slide.lavishPart {
        width: calc(100% - 3px);
        position: relative;
        margin-right: 0;
        margin-left: 0px;
        padding: 0 6px;
    }

    .vjs-default-skin {
        min-height: 126px !important;
        height: initial !important
    }

    .vjs-default-skin.large {
        min-height: 263px !important;
        height: initial !important
    }

    .dataTables_info.pull-right.text-right {
        float: right;
        text-align: right !important;
    }

    .news-classify .part2 .section {
        padding: 0px;
    }

    .news-classify .fir-section .floor2::before {
        display: block;
        content: "";
        height: 15px;
    }

    .news-classify .fir-section .floor2::after {
        display: block;
        content: "";
        height: 15px;
    }

    .section.mobile-advert::before {
        display: block;
        content: "";
        height: 15px
    }

    .news-classify .section h3.sec-title>span.more {
        position: initial;
        top: initial;
    }

    .news-classify .section h3.sec-title {
        padding: 2.5rem 0 0rem;
    }

    .news-classify .fir-section h1.sec-title::before {
        display: block;
        content: "";
        height: 5px;
    }

    .centerbody {
        padding: 0 15px;
    }


    .watchNews-main {
        margin-right: 0 !important;
    }

    .watchNews-main .t-info {
        height: 100% !important;
    }


    #seachCalendar .top-search {
        margin-top: 0 !important;
    }

    .centerbody {
        margin-top: 0px;
    }

    .news-index .advertCon .swiper-button-next,
    .news-index .advertCon .swiper-button-prev {
        bottom: 0px;
    }

    .border-solid-xs.more {
        display: block;
        clear: both;
    }

    .navbar-header.col-xs-3 {
        padding-left: 0;
        padding-right: 0;
        line-height: 5.4rem;
        padding: 0 2.5rem;
    }

    .articleNews::before {
        display: block;
        content: "";
        height: 10px;
        clear: both
    }

    .inner-info .labeled {
        margin-left: 0;
        padding: 0 5px;
    }

    .input-group.top-search {
        margin-top: 14px !important;
        margin-bottom: 1.1rem !important;
    }

    .socialLink li {
        width: 30%;
    }

    .moreBtn {
        width: 40%;
    }

    .categoryCountry {
        margin-left: 1.2rem;
    }

    .watchNews-main {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .watchNews-list,
    .watchNews-list-item {
        display: block !important
    }

    .watchNews-list-item h2 a {
        height: auto;
    }

    .card-list-item-headline {
        font-size: 1.25rem;
        margin-top: 5px;
    }

    .card-list-item-headline2 {
        font-size: 1.3rem;
    }

    .article-summary2 p.summary {
        height: 52px;
    }

    .news-list-item-image {
        max-width: 140px;
    }

    p.summary {
        display: none;
    }

    h1.article-header-title.col-xs-12 {
        padding: 0;
    }

    .article-header-data.col-xs-12 {
        padding: 10px 0 0 0;
        margin: 10px 0;
    }

    .shareBox {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .article-more .col-md-9.col-md-offset-3 {
        padding: 0 0.4rem;
    }

    .article-more {
        margin-bottom: 0 !important;
    }

    .article-more ul {
        margin-bottom: 0 !important
    }

    .article-header-title {
        font-size: 1.5em !important;
    }

    .article-header h3 {
        margin-bottom: 7px !important;
    }

    .news-classify img {
        width: 100% !important;
    }

    .news-list-item-info {
        display: block;
    }

    .articleNews-topNav {
        border-bottom: 0 !important;
        margin-bottom: 0px !important;
    }

    #newsNav.swiper-container {
        margin-top: 0px;
        height: 60px !important;
    }

    #newsNav.swiper-container .newsNav-title {
        height: 60px !important;
        font-size: 14px !important;
        line-height: 5.5rem !important;
    }

    #newsNav.swiper-container .swiper-slide {
        display: block !important;
    }

    #newsNav.swiper-container img {
        height: 35px !important;
        margin-bottom: 2px !important;
        display: none;
    }

    .articleNewsAD {
        padding: 0;
    }

    .card-list-item-headline {
        height: 33px;
    }

    .col-md-5.sectionPart .card-list-item-headline {
        height: auto;
    }

    .watch-txt {
        line-height: 1.5em;
        font-size: 14px;
    }

    .watch-left-area {
        padding: 0;
    }

    .vote-topic .radio label,
    .checkbox label {
        font-size: 17px;
    }

    /**** AD *******/
    .form-sent {
        width: 100%;
        text-align: center;
    }

    .card-list-item-headline2 {
        font-size: 1.25rem;
        height: 38px;
        line-height: 18px;
    }

    .small-text2 {
        padding-top: 5px;
    }

    /*** list title***/
    .list-sec-title {
        font-size: 28px;
        margin: 20px 0 20px 0;
    }

    /***adlist area**/
    .news-list-item-image2 {
        margin-left: 5%;
        max-width: 26%;
    }

    /************Mobile menu ****************/
    .header .mobile-nav .s-navlist .inner-list>ul>li .sec-container {

        height: auto !important;
    }

    ._halfCon ul li {
        display: inline-flex;
        padding: 6px 15px 6px 0;

    }

    ._halfCon .m-title {
        display: block;
        border-top: 1px solid #d4d4d4;
        padding: 15px 0 0 0;
        margin: 8px 0;
        color: #d51417;
        font-weight: 500;
    }

    .m-title2 a {
        display: block;
    }


    .watchNews-main .watchNews-main-item .t-info .inner-info .labeled {
        margin-left: 30px;
    }

    /****** fb-area *****/
    .fb-bt-area {
        width: 100%;
    }

    .fb-bt-area a {
        font-size: 15px;
        line-height: 28px;
    }

    .page-keyword {
        width: 100%;
    }

    .page-keyword ul li:first-child {
        margin-left: 0px;
    }

    .page-keyword ul li {
        font-size: 16px;
    }

    .page-note {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 0;

    }

    .word-info p {
        margin-left: 19px;
    }


    .watch-issue-area .watch-issue-title {
        line-height: 37px;
    }

    .watch-pic {
        padding: 0;
    }


    /******* popup area*****/

    .news-spreadsheet .subscribeCon .subheader .close{
        top: 0.3rem;
    }
    .search-date{
   font-size: 11px;
   text-align: right;
    color: #848484;
    }
    /*********************/

}

@media screen and (max-width:360px) {
    .mygo-s-logo{
        display: none;
    }
    .news-list .news-list-headline3 {
        font-size: 1.2rem;
        line-height: 16px;
    }

    /****** fb-area *****/
    .fb-bt-area {
        width: 100%;
        font-size: 15px;
    }

    .fb-bt-area a {
        font-size: 15px;
        line-height: 28px;
    }

    .page-keyword {
        width: 100%;
    }

    .page-keyword ul li:first-child {
        margin-left: 0px;
    }

    .page-keyword ul li {
        font-size: 16px;
    }

    .news-index .sec2-nav>.swiper-minNav.sixCapital .swiper-slide span {
        font-size: 14px;
    }

    .news-index .sec2-nav>.swiper-minNav .swiper-slide {
        margin-right: 8px !important;
    }

    .watch-issue-area .watch-issue-title {
        line-height: 30px;
    }
    .search-date{
   font-size: 11px;
   text-align: right;
    color: #848484;
    }
    /*********************/
    .pagination > li > a, .pagination > li > span{
            padding: 3px 5px;
    }

}

.article-bodyMain-content-description .content-font .newsImageCn {
    margin-left: 0 !important;
}

/*************EDM ********************************/
 .subscribeCon {
    position: fixed;
    left: 0;
    right: 0;
    top: 10rem;
    z-index: 903;
    background: #fff;
    box-shadow: 0 0 1.5rem #333;
    width: 96%;
    max-width: 450px;
    margin: 0 auto;
    display: none;
    border-radius: 6px 6px 5px 5px;
}

 .subscribeCon .subheader {
    background: #ca0002;
    border-radius: 5px 5px 0 0;

}

.subscribeCon .subheader > p {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}

.subscribeCon .subheader .close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    opacity: 1;
    cursor: pointer;
}

 .subscribeCon .subheader .close > i {
    font-size: 1.6rem;
    color: #fff;
}

.subscribeCon .subbody {
    font-size: 1.3rem;
    padding: 0 1rem;
}

 .subscribeCon .subbody .stateP {
    font-size: 1.4rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 12px;
}

 .subscribeCon .subbody .hasbtn > span {
    float: right;
    border: 1px solid #d4d4d4;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1.3rem;
    margin-top: -0.5rem;
    cursor: pointer;
}
 .subscribeCon .subbody .hasbtn > span:hover{
    color: #b32426; 
    border: 1px solid #b32426;
} 

.subscribeCon .subbody .items > ul > li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

 .subscribeCon .subbody .items > ul > li > label {
    display: inline-block;
    min-width: 6rem;
    font-weight: normal;
    line-height: 2.4rem;
}

 .subscribeCon .subbody .items > ul > li > .t {
    display: inline-block;
    width: 85%;
    line-height: 2.4rem;
}

.subscribeCon .subbody .items > ul > li > .t input[type="text"] {
    border: 1px solid #d4d4d4;
    height: 2.4rem;
    line-height: inherit;
    width: 10rem;
    margin-left: 5px;
}

 .subscribeCon .subbody .items > ul > li > .t > span.search,
 .subscribeCon .subbody .items > ul > li > .t > span.send {
    border: 1px solid #d4d4d4;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    cursor: pointer;
}
 .subscribeCon .subbody .items > ul > li > .t > span.search:hover{
    color: #b32426; 
    border: 1px solid #b32426; 
}
 .subscribeCon .subbody .items > ul > li > .t > span.send:hover{
    color: #b32426; 
    border: 1px solid #b32426;
} 
 .subscribeCon .subbody .items > ul > li > .t > p {
    padding-top: 0.3rem;
    line-height: 1.8rem;
}

 .subscribeCon .subbody .items > ul > li > .t > p > span {
    color: #ca0002;
}

 .subscribeCon .language {
    padding-bottom: 1rem;
}

 .subscribeCon .checklist {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 12px;
}

.subscribeCon .checklist > ul > li {
    padding-bottom: 1.2rem;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 4px 0 0;
    vertical-align: middle;
}

 .listSection .rowcon .in-colcon{
    padding-top: 14px;
    height:0;
    padding-bottom: 73%;
    overflow:hidden;
    cursor: pointer;
}

.edm-bt {
    padding:10px 0;
    margin-bottom: 15px;
}
.edm-bt .fix{
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 5px 8px;
    margin-right: 15px;
}
.edm-bt .enter{
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 5px 8px;
}
.edm-bt .enter:hover{
    color: #b32426;
    border: 1px solid #b32426;
}
.edm-bt .fix:hover{
     color: #b32426;
     border: 1px solid #b32426;
}
.edm-bt .cancel{
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 5px 8px;
}
.edm-bt .cancel:hover{
    color: #b32426;
    border: 1px solid #b32426;
}

.mygo-menu-logo img{
  width: 55px!important;
}