
.g-recaptcha>div{
    margin:0 auto;
}

.paging span{
    display: inline-block;
    padding: 0 3px;
    color: #1c578b;

}
.paging {
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    margin: 0 4px;
}
.paging a{
    color: #909090;
    margin: 0 2px;
}

/*----------------scrollhead , search dropdown -------------------*/

#scrollHead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 33px;
    z-index: 999;
    background: #092f6b;
    display: none;
}

#scrollHead > .menuWrap {
    margin: 0 auto;
    width: 1000px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    position: relative
}
#scrollHead > .menuWrap ul {
    display: inline-block;
    float: right;
    height: 33px;
    position: absolute;
    top: 3px;
    right: 0;
}

#scrollHead > .menuWrap > .logoWrap {
    width: 500px;
    margin: 0 auto;
}

#scrollHead > .menuWrap > .logoWrap img.imgLogo {
    height: auto;
    width: 164px;
    margin-top: 7px;
}

#scrollHead > .menuWrap > .btnWrap, #scrollHead > .menuWrap > .searchWrap {
    color: white;
    /*margin-top: 2px;*/
}

#scrollHead > .menuWrap ul li {
    width: 22px ;
    height: 22px;
    padding-top: 2px;
    text-align: center;
    list-style: none;
    float: left;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
}

#scrollHead > .menuWrap ul li > a {
    display: block;
    height: 22px;
}

#scrollHead > .menuWrap ul li:first-child {
    background-image: url(/assets/images/econotimes/icon/icnTwitterW.png);
}

#scrollHead > .menuWrap ul li:first-child:hover {
    background-image: url(/assets/images/econotimes/icon/icnTwitter_v2.png);
}

#scrollHead > .menuWrap ul li:nth-child(2) {
    background-image: url(/assets/images/econotimes/icon/icnFacebookW.png);
}

#scrollHead > .menuWrap ul li:nth-child(2):hover {
    background-image: url(/assets/images/econotimes/icon/icnFacebook_v2.png);
}

#scrollHead > .menuWrap ul li:nth-child(3) {
    background-image: url(/assets/images/econotimes/icon/icnGoogleW.png);
}

#scrollHead > .menuWrap ul li:nth-child(3):hover {
    background-image: url(/assets/images/econotimes/icon/icnGoogle_v2.png);
}

#scrollHead > .menuWrap ul li:nth-child(4) {
    background-image: url(/assets/images/econotimes/icon/icnLinkedinW.png);
}

#scrollHead > .menuWrap ul li:nth-child(4):hover {
    background-image: url(/assets/images/econotimes/icon/icnLinkedin_v2.png);
}

#scrollHead > .menuWrap ul li:nth-child(5) {
    background-image: url(/assets/images/econotimes/icon/icnFlipboardW.png);
}

#scrollHead > .menuWrap ul li:nth-child(5):hover {
    background-image: url(/assets/images/econotimes/icon/icnFlipboard_v2.png);
}

#scrollHead > .menuWrap ul li img {
    color: white;
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

#scrollHead > .menuWrap ul li img:hover {
    filter: none;
    -webkit-filter: none;
}

/* searchbar dropdown */
/*---------------------base end-----------------------*/

.contributeBannerIndex {
    margin-bottom: 15px;
}
.contributeBannerIndex:hover img {
    -webkit-filter: brightness(120%);
}

/*---------------series---------------*/

.seriesArticleArea {
    width: 100%;
    min-height: 290px;
    background-color: #18222b;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    color: white;
}

.seriesArticleArea > .leftWrap {
    width: 180px;
    height: 100%;
    float: left;
}

.seriesArticleArea > .leftWrap h2 {
    width: 130px;
    border-right: 2px solid #ffffff;
    display: block;
    margin: 30px auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
}

.seriesArticleArea > .rightWrap {
    padding: 30px 20px;
}

.seriesArticleArea > .rightWrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.2em;
}

.seriesArticleArea > .rightWrap .imgWrap {
    width: 90px;
    height: 65px;
    float: left;
    margin-right: 10px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.seriesArticleArea > .rightWrap .imgWrap img {
    width: auto;
    height: 90px;
}

.seriesArticleArea > .rightWrap p {
    height: 65px;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
}
.seriesArticleArea > .rightWrap p.imgVisible {
    width: 143px;
}

.seriesArticleArea > .rightWrap .seriesList:nth-child(2) h4 {
    margin-top: 1.5em;
}

.seriesArticleArea > .rightWrap .seriesList .tableCell {
    width: 245px;
}

.seriesArticleArea > .rightWrap .seriesList .tableCell:hover h4 {
    text-decoration: underline;
}

.topSectionWrap {
    width: 685px;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

a > p.title:hover {
    color: #6d8aab;
}

.topSectionWrap .articleWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.topSectionWrap .articleWrap:after {
    content:'';
    display: block;
    clear: both;
}

.topSectionWrap .articleWrap > section.leftSection {
    width: 212px;
    /*height: 100%;*/
    float: left;
}

/*---------topic---------*/
#topicList{
    width:970px;
}
#topicList .contributorDescribe p {
    margin: 1em 0;
}

#topicList .topicEleWrap .intro {
    font-size: 15px;
    line-height: 1.3em;
    word-wrap: break-word;
    /*margin-top: 7px;*/
    padding-top: 7px;
    position: relative;
}

#topicList .intro .less {
    height: 60px;
    overflow: hidden;
}

