@charset "utf-8";
/* CSS Document */

a.more {
    float: right;
    font-weight: normal;
    font-size: 1.4rem; font-size: 14px;
    color:#609de6;
    line-height: 54px;
    cursor: pointer;
}
a.more:hover{
    color:#cb1b1d;
}
.img-border{
    border: 1px solid #cdcdcd;
    padding:2px;
}

/* Topnews
==========================================================================*/
.carousel-indicators {
    position: absolute; /*整个计数区域绝对定位*/
    bottom: 2%; /*距容器carousel底部10px*/
    z-index: 15; /*设置其在Z轴的层级*/
    /*让整个计数区水平居中*/
    left: 70%;
    margin-left: -20px;
    padding-left: 0;
    text-align: right;
    width: 30%;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff \9;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border: 0 none;
}
/*col-announce
==========================================================================*/
.col-announce .carousel-indicators {
    margin-left: 0;
    text-align: center;
    left: 50%;
    width: 10%;
}
.col-announce .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: rgba(95, 95, 95, 0.6);
    border: 0 none;
}


@media only screen and (min-width: 991px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        width: 659px;
        height: 371px;
    }
}

.carousel-inner .carousel-caption{
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 22px;
    font-size: 1.8rem; font-size: 18px;
    padding: 15px 10px;
    text-align: left;
    background-color: #1c4177 \9;
    background-color: rgba(28, 65, 119, 0.6);
}
.carousel-inner .carousel-caption a{
    color: #fff;
}

