/*网站公共样式*/
.info-content{font-size:15px;line-height:2.5;padding:20px 0;}
.info-content img{max-width:100%;}
a{color:#333;text-decoration:none;}
a:hover {color: #222C73;}
.text-yellow{color:#e4b86b;}
.text-red{color:#a40c22;}
.text-blue{color:#222C73;}
.text-indent{text-indent:2em;}
.text-linethrough{text-decoration:line-through;}
.text-overflow{display:block; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-lines2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.text-overflow-lines3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* hover图片变大 */
.hover-imgscale{
    display:block;
    overflow:hidden;
}
.hover-imgscale>img{

    transition: all 0.3s ease-in-out;
}
.hover-imgscale:hover>img {
    transform:scale(1.07,1.07)
}
/*遮罩层*/
.mask-bg{position:fixed;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.7);overflow:hidden;z-index:997;top:0;left:0;}
.mask-bg.active{display:block;}
.header .top-bg{background:url(../image/topbanner2017112902.png) no-repeat center top; background-size:cover;}
.header .top-bar{height: 40px;line-height:40px;background:#222C73;}
/*搜索*/
.search{
    margin-top:40px;
    border-radius:16px;
    background:#fff;
    line-height:26px;
    height:26px;
    width:220px;
    position:relative;
    padding-left:10px;
}

    .search .s-input {
        width: 154px;
        border: none;
        background: #fff;
        color: #666;
        line-height: 20px;
        position: relative;
        top: -2px;
    }

    .search .s-btn {
        width: 50px;
        background: #222C73;
        color: #fff;
        border-radius:14px;
        line-height:22px;
        height:24px;
        border:none;
        font-size:14px;
        position:absolute;
        right:2px;
        top:1px;
    }
.page-search {
    border: 2px solid #222C73;
    line-height: 30px;
    height: 30px;
}
.page-search .s-input {

    top: -4px;
}

/* pc导航 */
@media (min-width:1000px){
.header{z-index:10;width:100%;}
.header .logo{display:block;padding-top:20px;padding-bottom:20px;}
.header .logo img{height:60px;width:auto;}
.header .nav-toggle{display:none}
.header-1 .nav{padding-bottom:10px;padding-top:10px;}
.nav>ul>li{float:left;text-align:center;}
.nav > ul > li > ul { position: absolute; left: 0; z-index: 200; width: 100%; background-color: rgba(16, 34, 172, 0.6); height:0; overflow:hidden; transition:all 0.3s ease-in-out; }
    .nav > ul > li > a {
        display: block;
        text-align: center;
        color: #222C73;
        font-size: 18px;
        position: relative;
        line-height: 50px;
        height: 50px;
        padding: 0px 23px;
        font-weight: bold;
    }
 .nav > ul > li.active > a { background: #222C73;
 color: #FFF;}
.nav>ul>li:hover> ul{height:auto;padding-top:10px;padding-bottom:10px;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:16px;line-height:42px;height:42px;}
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background-color: rgba(34,44,115,.6);}
.nav ul li{position:relative}
.nav ul li .arrow{display:none}
.nav ul li ul li ul{left:100%;top:0px;display:none}
}
/* 移动端导航 */
@media (max-width:1000px){
 .header .top-bg{padding-bottom:10px;}
.header .logo{display:block;padding-top:10px;}
.header .logo img{height:40px}
.header .nav-toggle{position:absolute;right:0px;top:-10px;font-size:25px;color:#999;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1}
.header .nav-toggle.active{color:#ccc}
.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition:all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:260px;max-width:60%}
.nav ul li{line-height:45px;text-align:left}
.nav ul li ul{display:none;transition:display 1s linear;}
.nav ul li ul.active{display:block}
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom:1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px}
.nav ul li ul li ul li a{padding-left:90px}
.nav ul li ul li ul li li a{padding-left:120px}
.nav ul li{position:relative}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px;text-align:center;transition-duration:0.2s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.nav ul li .arrow.active{transform:rotate(90deg);transition-duration:0.2s}
.nav>ul>li>a>p{display:none}
.search{
    margin:20px auto;
   
}
}




/*新闻中心*/
.news-fouce{padding: 0 26px 30px 10px;}
.wen-padding{padding:0!important;}
.content-same {padding: 30px 0;font-size: 24px;}
.padding-pc{padding-top:10px;}
}

@media (max-width:1000px) /*手机端*/
{
/*Top*/
.top-box a{display:none;}
.home-bg{position: sticky;left: 0;top: 0;z-index: 10;}
.header{box-shadow: 0 1px 1px #c1c2c4;background-color: #fff;}
.header .logo img{height: 50px;padding-right: 40px;margin: 10px 0;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#999;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.display-die{display:none;}
.images-list .item img{width:100%!important;}

.sousuo{padding: 30px 0 20px;font-size: 25px;text-align: center;}


/*BOTTOM*/
footer{margin-bottom: 44px;}
.bg-bottom .container > ul > li:first-child {padding-bottom: 30px;}

.linktit span{font-size:18px;font-weight:bold;display: block;color:#163b72;position: relative;top: -24px;left: 30px;}
.linktit li{width:50%;float:left;}
.linktit li a{line-height:2;}
.linktit .fa{color:#163b72;font-size: 16px;}

/*新闻中心*/
.news-list li.item .date {font-size: 12px;position: relative;top: 3px;}
.wen-padding{padding-left:0!important;}
.content-same {font-size: 20px;}
}



/*图片列表*/
.images-list .item a{display:block;overflow:hidden;}
.images-list .item img{display:block;width:100%!important;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .item a:hover img{transform:scale(1.1,1.1);}



/*手机端置顶*/
.curpointer {cursor: pointer;}
.bg-bottgray{background-color:#000;width: 100%; height: auto;}
.backphone{background:url(http://t1122.mbdemo.18inter.com/Templates/T1122/images/phone.png) center center no-repeat;}

.bott-fixed{left: 0;bottom: 0;z-index: 1;}
.backtop{background:url(http://t1122.mbdemo.18inter.com/Templates/T1122/images/top.png) center center no-repeat;}
.backhome{background:url(http://t1122.mbdemo.18inter.com/Templates/T1122/images/home.png) center center no-repeat;}
.backwei{background:url(http://t1122.mbdemo.18inter.com/Templates/T1122/images/wei.png) center center no-repeat;}
.backsame li a .fa{font-size: 18px;padding-top: 5px;color:#fff;}
.backsame li a span{padding-bottom: 2px;display: block;color:#fff;font-size:12px;}
@media(min-width: 1000px){.phoblack{display: none;}}



/*PC端置顶*/
.gotop {position: fixed;bottom: 60px;right: 60px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(../image/backToTop.jpg); background-repeat: no-repeat;}
@media(max-width:1000px){.gotop{display:none!important;}}



/*子栏目样式*/
.sub-nav-box {clear: both;border-left: 8px solid #0849a3;border-right: 1px #e2e2e3 solid;}
.sub-nav-box .sub-nav-title{line-height:76px;text-align:center;background:#0849a3;font-size: 24px;color:white;}

.sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;overflow:visible;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;background-color: rgba(0, 0, 0, 0.03);}
.sub-nav-box .sub-nav li a{display:block;line-height:62px;border-bottom:1px #e2e2e3 solid;font-size:18px;text-align: center;transition:0.3s linear;}
.sub-nav-box .sub-nav li a:hover{color:#000;padding-left: 20px;}
.sub-nav-box .sub-nav li ul li a:hover{padding-left: 128px;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left: 120px;text-align: left;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px;text-align: left;}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.sub-nav-box .sub-nav li.current{background:#fff url(http://t1122.mbdemo.18inter.com/Templates/T1122/images/active-left.png) no-repeat left top;background-size: 2.6px;}
.sub-nav-box .sub-nav li ul li.curren{background-size: 4px;}
.sub-nav-box .sub-nav li ul li.current > a{color:#027dc1;font-weight: bold;}

.sub-nav-box .sub-nav li.current > a{color:#027dc1;font-weight: bold;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}





/*文在超出范围*/
.card1{display:block;/*内联对象需加*/ word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */
       overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ text-overflow:ellipsis;}
.card2 {overflow: hidden;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 66px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp : 3;-webkit-box-orient: vertical;word-break: break-all;height: 80px;}



/*页码*/
.pagination > li a {margin-right: 4px;font-size: 14px;color: #000;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 1;color: #fff;background-color: #222C73;border-color: #222C73;cursor: default;}
.pagination > li a:hover {background-color: #222C73;color: #fff;}
.pagination > li > a, .pagination > li > span{padding: 3px 10px;border-radius: 2px;}



/*面包屑*/
.breadcrumb > li + li::before{content: "/";color: #9f9f9f;}
.breadcrumb li a,.breadcrumb li a span{color: #666;font-size: 16px;}
.breadcrumb li a .fa{color: #9f9f9f;font-size: 8px;position: relative;top: -4px;}

.border-style{box-shadow: 1px 1px 1px #cdcdcd;}



/*搜索*/
.ss-box{position:relative;border-radius:10px;border:1px solid #cfcfcf; background:#fff;width:100%;height:42px;margin-top: 30px;margin-right: 0;}
.ss-box .s-input{width:100%;outline:none;border:none;line-height:28px;height: 42px;padding-left:32px;background-color:transparent;}
.ss-box .s-btn{position:absolute;right:0;top:-1px; background:url(../image/searchox1.png) no-repeat center center;width:50px; height:42px;color: #fff;cursor: pointer;font-weight: bold;line-height: 32px;outline: none;border: none;}
.search{border-bottom:1px solid #ddd;}
.search .ss-box{margin:0px auto;}
.box-block{margin-right: 80px;}
@media(min-width:1000px){.ss-box{display:none;}.box-block{display:block;width: 350px;float: right;}.ss-box .s-input{width: 350px;}}
@media(max-width:1000px){.ss-box{position:relative; margin:20px auto;}.box-block{display:none;}}




/*网站地图*/
.bd-gray{border: 1px solid #ddd;}
.xianshilm {border-bottom: 1px solid #DDD;}
.xianshilm span {color: #1a56a8;font-size: 20px;line-height: 40px;border-bottom: 2px solid #1a56a8;display: inline-block;font-weight: bold;}
.webmap > ul > li {font-size: 18px;font-weight: bold;}
.webmap > ul > li > a {color: #1a56a8;}
.webmap ul > li > ul > li  {display: inline-block;margin: 10px 10px;font-size: 14px;font-weight: normal;}
.webmap ul > li > ul > li> ul > li{display:none;}


/*新闻中心*/
.substance{border: 1px solid #ddd;background: #F8F8F8;margin: 20px 0;color: #666;text-align: center;}

.latest{height: 40px;line-height: 40px;margin: 16px 0 6px;position: relative;}
.latest h4{color: #222C73;font-size: 20px;}
.latest a{position: absolute;right: 0;top: 0;background: #222C73;color: #fff;font-weight: normal;font-size: 14px;padding: 0 10px;line-height: 30px}


.news-list{clear:both;overflow:hidden;padding: 0 18px 0;border-top: 3px solid #222C73;
box-shadow: 1px 0px 3px #eaeaea;}
.news-list li.item{clear:both;overflow:hidden;width:100%;padding:13px 0px;border-bottom: 1px solid #e1e1e1;}
.news-list li.item .title{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: inline-block;}
.news-list li.item .date{float:right;color: #838383;}
.news-list li:last-child.item{margin-bottom: 20px;}
.news-list li:hover span,.news-list li:hover span a{color:#3564b2!important;}

.news-fouce{clear: both;overflow: hidden;box-shadow: 1px 1px 1px #cdcdcd;margin-top:50px;}


.issuer-both{-webkit-box-shadow: 1px 1px 4px 1px #dee7f4;-moz-box-shadow: 0px 0px 20px #000;box-shadow: 1px 1px 4px 1px #dee7f4;display: flex;margin-left: 15px;}
.issuer-both > div{padding-left: 0;}
.issuer-box > li{display: inline-block;width: 100%;}
.issuer-box > li:not(:first-child){margin: 20px 0;}



.issuer-words span{line-height: 2;margin: 16px 0;display: block;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
                   word-break: break-all;height: 52px;color: #999;}
.issuer-time{width: 61px;height: 69px;border: #222C73 1px solid;border-radius: 5px;}
.issuer-time h2{text-align: center;padding: 0;color: #222C73;border-bottom: 1px solid #222C73;}
.issuer-time span{text-align: center;font-size: 13px;color: #5c5658;display: block;}
.issuer-words a{font-size: 16px;padding-top: 20px;border-bottom: #f2f2f2 1px solid;line-height: 34px;}
@media(min-width:1000px){.issuer-words{margin-left: -20px;}.issuer-time{margin:30px 16px 28px 26px}.data{padding-top:80px;}.data-disclosure li:first-child{padding-left: 0;}.disclosure{font-size: 16px;}}
@media(max-width:1000px){.issuer-time{margin: 28px 16px;}.data{padding-top:30px;}.data-disclosure li:first-child{padding: 30px 0;text-align:center;}}


.disclosure{position: relative;padding-right: 110px;line-height: 2.5;padding-left: 15px;}
.data-disclosure{padding: 30px 0;}
.data-left{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.data-right{position: absolute;right: 15px;top: 0px;}
.data-right-two{position: absolute;right: 0px;top: 0px;}


/*走进科协*/
.articles{padding-top:30px;}
.articles li:first-child{border-bottom: 1px dashed #ccc;margin-bottom: 15px;}
.articles-right{line-height: 2;padding-bottom: 20px;}
.articles-right span{line-height: 1.8;overflow: hidden!important;display: -webkit-box !important;-webkit-line-clamp: 6;-webkit-box-orient: vertical;
                     word-break: break-all;height: 148px;display:block;}
.articles-right a img{width: 20px !important;height: 20px !important;margin-right: 5px;}
.articles-right a{text-align:right;display: block;padding-top: 10px;color: #787878;font-size: 13px}
.articles-right a:hover,.more-words li:last-child a:hover{color: #222C73;}
.articles li:first-child h5{display:none;}
.articles li:last-child h5{color:#d30000;}

.presidents{border-top: 3px solid #222C73;box-shadow: 0px 2px 1px 0px rgba(169, 169, 169, 0.75);}


.tabct li span a:hover{color:#023e8a;}/*新闻切换*/
.tab-title{text-align: center;overflow: hidden;margin: 10px}
.tab-title li span{line-height: 40px;display: block;border: solid 1px #222C73;color: #222C73;background-color: #EDF2FB;margin: 5px;}
.tab-title li:hover{cursor:pointer;}
.tab-title li.select span{background-color: #ee8484;border: solid 1px #d93939;color: #fff;}
.tab-content li span{line-height:2;}
.tab-content li{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin: 40px 15px 10px;}
.tab-content li .row{max-height: 112px;overflow: hidden;}


.science span{padding-left:0px;color: #222C73;font-size: 20px;font-weight: bold;margin: 20px 20px 0;}
.science ul{margin: 20px 10px 10px !important}
.science li a{border: solid 1px #222C73;color: #222C73;background-color: #EDF2FB;line-height: 40px;text-align: center;display: block;margin-bottom: 10px}


.documents{line-height: 2.5;padding-top: 10px;}
.more-words{position: relative;}
.more-words li:first-child{color: #222C73;font-size: 24px;font-weight: bold;}
.more-words li:first-child i{padding-right: 10px;}
.more-words li:last-child{position: absolute;right: 0;top: 0;}
.more-words li:last-child a{font-size:13px;color: #787878;}
.more-words li:last-child a img{width: 20px;height: 20px;margin-right: 6px;}


@media(min-width:1000px){.successive-leaders{padding: 100px 0 60px;}.successive{padding: 10px 40px;}.articles-box{margin-top: 70px;}}
@media(max-width:767px){.time-left{padding: 1px 1px 0 2px !important;}.time-right{padding-left: 2px;}}
@media(max-width:1000px){.successive-leaders{padding: 40px 0 20px;}.successive-leaders li{padding-top:10px;}.successive{padding-top: 10px;}}
.successive-leaders{clear:both;}
.successive-leaders li a{display:block;text-align:center;}
.successive span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 42px;display:block;}


.time{padding-top: 10px;}
.time li{max-height: 54px;position: relative}
.time-left{background: url(../image/timeline.png) no-repeat center;width: 20%;line-height: 58px;color: #fff;padding-left: 33px;box-sizing: border-box;font-size: 15px;}
.time-right{width: 80%;font-size: 16px;line-height: 55px;position: absolute;right: 0;top: 2px;}



/* 政治引领*/
.doctrine{position:relative;}
.zzylbanner-bg{background:url(../image/zzylbanner.jpg) no-repeat center;background-size: cover;margin-bottom: -40px;padding-bottom: 40px;background-attachment: fixed;}
.doctrine-thought{background-color:#fff;}
.doctrine-thought li a{background-size: 15px;padding-left:0px;}
.doctrine-thought .disclosure{line-height: 2.6;font-size: 16px;}
.doctrine h5{line-height: 40px;background-color: #2066C617;position: relative;padding-left: 10px;color: #222C73; font-size: 20px;}
.doctrine a{position: absolute;right: 0;top: 0;background: #222C73;color: #fff;font-weight: bold;font-size: 14px;line-height: 40px;padding: 0 10px;}

.doctrine-thought li:hover .data-left a, .doctrine-thought li:hover .data-right, .construction-leading li:hover .data-left a, .construction-leading li:hover .data-right {color: #3564b2;}


.toptitx{font-size: 30px;padding-left: 50px;color: #ebae00;background: url(../image/dangqi2.png) no-repeat;background-position: 10px 0px;background-size: 231px;font-weight: bold;text-shadow: 1px 1px 1px #000;margin: 30px 0 10px;}

.doctrine-box{position:relative;}
.construction-leading{background-color:#fff;padding: 20px 0;}
.construction-leading .doctrine-title{line-height: 2.6;font-size: 16px;}
.construction-leading .doctrine-title .data-right{padding-right: 5px;}
.doctrine-title{border-bottom: 1px solid #f6d8d8;}
.doctrine-title h5{line-height: 60px;background-color: #fff;position: relative;padding: 0 0 0 10px;color: #DF0100;}
.doctrine-title a{position: absolute;right: 16px;top: 11px;background: #DF0100;color: #fff;margin: 4px 0;font-size: 14px;line-height: 30px;padding: 0 10px;}





/*学术学会*/
@media(min-width:1000px){.exchange-img > li:first-child{text-align: left;padding-left: 0;}.exchange-list{max-height: 320px;height: 320px;}.exchange-list-two{height:auto;max-height: 100%;}}
@media(max-width:1000px){.exchange-img{margin-left: -18px!important; margin-right: -18px!important;}.exchange-img > li:first-child{text-align: center;}.exchange li:first-child{padding-top: 20px;}}
.exchange-list{clear:both;overflow:hidden;padding: 0 18px 30px;border-top: 3px solid #222C73;box-shadow: 1px 0px 3px #eaeaea;}
.exchange li:not(:first-child){line-height:2;font-size: 15px;}
.exchange li:first-child{padding-bottom: 10px;}
.exchange li:first-child a{font-size:22px;}


.exchange-team li a{line-height:2.1;font-size: 15px;}
.latest-two .latest{margin-bottom: -10px;}
.latest-two{background-color: #e8fafa;}
.disclosure-two{background-color: #e8fafa;padding-bottom: 0;}
.disclosure-two li{padding-left:0;line-height:2;}



/*科学普及  */
.exchange-left{padding: 0 18px 70px;}
.brand-action li a img{max-height:80px!important;}
.brand-action li, .brand-action li .row{padding:0;}
.brand-action li p{overflow: hidden;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;margin-top: 20px;}





/*创新服务*/
.make-innovations li p{color:#636262;padding-top:4px;overflow: hidden;display: -webkit-box;-webkit-line-clamp : 3;-webkit-box-orient: vertical;word-break: break-all;height: 70px;}
.disclosure-make{line-height: 2;}




/*首页*/
@media(min-width:1000px){.exchange-home{max-height: 360px;height: 360px;}.exchange-list-two{height:auto;max-height: 100%;}.latest-home{background:url(../image/toprig.jpg) no-repeat;background-position: 165px 50%}.home-title{font-size:18px;font-weight:bold;}.tab-contents{max-height: 332px;height:332px;}.technology{padding: 20px 0;}.technologys{padding-bottom: 20px;margin-top:-20px}.make-innovations li a span{font-size:22px;}}
@media(max-width:1000px){.home-title{font-weight:bold;}.make-innovations li a span{font-size:20px;}.technologys{margin-top:-40px}}
.exchange-home{clear:both;overflow:hidden;padding: 0 18px 30px;border: 1px solid #222C73;border-radius: 5px;}
.latest-home{height: 40px;line-height: 40px;margin: 16px 0 6px;position: relative;}
.latest-home h4{color: #222C73;font-size: 20px;}
.latest-home h4 .fa{padding-right:10px;}
.latest-home a{position: absolute;right: 0;top: 0;font-size: 13px;color: #787878;}
.latest-home a img{width: 20px;height: 20px;margin-right: 6px;}
.home-right{margin-right:-15px;}
.home-construction{padding:16px 0 10px;}




.home-notice li{display:inline-block;}/*首页新闻切换*/
.tab-contents{padding-top:20px;}
@media(min-width:1000px){.home-notice li{font-size: 18px;margin-right: 30px;}.home-notice .select{background: url(../image/lefttap.jpg);color: #fff;width: 140px;height: 50px;line-height: 50px;text-align: center;font-weight: bold;}}
@media(max-width:1000px){.home-notice li{font-size: 16px;margin-right: 2px;}.home-notice .select{font-weight: bold;border-bottom: 2px solid #222C73;color: #222C73;}}




.home-display{border: 1px solid #fff;}
.Special-topic{padding-top:30px;}
.Special-topic a img{padding-bottom:20px;}

.technologys{position:relative;}
.technologys-left {
    font-size: 29px;
    position: absolute;
    top: 80px;
    left: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.technologys-right {
    position: absolute;
    top: 40px;
    right: -100px;
    
    line-height: 2;
    letter-spacing: 2px;
}
.technologys-right ul li a ,.technologys-right ul li .fa{
    color: #0265c2;
}
.technologys-right ul li a:hover{color:#000;}
    .technologys-right ul li .fa {
        margin-right: 4px;
        width: 18px;
    }
.linktit .fa{display:none;}
.linktit{background:url(../image/linktit.jpg) no-repeat;background-position: 0 0;height: 63px;margin-top: 20px;margin-bottom: 40px;background-color: #fff;box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.24);position: relative;}
.linktit span{line-height: 63px;font-size: 18px;color: #fff;font-weight: bold;padding-left: 40px;}
.linktit ul{position: absolute;left: 180px;top: 0;}
.linktit li{display:inline-block;}
.linktit li a{line-height: 63px;color: #0265c2;padding: 0 5px;}
/*BOTTOM*/
footer{text-align:left;width:100%;min-height:95px;margin-top:40px;line-height:2.5}
.bg-bottom{background:#222C73;padding: 30px 0;text-align:left;}
.bg-bottom .container > ul{padding: 20px 0 10px;}
.bg-bottom li a,.bg-bottom li{color:#a2b1c7;font-size: 13px;}
.bg-bottom li ul li a{color:#79828a;}

.bg-bottom li:last-child  span{display:block;color: #a2b1c7;}
.cuhksz-council-box {
	width:66.6666666%%;
	overflow:hidden;
	margin:59px auto 100px;
}
.cuhksz-council-dl {
	width:100%;
	position:relative;
}
.cuhksz-council-dl dd {
	width:230px;
	margin:0 7px;
	height:auto;
	margin-bottom:20px;
	vertical-align:top;
	display:inline-block;
	cursor:pointer;
}
.cuhksz-council-dl .cuhksz-heidin {
	height:680px;
}
.cuhksz-council-title-line {
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#000080;
}
.cuhksz-council-title-line span {
	font-size:20px;
}
.cuhksz-council-no1 {
	height:45px;
	line-height:45px;
	background:#9b9b9b;
	color:#fff;
	cursor:pointer;
}