#topicList .intro .expand {
    position: absolute;
    background-color: #ffffff;
    width: 315px;
    max-height: 309px;
    z-index: 99;
    top: -4px;
    left: -11px;
    border: 1px solid rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

#topicList .intro .expand > p {
    text-align: right;
    margin-top: 1em ;
    color: #267ec1;
    background-image: url('/assets/images/econotimes/topic/icnGoTo.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#topicList .intro .expand:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 140px;
}

#topicList .intro .expand .introContent {
    max-height: 209px;
    overflow: hidden;
}

#topicList div.realend {
    float: right;
    position: relative;
    background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255, 1));
    background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255, 1));
    padding:0 2px;
    top: -20px;
    right: -24px;
    width: 61px;
    padding-right: 5px;
    font-size: 14px;
}

#topicList span.btnMoreLess{
    color: #418cb7;
    background-color: #ffffff;
}

#topicList p.btnLess {
    text-align: right;
    padding-right: 10px;
    display: none;
}


#topicList > .topicListWrap {
    width: 100%;
    height: 100%;
}

#topicList .topicEleWrap {
    padding-left: 7px;
    width: 315px;
    /*overflow: hidden;*/
    float: left;
}

#topicList .topicListWrap:after {
    content: '';
    display: block;
    clear: both;
}

#topicList .topicListWrap {
    /*overflow: hidden;*/
}

#topicList .topicEleWrap .seriesThumb {
    width: 315px;
    height: 235px;
    background-size: 100% 100%;
    position: relative;
    background-color: #0C0700;
}
/*#topicList .topicEleWrap .seriesThumb:hover {
    animation-name: expandImg;
    animation-duration: 3s;
}

@keyframes expandImg {
    from {background-size: 100%;}
    to {background-size: 110%;}
}*/

#topicList .topicEleWrap .titleOverlay {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(10, 20, 36, .64);
}

#topicList .topicEleWrap .titleOverlay > h2 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding-left: 15px;
}

#topicList .topicEleWrap p.countArticles {
    color: #ffffff;
    margin: .3em 0;
    position: absolute;
    font-size: 14px;
    bottom: 4px;
    right: 10px;
}

/*archive*/

#archivePage .index .articleWrap p.time > span {
    /*margin-left: 0;*/
}

#archivePage .index p.title {
    font-size: 20px;
}

#archivePage .articleContent {
    font-size: 14px;
    line-height: 1.4em;
}

#archivePage .articleList .imgWrap {
    width: 200px;
    height: 140px;
    margin-right: 13px;
    float: left;
}

#archivePage .articleList .imgWrap img {
    max-width: 200px;
    max-height: 140px;
}


/*tablet 조정*/
#archivePage .bigCategorySection .categoryTop {
    width: 380px;
    min-height: 300px;
    margin-right: 2em;
    margin-bottom: 1em;
}

#archivePage .bigCategorySection p.bigTitle {
    font-size: 20px;
}

#archivePage .bigCategorySection .categoryTop .title {
    font-size: 20px;
}

#archivePage .bigCategorySection .categorySubChil {
    width: 277px;
}

#archivePage .bigCategorySection .categoryTop .imgWrap {
    width: 380px;
    height: 240px;
}

#archivePage .bigCategorySection .categoryTop .imgWrap img {
    max-width: 380px;
    max-height: 240px;
}

#archivePage .smallCategory {
    width: 310px;
    margin-bottom: 1em;
}
#archivePage .smallCategory .imgWrap {
    max-width: 300px;
    max-height: 220px;
}
#archivePage .smallCategory .imgWrap img {
    max-width: 300px;
    max-height: 220px;
}

/*topic list*/

#viewPage .articleSection{
    font-size: 14px;
    line-height: 1.6em;
}

#viewPage .articleText a[href^="http:"],
#viewPage .articleText a[href^="https:"]{
    color: blue;
}

#viewPage .articleText ul,
#viewPage .articleText ol {
    padding: 1em 2em;
}

#viewPage .articleText blockquote {
    margin-left: 2em;
    color: #1c578b !important
}

.relatedNews a {
    color: #717171 !important;
}

.popupOverlay {
    display: none;
}

.articleView .marketingBanner {
    background-color: #fff;
    width: 1000px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    border-radius: 3px;
    font-size: 16px;
    color:#121212;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);

}

.articleView .marketingBanner h2 {
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #b4b4b4;
    padding: 0 1em;
    height:47px;
    border-bottom:1px solid #d6d6d6;
    padding-top:3px;
    box-sizing: border-box;
    overflow: hidden;

}

.articleView .marketingBanner h2 > .textAlignRight {
    float: right;
    font-weight: normal;
}

.articleView .marketingBanner h2 > .textAlignRight a{
    margin-right: 1em;
    color: #0088c7;
}