.col-topnews{
    background: -webkit-linear-gradient(#3a94af,#4395cd);
    background: -o-linear-gradient(#3a94af,#4395cd);
    background: -moz-linear-gradient(#3a94af,#4395cd);
    background: -mos-linear-gradient(#3a94af,#4395cd);
    background: linear-gradient(#3a94af,#4395cd);	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='rgba(100,168,213,0)',endColorstr='rgba(58,148,175,0)')
}
.col-topnews-R h3{
    background: url(ico_white_col_01_ivpp.png) no-repeat 0 3px;
    color:#fff;
    padding-left: 36px;
    font-size: 2.0rem; font-size: 20px;
    font-weight: bold;
    margin: 20px 0 15px 0;
}
.col-topnews-R ul{
    margin:5px 0 0 0;
}
.col-topnews-R li{
    background: url(ico_bluepoint.png) no-repeat 0 10px;
    font-size: 1.6rem; font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #fff;
}
.col-topnews-R li a,
.col-topnews-R .more{
    color: #fff;
}
.col-topnews-R li a:hover,
.col-topnews-R .more:hover{
    color: #fff;
    text-decoration: underline;
}
@media only screen and (min-width: 992px) {
    .col-topnews{
        padding-right: 15px;
    }
    .col-topnews-L{
        padding-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    .carousel-inner .carousel-caption{
        font-size: 1.6rem; font-size: 16px;
        line-height: 24px;
    }
    .col-topnews-L{
        padding: 0;
    }
    .col-topnews-R li {
        line-height: 1.2;
        margin-bottom: 3px;
    }
    .col-topnews-R h4{
        height: auto;
    }
    .col-topnews-R  li{
        line-height: 22px;
        height: auto;
    }
}


/* FontList
------------------------------ */
.main-content h3{
    background: url(bg_col_index_ivpp.jpg) no-repeat left center;
    font-size: 1.8rem; font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #4395cd;
    color: #fff;
}
.main-content h3 img{
    padding: 0 6px 0 18px;
}
.main-content section img{
    padding: 0;
}
.main-content section h4{
    font-size: 1.4rem; font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.main-content .fontlist li{
    background: url(ico_bluesquare.gif) no-repeat 0 center;
    padding: 5px 0 5px 10px;
    line-height: 1.4;
    font-size: 1.4rem; font-size: 14px;
}

.main-right img{
    padding-right: 8px;
}
.col-mail{background-color: #ebf4fa;padding:10px;margin-top:20px;}
.col-mail>p{font-size:18px;color:#2f92d5;font-weight:600;padding-bottom:15px;}
.col-mail{border-top:2px solid #529dd0;}
.form-mailsignin {
    margin: 0 auto;
}
.form-mailsignin input{
    height: 36px;
    line-height: 30px;
    padding: 0 3%;
    border: 0 none;
    display: block;
    width: 100%;
}
.form-mailsignin input[type="text"] {
    margin-bottom: 10px;
    background: url(ico_col_user_ivpp.png) 98% #fff no-repeat;
    color:#8e8e8e;
}
.form-mailsignin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 0;
    background: url(ico_col_pwd_ivpp.png) 98% #fff no-repeat;
    color:#8e8e8e;
}
.form-mailsignin button {
    background: #2f92d5;
    color: #fff;
    display: block;
    width: 100%;
    height: 81px;
    line-height: 38px;
    padding: 0;
    font-size: 1.8rem; font-size: 18px;
    font-weight: bold;
    border:none;
}
.form-mailsignin-input{width:74%;display: inline-block;}
.form-mailsignin-but{width:24%;display: inline-block;float:right;}

.col-tabs .nav-tabs{
    border-bottom: 0 none;
    padding-right: 0;
}
.col-tabs .nav-tabs > li{
    width: 50%;
    font-size: 2.0rem; font-size: 20px;
    font-weight: bold;
    background: #529ed0;
    line-height: 2.5;
    text-align: center;
}
.col-tabs .nav-tabs > li > a{
    display: inline-block;
    margin-right: 0;
    border-radius: 0;
    color: #fff;
}
.col-tabs .nav-tabs > li.active > a,
.col-tabs .nav-tabs > li.active > a:focus,
.col-tabs .nav-tabs > li.active > a:hover
{
    line-height: 2.5;
    width: 100%;
    border: 0 none;
    border-bottom-color: transparent;
    background-color: #2f92d5;
    color: #fff;
}
.col-tabs .tab-content{
    background: #ebf4fb;
    padding: 1% 4% 0 4%;
}
.col-tabs .tab-content li{
    line-height: 23px;
    overflow: hidden;
    height: 46px;
}
.col-tabs .tab-content li span {
    display: inline-block;
    border-right: 1px solid #d2dbe0;
    text-align: center;
    float: left;
    color: #4395cd;
    width: 80px;
    height: 46px;
    margin-right: 15px;
}
.col-tabs .tab-content li span b {
    color: #4395cd;
    font-size: 2.0rem; font-size: 20px;
    line-height: 1.4;
    display: block;
}
.col-tabs .tab-content li span em {
    font-size: 1.4rem; font-size: 14px;
    line-height: 1.3;
    display: block;
    font-style: normal;
}
.main-right h4{
    color: #2f92d5;
    font-size: 1.8rem; font-size: 18px;
    font-weight: bold;
    line-height: 2.5;
}
.main-right .col-img a img{
    padding-right: 0;
    width: 100%;
}

/*科普滚动*/
/* 轮播（Carousel）指标 */
.wrap-main-03 .carousel-indicators {
    position: absolute; /*整个计数区域绝对定位*/
    top: -34px; /*距容器carousel底部10px*/
    z-index: 15; /*设置其在Z轴的层级*/
    /*让整个计数区水平居中*/
    right: 15%;
    margin-left: -20px;
    padding-left: 0;
    text-align: right;
    width: auto;
    list-style: none;
    bottom: auto;
}
.wrap-main-03 .carousel-indicators li {
    color: #4584bc;
    font-weight: bold;
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    background: none;
    border: 0 none;
}
/*设置当前状态样式*/
.wrap-main-03 .carousel-indicators .active {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #4584bc;
    color: #fff;
    border: 0 none;
    padding:2px 7px 0 0;
}
/* 轮播（Carousel）项目 */
.wrap-main-03 .carousel-inner > .item a{
    display: block;
    position: relative;
}
.wrap-main-03 .carousel-inner > .item span{
    position:absolute;
    display: inline-table;
    z-index: 20;
    left:0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}


/* 轮播（Carousel） 左右控制*/
.wrap-main-03 .carousel-control {
    position: absolute;
    height: 26px;
    width: 26px;
    top: -20%;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #2f8ee0;
    border: 0 none;
}
.wrap-main-03 .carousel-control.left {
    z-index: 15;
    top: -20%;
    left: 81.5%;
    bottom: 2%;
}
.wrap-main-03 .carousel-control.right {
    z-index: 15;
    top: -20%;
    left: 84%;
    bottom: 2%;
}
@media only screen and (min-width: 768px) {
    .wrap-main-03 .carousel-indicators {
        right: 8%;
    }
    .wrap-main-03 .carousel-inner > .item section{
        padding-right: 20px;
    }
    .wrap-main-03 .carousel-inner > .item section:first-child{
        padding-left: 0;
    }
    .wrap-main-03 .carousel-inner > .item section:last-child{
        padding-right: 0;
    }
    .wrap-main-03 .carousel-inner > .item a > img, .wrap-main-03 .carousel-inner > .item img{
        min-width: auto;
        width: 100%;
        height: 95px;
    }
}
@media only screen and (min-width: 991px) {
    .wrap-main-03 .carousel-indicators {
        right: 5%;
    }
    .wrap-main-03 .carousel-inner > .item a > img, .wrap-main-03 .carousel-inner > .item img{
        min-width: auto;
        width: 100%;
        height: 165px;
    }
}


.main-right h3{
    background: url(ico_skyblueline_whb_2018.gif) no-repeat left center;
    font-size: 1.6rem; font-size: 16px;
    line-height: 2.7;
    padding-left: 8%;
    border-bottom: 0 none;
}
.main-right section{
    background: #1a5dac;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 1.6rem; font-size: 16px;
    width: 48%;
    margin-right: 2%;
    line-height: 3;
}
.main-right section a{
    color: #fff;
}
.main-right section i{
    margin-right: 10%;
}
.main-right .list h3{
    background: none;
    border-bottom: 2px solid #ead5b3;
    padding-left: 0;
    line-height: 2.7;
}
.main-right .list h3 i{
    color: #dca54b;
    font-size: 2.4rem; font-size: 24px;
    padding-right: 4%;
}
.main-right .list li span {
    background: url(bg_date_whb_2018.png) no-repeat 0 0;
    display: inline-block;
    text-align: center;
    float: left;
    color: #fff;
    width: 60px;
    height: 70px;
}
.main-right .list li span b {
    color: #fff;
    font-size: 2.6rem; font-size: 26px;
    line-height: 1.4;
    display: block;
}
.main-right .list li span em {
    font-size: 1.2rem; font-size: 12px;
    line-height: 1.1;
    display: block;
    font-style: normal;
}
.main-right .list a{
    line-height: 1.3;
    font-size: 1.4rem; font-size: 14px;
    display: block;
    margin-left: 70px;
}
.main-right .panel-body{
    padding: 0;

}
.col-link {
    text-align: center;
}
.col-link i{
    background: #4196ce;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    padding-top: 13px;
    color: #fff;
    font-size: 2.0rem; font-size: 20px;
    text-align: center;
}
.col-link a{
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

@media (min-width: 768px){
}
@media (min-width: 992px){
    .news,
    .main-content .newsimg{
        padding-left: 0;
    }

    .main-content .fontlist li{
        padding: 5px 0 6px 10px;
    }

    .main-content section article{
        padding-right: 0;
    }
    .main-content section img{
        width: 132px;
        height: 100px;
    }
    .main-right {
        padding: 0 15px 0 0;
    }
}
@media (min-width: 1170px){
    .col-topnews-R h4 a{
        font-size: 1.8rem; font-size: 18px;
    }
    .main-content section img{
        width: 199px;
        height: 149px;
    }
}