.articleView .marketingBanner h2 #marketingBannerHide {
    background-image: url('/assets/images/econotimes/view/icnClose.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}


/*여기부터주석*/
/*.articleView .marketingBanner > .marketingBannerContent {*/
    /*width: 1000px;*/
    /*margin:0px auto;*/
    /*overflow: hidden;*/
    /*padding:0 33px;*/
    /*box-sizing: border-box;*/
/*}*/

/*.articleView .marketingBanner > .marketingBannerContent img {*/
    /*!*width: 216px;*!*/
    /*!*height: auto;*!*/
    /*!*float: left;*!*/
/*}*/
/*.articleView .marketingBanner > .marketingBannerContent .marketingBannerTxt {*/
    /*!*width: 420px;*!*/
    /*!*height: auto;*!*/
    /*!*float: right;*!*/
    /*!*text-align: center;*!*/
/*}*/

/*.articleView .marketingBanner > .marketingBannerContent .marketingBannerTxt .siteName {*/
    /*font-weight: bold;*/
/*}*/

/*.articleView .marketingBanner > .marketingBannerContent .marketingBannerTxt .siteName span {*/
    /*color: #2bad11*/
/*}*/

/*.articleView .marketingBanner > .marketingBannerContent .marketingBannerTxt .btnLink {*/
    /*margin: 15px;*/
    /*width: 155px;*/
    /*line-height: 30px;*/
    /*color: white;*/
    /*display: inline-block;*/
    /*font-weight: bold;*/
    /*background-color: #0088c7;*/
/*}*/

/*.articleView .marketingBanner > .marketingBannerContent .marketingBannerTxt .btnLink:hover {*/
    /*background-color: #047eb6;*/
/*}*/
/*여기까지주석*/

/*.subscribeBanner {
    margin: 2em 0;
    position: relative;
    width: 670px;
    height: 504px;
}

.subscribeBanner > .bannerHead {
    background: #0088c7;
    text-align: center;
    height: 28px;
    display: block;
}

.subscribeBanner > .bannerHead > span {
    line-height: 33px;
    color: white;
}

.subscribeBanner > .bannerHead span > a{
    text-decoration: underline;
    color: white;
}

.subscribeBanner .btnSubscribeNow {
    width: 210px;
    height: 43px;
    background: #0088c7;
    position: absolute;

}*/


.tabContent .aboutInfo {
    padding-top: 15px;
    border-top:1px solid #ddd;
}
.tabContent .subscribeBanner {
    margin: 2em 0;
    position: relative;
    width: 440px;
    height: 504px;
}

.tabContent .subscribeBanner img{
    width: 440px;
    height: auto;
}

.tabContent .subscribeBanner > .bannerHead {
    background: #0088c7;
    text-align: center;
    height: 28px;
    display: block;
}

.tabContent .subscribeBanner > .bannerHead > span {
    line-height: 33px;
    color: white;
}

.tabContent .subscribeBanner > .bannerHead span > a{
    text-decoration: underline;
    color: white;
}

.tabContent .subscribeBanner .btnSubscribeNow {
    width: 210px;
    height: 43px;
    background: #0088c7;
    position: absolute;

}


/*----------------related news--------------*/

#viewPage .relatedNews h3 {
    margin-bottom: 0;
}

#viewPage .share {
    display: none;
}

#viewPage .relatedNews {
    margin-top: 12px;
    width: 270px;
    margin-right: 20px;
    padding: 5px 0;
    float: left;
    padding:0;
}
#viewPage .relatedNews ul{
    margin:0;
    padding:10px 0;
}
#viewPage .relatedNews li{
    border-top: 1px solid #d1d6da;
    font-size: 14px;
    padding: 7px 0;
}
#viewPage .relatedNews li:first-child{
    border: none;
}

#viewPage .storyShare {
    display: inline-block;
    /*width: 280px;*/
    margin-top: 10px;
    height: 33px;
    float: right;
}

#viewPage .bottom {
    margin: 15px 0;
    float: left;
}

#viewPage section.articleSection {
    border: none;
}

.mainPage .relatedNews  {
    font-size: 12px;
    padding-bottom: 7px;
    padding-left: 0;
    /*margin-top:10px;*/
    width: 420px;
    clear: both;
}

.mainPage .relatedNews ul{
    margin-left:3px;
    margin-top: 10px;
}

.mainPage .relatedNews h3 {
    margin-bottom: .5em;
}

.mainPage .relatedNews li:first-child {
    border-top: none;
}

.mainPage .relatedNews li  {
    list-style-image: url(../../images/econotimes/icnBullet.png);
    line-height: 1.2em;
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-left: 10px;*/
    padding: 3px 0;

    /*border-top: 1px solid #d1d6da;*/
}
.relatedNews li a {
    color: #717171;
}

.relatedNews a:hover{
    text-decoration: underline;
}


p.sectionName {
    display: none;
}


#viewPage section.leftSection {
    width: 190px;
    font-size: 13px;
    position: absolute;
}
#viewPage section.articleSection {
    width: 670px;
    margin-left: 0;
}

#viewPage section.leftSection > .economyPulse {
    width:190px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.17);
}
#viewPage section.leftSection > .economyPulse > p {
    font-size: 18px;
    background-color: #0276b8;
}

.economyPulse > p {
    padding:5px;
}



section.scrollFix {
    position: fixed;
    top:50px
}

#viewPage  .articleSection > .articleHead .title {
    font-size: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    line-height: 1.3em;
    color: #1c578b;
    margin-bottom: 10px;
    margin-top: 20px;
}
#viewPage .articleSection > .articleHead span.publishTime {
    font-size: 12px;
    color: #717171;
    margin: 15px 0;
    display: inline-block;
    /*float: left;*/
}

#viewPage .articleSection .contributeInfo span.publishTime {
    margin:0;
}

#viewPage .articleView p {
    margin: 1em 0;
}

#viewPage .articleSection > .articleView .imgBox {
    width:100%;
    text-align: center;
}

#viewPage .articleSection > .articleView .imgBox img {
    margin-top: 10px;
    max-width:670px;
    height: auto;
    display: inline-block;
}

#viewPage .articleSection > .articleView {
    width: 100%;
}

/*slideview*/

#viewPage .articleSection > .articleView #imgBoxSlide img {
    margin-top: 10px;
    max-width:670px;
    max-height: 540px;
    display: block;
    margin: 0 auto;
}

#viewPage .articleSection > .articleView .imgWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#viewPage .articleSection > .articleView .next,
#viewPage .articleSection > .articleView .prev {
    position: absolute;
    text-align: center;
    top:50%;
    margin-top: -81px;
    width: 33px;
    height: 100px;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
}

#viewPage .articleSection > .articleView .pagenation{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    background-color: #000000;
    width: 50px;
    line-height: 20px;
}




#viewPage .articleSection > .articleView .next:hover,
#viewPage .articleSection > .articleView .prev:hover {
    background-color: rgba(13,105,192,.8);
}

#viewPage .articleSection > .articleView .next > img,
#viewPage .articleSection > .articleView .prev > img {
    margin-top:38px;
    display: inline-block;
}

#viewPage .articleSection > .articleView .next {
    right: 0;
}

#viewPage .articleSection > .articleView .captionWrap {
    /*padding-top: 10px;*/
    color: #717171;
    font-size: 13px;
    text-align: left;
}

#viewPage .articleSection > .articleView > .articleText {
    margin: 5px 0;
    line-height: 1.6em;
    overflow: hidden;
}

#viewPage .articleSection > .articleView > .disclaimer {
    color: #aaacae;
    font-size: .9em;
    line-height: 1.4em;
    clear: both;
}

.snsBookmarkTop h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
}
.snsBookmarkTop #bookmark {
    font-size: 12.7px;
    color: #06345d;
    line-height: 20px;
    cursor: pointer
}
.snsBookmarkTop > ul li {
    list-style: none;
    float: left;
    margin-right: 6px;
}

.snsBookmarkTop > ul {
    margin-bottom: 13px;
    overflow: hidden;
    margin-top: 7px;
}

.snsBookmarkTop ul li:last-child {
    margin-right: 0;
}

.mainPage .articleWrap > section.leftSection .economyPulse {
    height: 1500px;
    background: white;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.17);
}
.topSectionWrap .articleWrap > section.leftSection .economyPulse {
    background: white;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    overflow: hidden;
}
.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap {
    padding: 10px 12px;
    border-bottom: 1px solid #d1d6da;
}
.topSectionWrap .articleWrap > section.leftSection p.pulseTitle a {
    display: block;
    font-size: 16px;
    color: white;
}
.topSectionWrap section.leftSection p.pulseTitle {
    background: #0276b8;
    display: block;
    background: #1c578b;
    font-size: 16px;
    color: white;
    line-height: 16px;
    padding: 7px 13px;
}

.topSectionWrap .articleWrap > section.leftSection > .economyPulse > p a {
    line-height: 1.3em;
    display: block;
    font-size: 16px;
    color: white;
}
.topSectionWrap section.leftSection .economyPulse > p {
    background: #0276b8;
    display: block;
    background: #1c578b;
    font-size: 16px;
    color: white;
    line-height: 16px;
    padding: 6px 13px;
}

.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap > a > p:hover{
    color: #1c578b
}

.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap > p.pulseHead {
    margin-bottom: 5px;
}

.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap > p.pulseHead > span {
    font-size: 12px;
}

.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap {
    word-wrap: break-word;
}
.topSectionWrap .articleWrap > section.leftSection > .economyPulse  .pulseWrap:hover {
    background-color: #f5f5f5;
}

.topSectionWrap .category {
    display: inline-block;
    color: #06345d;
    font-size: 12px;
    font-weight: 600;
}
/*.topSectionWrap .category a{
    color: #06345d;
}
.articleSection .category a{
    background-color: #e9eaec;
    display: inline-block;
    padding: 0 2px;
    color: #06345d;
    border-radius: 2px;
}
.articleSection .category a:hover{
    background-color: #e5e6e8;
}*/



.topSectionWrap .articleWrap > section.articleSection {
    width: 453px;
    height: 100%;
    float: left;
    margin-left: 15px;
    border-bottom: 1px solid #dfdfdf ;
}

.topSectionWrap > .subPage > .articleWrap > section.articleSection {
    margin-left: 0;
    margin-right: 10px;
    width: 100%;
}
.topSectionWrap > .subPage > .articleWrap > section.articleSection .articleList {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #d1d6da;
    font-size: 15px;
}

#archivePage .articleList.topicDescWrap {
    padding-top:0;
    line-height: 1.4em;
    font-size: 14px;
    padding-bottom: 1em;
    color: #1c578b;
    border-bottom: 2px solid #d1d6da;
}

.topSectionWrap > .subPage > .articleWrap .economyPulse  p {
    line-height: 1.3em;
    /*background-color: #0276b8 !important;*/
}

.topSectionWrap .articleWrap > section.articleSection > .topArticle {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.topSectionWrap .articleWrap > section.articleSection > .topArticle > a > img {
    width: 456px;
    border: 1px solid #c4cdd1;
    height: auto;
}

.topSectionWrap .articleWrap > section.articleSection p.title {
    font-size: 22px;
    margin: 6px 0;
    font-family: 'Lora', serif;
    line-height: 30px;
    color: #1c578b;
    font-weight: 600;
}
.topSectionWrap .articleWrap > section.articleSection p.title a {
    font-weight: 600;
    color: #1c578b;
}
.topSectionWrap .articleWrap > section.articleSection p.title a:hover {
    color:#171717
}

.topSectionWrap .articleWrap > section.articleSection p.title:hover {
    color: #456f99;
}
.topSectionWrap .articleWrap > section.articleSection p.articleContent {
    line-height: 1.3em;
    font-size: 15px;
}

.articleListWrap {
    border-top: 1px solid #d1d6da
}

.mainPage .articleListWrap .articleContent {
    font-size: 13px !important;
}
.mainPage .articleListWrap .title {
    font-size: 15px !important;
    line-height: 1.5em !important;
}

.articleList {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
    margin-right: 10px;
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList:last-child {
    border: none;
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList:nth-child(4) {
    border-top: 1px solid #dfdfdf;
}

.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList:nth-child(4) .title {
    margin-top: 15px;
}

.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList img {
    max-height: 200px;
    max-width: 140px;
    border: 1px solid #c4cdd1;
    /*min-width: 156px;*/
}

.articleList .listImageWrap {
    width: 200px;
    height: 140px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .articleScript > .articleHead {
    font-size: 12px;
    color: #717171;
    font-weight: 500;
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .articleScript > .articleHead > .category {
    font-weight: 500
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .articleScript > .articleHead > .category a{

}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .articleScript > .articleContent {
    float: left;
    margin-bottom: 10px;
    padding-top: 5px;
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .imgVisible > .articleContent {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    padding-top: 5px;
}

.subPage .articleList .imgVisible {
    width: 510px !important;
}

.mainPage .articleListWrap > .articleList .imgVisible {
    width: 258px !important;
}
.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > .articleScript {
    width: 100%;
    float: left;
}

.topSectionWrap .articleWrap > section.articleSection > .articleListWrap > .articleList > p.title {
    font-size: 20px;
    /*margin-bottom:11px;*/
    margin-top: 0;
}

.topSectionWrap > section.currSection {
    width: 680px;
    height: 538px;
    display: block;
    margin-bottom: 30px;
    margin-left:1px
}

.topSectionWrap > section.currSection > .currGrid {
    width: 334px;
    height: 138px;
    margin-left: -4px;
    display: inline-block;
    padding: 0 0 28px 10px;
    float: left;
}

.topSectionWrap > section.currSection > .currGrid:nth-child(7), .topSectionWrap > section.currSection > .currGrid:nth-child(8) {
    border-bottom: none;
}

.topSectionWrap > section.currSection > .currGrid p.title {
    color: #1c578b;
    font-size: 18px;
    margin: 10px 0;
}
.topSectionWrap > section.currSection > .currGrid p.title {
    color: #171717;
}

.topSectionWrap > section.currSection > .currGrid li {
    list-style: none;
    line-height: 1.6em;
    display: block;
    width: 310px;
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topSectionWrap > section.currSection > .currGrid li a {
    font-size: 13px;
    color: #418cb7;
}

.topSectionWrap > section.currSection > .currGrid li a:hover {
    color: inherit;
}

section.rightSection {
    width: 300px;
    float: left;
}

section.rightSection .ad300x250{
    width: 300px;
    height: 250px;
    margin-bottom: 10px;
}

.adAlphapulse {
    width: 300px;
    height: 600px;
    margin-bottom: 10px;
    background-image: url('/assets/images/econotimes/ad/bannerAlphapulse160322.png');
    animation-name: alphaAni;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwords;
}

@keyframes alphaAni {
    0% { background-image: url('/assets/images/econotimes/ad/bannerAlphapulse160322.png');}
    50% { background-image: url('/assets/images/econotimes/ad/bannerAlphapulseLight160322.png');}
    100% { background-image: url('/assets/images/econotimes/ad/bannerAlphapulse160322.png');}
}

.adAlphapulse:hover {
    background-image: url('/assets/images/econotimes/ad/bannerAlphapulseLight160322.png');
    -webkit-filter: brightness(130%);
    animation-play-state: paused;
    /*background-image: url('/assets/images/econotimes/ad/bannerAlphapulseLight160202.png');*/
}

.adAlphapulse a{
    display: block;
    width: 100%;
    height: 100%;
}

section.rightSection > .snsBookmarkTop {
    margin-bottom: 13px;
    margin-top: 30px;
}

section.rightSection > .adWrap {
    margin-bottom: 15px;
    margin-top: 15px;
}

section.rightSection > .adTrabox {
    margin-bottom: 13px;
}

section.rightSection > .adTrabox img:hover {
    -webkit-filter: brightness(120%);

}
section.rightSection > .adWrap img{
    margin-bottom: 15px;
}

section.rightSection #widget {
    width: 300px;
    height: 388px;
    background-color: gray;
}

/* base - Series */

.econoSeries {
    width: 100%;
    margin-bottom: 10px;
}

.econoSeries > h2 {
    font-size: 20px;
    font-weight: 500;
    border-top: 3px solid #1c578b;
    line-height: 40px ;
    margin-bottom: 5px;

}

.econoSeries > .seriesWrap {
    width: 100%;
    overflow: hidden;
}

.econoSeries > .seriesWrap .econoSeriesList {
    width: 298px;
    border: 1px solid #d7d9df;
    background-color: #e9e9ee ;
    height: 61px;
    margin-bottom: 7px;
    position: relative;
}

.econoSeries > .seriesWrap .econoSeriesList img.topicBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.econoSeries > .seriesWrap .econoSeriesList:hover img.topicBg {
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
    filter: brightness(120%);
}



.econoSeries > .seriesWrap .econoSeriesList a {
    width: 100%;
    height: 100%;
    display: block;
}

.econoSeries > .seriesWrap .econoSeriesList h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 61px;
    font-size: 15px;
    padding-left: 15px;
    font-family: 'Lora', serif;
    z-index: 99;
}
/* base - opinions */

.lastOpinions {
    width: 100%;
    margin-bottom: 20px;
}

.lastOpinions > h2 {
    font-size: 20px;
    font-weight: 500;
    border-top: 3px solid #1c578b;
    line-height: 40px ;
}

.lastOpinions > .contributorList {
    border: none
}

.lastOpinions > .contributorList > .articleList {
    height: 100%;
    overflow: hidden;
}


.lastOpinions > .contributorList .contributorImg {
    width: 80px;
    height: 71px;
}

.lastOpinions > .contributorList > .contributorImg img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
}

.lastOpinions > .contributorList > .articleList p{
    font-family: 'Lora', serif;
    color: #717171;
    font-size: 15px;
}

.lastOpinions > .contributorList > .articleList p.title {
    font-weight: 600;
    line-height: 1.3em;
    font-size: 15px;
    margin-top:5px;
}

.lastOpinions > .contributorList > .articleList p.title a {
    color:#1c578b;
}

.lastOpinions > .contributorList > .articleList p.title a:hover {
    color: #171717;
}

section.rightSection > .mostPopular{
    padding-bottom: 20px;
}




/* base - mostPopular */

section.rightSection > .mostPopular > p {
    font-size: 20px;
    font-weight: 500;
    border-top: 3px solid #1c578b;
    line-height: 40px ;
}

section.rightSection > .mostPopular h1 {
    display: inline-block;
    line-height: 35px;
    width: 40px;
    float: left;
    margin: 0;
    margin-right: 8px;
}

section.rightSection > .mostPopular > .popularList {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
section.rightSection > .mostPopular .title {
    width: 252px;
    height: 35px;
    /*float:left;*/
    font-size: 12px;
    display: -webkit-box;
    display: table;
    max-width: 100%;
    margin: 0 auto;
}

section.rightSection > .mostPopular .title > p {
    display: block;
    display: -webkit-box;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*text-overflow: ellipsis;*/
}

section.rightSection > .mostPopular .title:hover {
    color:#1c578b;
}
section.rightSection > .mostPopular .imgVisible {
    width: 192px;
    /*height: 43px;*/
    float: left;
    display: table;
}
section.rightSection > .mostPopular .popularImg {
    float: left;
    margin-left: 7px;
    width: 50px;
    height: 35px;
    overflow: hidden;
}
section.rightSection > .mostPopular .popularImg img {
    height: 100%;
    width: 100%;
}

section.rightSection .twitterPlugin {
    margin: 20px 0;
}

.centerAd {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.topSectionWrap > section.calendarSection {
    width: 100%;
    padding: 15px 0;
    display: block;
    border-top: 1px solid #bdbec2;
    padding-top: 20px;
}
.topSectionWrap > section.calendarSection p {
    font-size: 20px;
    margin-bottom: 15px;
}

.topSectionWrap > section.calendarSection p > span {
    font-size: 12.6px;
}

.topSectionWrap > section.calendarSection .thead div{
    display: block;
    float: left;
    color: white;
    background-color: #717171;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.topSectionWrap > section.calendarSection .tbody {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.topSectionWrap > section.calendarSection table {
    width: 100%;
}

.topSectionWrap > section.calendarSection table th {
    text-align: left;
    background: #717171;
    height: 25px;
    line-height: 25px;
    color: white;
    font-weight: 500;
    font-size: 15.2px;
    text-align: center;
}
.topSectionWrap > section.calendarSection table tr {
    text-align: left;
    background: white;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #d6dbde;
    text-align: center;
}
.topSectionWrap > section.calendarSection table b {
}

.topSectionWrap > section.calendarSection table tr:last-child {
    border-bottom: none;
}

.topSectionWrap > section.calendarSection table .event {
    text-align: left;
}
.topSectionWrap > section.calendarSection table td {
}
.topSectionWrap > section.calendarSection table td > .released {
    color: #628b49
}

.adBottom {
    text-align: center;
}


footer {
    width: 100%;
    height: 348px;
    background: #233d54;
}

footer > .footerWrap {
    width: 940px;
    height: 100%;
    margin: 0 auto;
    color: #8f8f8f;
    text-align: justify;
    text-justify: inter-word;
}
div.scrollTop > div {
    width: 940px;
    text-align: right;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
    color: #233d54;
}

footer > .footerWrap ul {
    overflow: hidden;
    margin: 10px 0;
    width: 750px;
    margin: 0 auto;
    margin-bottom: 18px;
}

footer > .footerWrap li {
    list-style: none;
    float: left;
    margin: 20px;
}
footer > .footerWrap li a{
    color: #8f8f8f;
}


footer > .footerWrap > .warning {
    line-height: 1.4em;
}

footer > .footerWrap > .copyright {
    text-align: center;
    margin: 11px;
}


/*about-------------------------------------*/

#aboutPage {
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    padding-top: 10px;
}

#aboutPage > .aboutRight {
    width: 207px;
    height: 100%;
    float: left;

}

#aboutPage .mediaKit {
    width:205px;
    height: 160px;
    overflow: hidden;
}
#aboutPage .mediaKit > p{
    font-size: 18px;
    margin: 1em 0;
    color: #1c578b;
}

#aboutPage .mediaKit img.mediakitThumbnail {
    float: left;
    -webkit-box-shadow: 4px 4px 18px -8px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 4px 18px -8px rgba(0,0,0,0.42);
    box-shadow: 4px 4px 18px -8px rgba(0,0,0,0.42);
}

#aboutPage .mediaKit .downloadKit > div {
    float: left;
    width: 115px;
    margin-left: 7px;
    height: 100%;
    color: #717171;
    font-size: 11px;
    padding-top:4px;
}
#aboutPage .mediaKit .downloadKit > div > .downBtn {
    width: 90px;
    padding: 3px 2px;
    background: #1c578b;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}
#aboutPage .mediaKit .downloadKit > div > .downBtn:hover {
    background: #20629D;
}

#aboutPage > .aboutSponsor {
    width: 270px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

#aboutPage > .aboutSponsor h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}
#aboutPage > .aboutSponsor a{
    display: inline-block;
    margin-bottom: 30px;
}
#aboutPage > .aboutSponsor a:nth-of-type(n+5) img{
    height: 50px;
}

#aboutPage .infoChart {
    width: 440px;
    height: auto;
    cursor: pointer;
}

/* main page */
#w {
    display: block;
    width: 900px;
    margin: 0 auto;
    background: none;
}


.tabContent {
    margin-top: 10px;
    width: 460px;
    padding: 0px 15px;
    min-height: 600px;
    float: left;
}


.contentblock {
    display: block;
    padding: 5px 10px;
}

.mediakitThumbnail:hover {
    -webkit-filter: brightness(120%);
}

.contentblock h1 {
    font-weight: 500;
    margin-bottom: 0.8em;
}
.contentblock p {
    line-height: 1.4em;
}
.contentblock p a.help {
    color: #418cb7
}
.contentblock p a.help:hover {
    text-decoration: underline;
}

.contentblock.hidden {
    display: none;
}


.contentblock .contributeBanner {
    background-image: url('/assets/images/econotimes/img/contributeInside.png');
    background-size: 100%;
    padding: 20px;
    height: 190px;
    color: #9c9c9c;
    margin-bottom: 27px;
    margin-top: -15px;
}
.contentblock .contributeBanner > .bannerTitle {
    font-size: 20px;
    line-height: 1.4em;
}
.contentblock .contributeBanner > .bannerTitle h3{
    font-weight: 400;
    color: white;
}
.contentblock .contributeBanner > .bannerTitle span{
    font-size: 18px;
}

.contentblock .contributeBanner > p {
    margin-top:70px;
    line-height: 1.7em;
    font-size: 12px;
}

/* side navigation */
#sidemenu {
    margin: 0;
    padding: 0;
    width: 205px;
    /*height: 280px;*/
    float: left;
    margin-bottom: 5px;
    background: white;
    border-top: 3px solid #1c578b;
    border-bottom: 3px solid #d4d6da;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.17);
}

#sidemenu li { display: block;
    text-align: left;
    font-size: 16px;
    line-height: 32px;}

#sidemenu li a {
    display: block;
    width: auto;
    padding-left: 21px;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;

}
#sidemenu li a:hover {
    background: #e9e9e9;
}

#sidemenu li a strong {
    display: block;
    margin-top: 5px;
}

#sidemenu li a.open {
    background: #418cb7;
    color: white
}

.formWrap label{
    font-size: 14px;
    line-height: 19px;
}

.formWrap tr {
    height: 60px;
}

.formWrap label > span{
    color: #418cb7;
    vertical-align: top;
}

.formWrap input[type=text],
.formWrap select {
    width: 430px;
    font-size: 14px;
    padding: 7px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}

.formWrap textarea {
    width: 430px;
    height: 180px;
    padding:7px;
    resize: none;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}

.formWrap select {
    width: 446px;
}
.formWrap button {
    width: 446px;
    height: 35px;
    font-size: 16px;
    border-radius: 3px;
    color: white;
    border:none;
    background-color: #418cb7;
}

/*-------------------------- archive -------------------------*/

#archivePage {
    /*width: 100%;*/
    width:970px;
}
#archivePage .messages h2 {
    font-size: 22px;
    font-weight: 500;
}

#archivePage .messages span:first-child {
    color: #909090
}
#archivePage .messages span.resultCount {
    float:right;
    font-size: 15px;
    color: #171717;
}
#archivePage .messages p {
    margin: 40px 0;
    font-size: 14px;
    color: #1c578b
}

#archivePage > .archiveArticles {
    width: 100%;
}

#archivePage > .archiveArticles .articleList {
    width: 100%;
    overflow: hidden;
}

#errorPage {
    width: 100%;
    height: 600px;
}

#errorPage > .errorWrap {
    width: 572px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

#errorPage > .errorWrap > h1 {
    font-size: 50px;
    line-height: 2em;
}

#errorPage > .errorWrap > h3 {
    font-size: 20px;
    line-height: 3em;
}

#errorPage .search {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #eff2f6;
    text-align: center;
}
#errorPage .search input[type=text] {
    height: 20px;
    width: 300px;
    margin-top: 2px;
    padding: 4px 9px;
    border: 1px solid #d1d6da;
}
#errorPage .search input[type=submit] {
    background: url(../../images/econotimes/iconSearchWhite.png) no-repeat center 40%;
    width: 42px;
    height: 33px;
    border: none;
    background-color: #1a1c1d;
    vertical-align: middle;
    border-bottom: 3px solid #eff2f6;
    border-top: 2px solid #1a1c1d;
}

#errorPage .errorSearchWrap {
    padding: 2em;
}


#errorPage > .errorWrap > h1:first-child {
    color: #1b5a90;
}

#errorPage > .errorWrap .btnWrap {
    margin-top: 2em;
    height: 50px;
    text-align: center;
}

#errorPage > .errorWrap .btnWrap p{
    display: inline-block;
    width: 143px;
    height: 35px;
    font-size: 12px;
    color: white;
    background-color: #1f5b8f;
    margin: 0 10px;
    line-height: 35px;
    font-weight: bold;
}

#errorPage > .errorWrap .btnWrap p:hover {
    background: #418cb7;
}

#errorPage > .errorWrap .btnWrap p a{
    display: block;
    width: 100%;
    height: 100%;
}

#errorPage > .errorWrap span {
    font-size: 15px;
    line-height: 1.5em;
}

#errorPage > .errorWrap .linkWrap {
    width: 100%;
    height: 190px;
    margin-top: 30px;
}

#errorPage > .errorWrap .linkWrap ul {
    width: 174px;
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.contributorInfo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d6da;
}

.contributorInfo > .contributorImg {
    width: 110px;
    float: left;
    margin-right: 15px;
}
.contributorInfo > .contributorImg img {
    width:110px;
    height:110px;
    border-radius:250px;
}

.contributorInfo > .contributorDescribe {
    width: 800px;
    float: left;
    font-size: 15px;
    line-height: 1.3em;
}

.contributorInfo > .contributorDescribe > h2 {
    font-size: 22px;
    line-height: 1.7em;
}
.contributorInfo > .contributorDescribe p {
    margin: 1em 0;
}


.contributorInfo  p.less {
    height: 40px;
    overflow: hidden;
}

.contributorInfo > .contributorDescribe div.realend {
    float: right;
    position: relative;
    background: #eff2f6;
    padding:0 2px;
    top: -36px;
    left: -25px;
    width: 71px;
    padding-right: 5px;
}

.contributorInfo > .contributorDescribe span.btnMoreLess{
    color: #418cb7;
    cursor: pointer;
}

.contributorInfo > .contributorDescribe p.btnLess {
    text-align: right;
    padding-right: 30px;
}
.contributorList {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 12px;
    border-bottom: 1px solid #d1d6da;
}

.contributorList > .contributorImg {
    width: 110px;
    float: left;
    margin-right: 15px;
}
.contributorList > .contributorImg > img {
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit: cover;
}

.contributorList > .contributorDescribe {
    width: 830px;
    float: left;
    font-size: 15px;
    line-height: 1.3em;
}

.contributorList  p.less {
    height: 40px;
    overflow: hidden;
}

.contributorList > .contributorDescribe > h2 {
    font-size: 22px;
    line-height: 1.7em;
    font-family: 'Lora', serif;
}

.contributorList > .contributorDescribe > h2 > a {
    color: #1c578b
}

.contributorList > .contributorDescribe p {
    margin: 1em 0;
    line-height: 1.4;
}

.contributorList > .contributorDescribe .less {
    height: 40px;
    overflow: hidden;
}

.contributorList > .contributorDescribe div.realend {
    float: right;
    position: relative;
    background: white;
    padding:0 2px;
    text-align: right;
    top: -32px;
    left: 0;
    width: 80px;
    padding-right: 5px;
}

.contributorList > .contributorDescribe span.btnMoreLess{
    color: #418cb7;
    cursor: pointer;
}

.contributorList > .contributorDescribe p.btnLess {
    text-align: right;
    /*padding-right: 22px;*/
    display: none;
}


/*contribute view*/

.articleSection .contributorView {
    width: 365px;
    height: 58px;
}

.articleSection .contributorView > .contributorImgSmall {
    width: 58px;
    height: 58px;
    margin-right: 7px;
    float: left;
}

.articleSection .contributorView > .contributorImgSmall img {
    width:58px;
    height:58px;
    border-radius:50%;
}

.articleSection .contributorView > .contributeInfo {
    width: 300px;
    height: 50px;
    float: left;
    font-size: 13px;
    margin-top:10px;
    line-height: 1.4em;
}

.articleSection .contributorView .contributeTitle {
    font-size: 12px;
    color: #717171;
    line-height: 1.2em;
}

.articleSection .contributorView > .contributeInfo p > span {
    color: #717171;
}

.articleSection .contributorView .contributeInfo p.contributeBy span{
    color: #a6a6a6;
}

.articleSection .contributorView .contributeInfo span.contributorName a {
    color: #418cb7;
}

.articleSection .contributorView .contributeInfo span.contributorName a:hover {
    text-decoration: underline;
}


/*popup*/

#mask {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width:100%;
    border-radius: 0;
    height: 100%;
    display: none;
}

.popupWrap {
    position: absolute;
    top: 2%;
    left: 50%;
    margin-left: -340px;
    z-index: 999;
    display: none;
}
.popupWrap  img.popupInfoGraph {
    width: 680px;
    height: auto;
}
.close {
    padding: 20px;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -379px;
    z-index: 9999;
    cursor: pointer;
}

.traboxBanner {
    display: none;
}

/* CN_aboutUs */

.aboutUsEditor{
    overflow:hidden;
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.aboutUsEditor1{
    margin-top:15px;
}
.aboutUsEditor > div {
    float:left;
}
.editorImg{
    width:70px;
    height:70px;
   margin-right:15px;
}
.editorText{
    overflow:hidden;
}
.editorText > p{
    width:355px;
    margin-top:20px;
}
.editorImg > img{
    width:70px;
    height:70px;
}
.contributorMore{
    text-decoration:none;
    color:#2e74b5;
    position: relative;
    right: -328px;
}

.contributorMore:visited{
    color:#2e74b5;
}
.aboutEditorText{
    text-align: justify;
}