﻿body{
    font-family: 'microsoft yahei', serif;
}
body>.main{
    width:1080px !important;
    max-width: 1080px !important;
}
div.v2__banner-and-calendar{
    display:flex;
    flex-direction: row;
    margin-top:10px;
    margin-bottom: 10px;
}
.v2__search_bar{
    display: flex;
    flex-direction: row;
    padding-right: 10px;
}
.v2__search_bar_left{
    width: 5px;
    background-image: url("images-v2/search-left.png");
    background-repeat: no-repeat;
}
.v2__search_bar_right{
    width: 41px;
    background-image: url("images-v2/search-right.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.v2__search_bar_center{
    height: 36px;
    width: 226px;
    background-image: url("images-v2/search-center.png");
    background-repeat: no-repeat;
    border: none;
    outline:none;
}

.v2__navigation {
  text-align:center;
  height:42px;
  background-image: url('images-v2/nav-bg.jpg');
}

.v2__navigation ul{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    font-size: 18px;
    font-weight:bold;
    font-family: 'microsoft yahei', serif;
    padding: 0 50px;
}

.v2__navigation ul li{
    height:42px;
    line-height:42px;
}

.v2__navigation a {
    color: white;
}

.v2__navigation a:link{
   text-decoration: none;
}


.v2__navigation a:before{
    position: relative;
    top: 3px;
    padding-right: 5px;

    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    display: inline-block;
    width: 19px;
    height: 19px;
    content:"";
}

.v2__navigation a.icon-home:before{
    background-image: url('images-v2/icon-home.png');

}
.v2__navigation a.icon-org:before{
    background-image: url("images-v2/icon-org.png");
}
.v2__navigation a.icon-news:before{
    background-image: url("images-v2/icon-news.png");
}
.v2__navigation a.icon-info:before{
    background-image: url("images-v2/icon-info.png");
}
.v2__navigation a.icon-party:before{
    background-image: url("images-v2/icon-party.png");
}
.v2__navigation a.icon-data:before{
    background-image: url("images-v2/icon-data.png");
}

.v2__index_banner{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
}

.v2__slider_and_news{
    display: flex;
    flex-direction: row;
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
}

.v2__slider{
    width: 660px;
    height: 370px;
    min-height: 370px;
}

.v2__slider-inner .item{
    display: none;
}

.v2__slider-inner .item img{
     width: 660px;
     max-width: 660px;
     height: 370px;
     max-height: 370px;
}

.v2__slider-inner .item.active{
    display: block;
}

.v2__slider-bottom{
    position: relative;
    top:-38px;
    height: 38px;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: row;
}
.v2__slider-caption{
    line-height: 38px;
    padding-left: 5px;
    color: white;
    font-size: 15px;
    font-family: 'microsoft yahei', serif;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: none;
    cursor: pointer;
}
.v2__slider-caption.active{
    display: block;
}
ol.v2__slider-indicators{
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 9px 10px;
}
ol.v2__slider-indicators li{
    line-height: 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: 'microsoft yahei', serif;
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    user-select:none;
}

ol.v2__slider-indicators li.active{
    background-color: #FF0000;
    color: #FFF;
}


.v2__news{
    flex-grow: 1;
    margin-left: 5px;
}

.v2__common_tabs{
    display:flex;
    flex-direction:row;
}

.v2__common_tabs div{
    flex:1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.v2__common_tabs div:first-child {
    background-image: url("images-v2/red-btn-bg.png");
    color: #FFF;
}

.v2__common_tabs div:not(:first-child){
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #127ecf;
    height:27px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.v2__common_tabs div:not(:first-child):not(:last-child):after{
   float: right;
   color: #ccc;
}

.v2__common_tabs div.active{
    border-top: 2px solid #d52b2c;
    border-left: 1px solid #d52b2c;
    border-right: 1px solid #d52b2c;
    border-bottom:none;

}
.v2__common_tabs_no_separator{
    cursor: default !important;
}

.v2__common_tabs_no_separator:after{
    content: ''!important;
    float: none;
}
.v2__news_contents{
    margin-top:10px;
}

.v2__news_contents div{
    display: none;
}

.v2__news_contents div.active{
    display: block;
}

.v2__study_and_service{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.v2__org_and_information{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.v2__org_and_information .v2__org{
    flex: 1;
}


.v2__org_and_information .v2__information{
    flex: 1;
    margin-left:10px;
}

.v2__org_contents{
    margin-top:10px;
    height: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    line-height: 26px;
}

.v2__org_contents_responsibilities{
    text-indent: 24px;
}

.v2__org_contents div{
    display: none;
}

.v2__org_contents div.active{
    display: block;
}

.v2__information_contents{
    margin-top: 10px;
    padding: 5px;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}
.v2__information_contents>div{
    width: 25%;
    text-align: center;
    position: relative;
    flex: 0 0 33.33%;
}
.v2__information_contents>div>div.category_image{
    min-height: 50px;
    min-width: 50px;
}

.v2__information_contents>div>div.category_caption{
    position: relative;
    top: -30px;
    font-size: 13px;
    color: #095EAE;
    font-weight: bold;
    cursor: pointer;
}

.v2__zhuanti{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
}

.v2_zhuanti_contents{
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}
.v2_zhuanti_contents>div:not(:first-child) {
    margin-left: 5px;
}
.v2_zhuanti_contents_move>div{
    animation: horizontal-move 20s linear infinite;
    transform: translate(0px);
}
@keyframes horizontal-move {
    0% {
        transform: translate(0px);
    }
    100% {
        /* 100%是自身的宽度 */
        transform: translate(calc(-0px - 300%));
    }
}
.v2__subSite{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
}

.v2_subSite_contents{
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v2__links{
    margin-top: 15px;
    width: 1080px;
    max-width: 1080px;
    height: 85px;
    background-color: #eeedee;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
.v2__links_contents{
    width: 1013px;
    max-width: 1013px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v2__links_head{
    height: 85px;
    line-height: 85px;
    flex: 1;
}

.v2__links_head span{
    height:30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 4px 8px;
    background-color: red;
}

.v2__links_list{
    height: 85px;
    line-height: 85px;
    flex: 4;
}

.v2__links_list select{
    padding: 3px 8px;
    color: #000;
    font-size: 14px;
}

.v2__links_email{
    display: flex;
    flex-direction: row;
    color:#095EAE;
}
.v2__links_email_head{
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    font-weight: bold;
}

.v2__links_email_body{
    height: 60px;
    margin: auto 10px;
    border: 1px solid #095EAE;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;

}

.v2__links_email_body input{
    width: 120px;
    height:20px;
}

.v2__links_email_foot{
    font-size: 16px;
    font-weight: bold;
    height: 85px;
    line-height: 85px;
    cursor: pointer;
}

.v2__footer{
    width: 1013px;
    max-width: 1013px;
    margin:15px auto 50px auto;
}

.v2__footer_head{
    font-size: 15px;
    color: #000;

}

.v2__footer_copyright{
    margin-top: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

/*二级页面*/
.v2__position{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
    height: 40px;
    line-height: 40px;
    background-color: #E5E5E5;
    color: #258FCD;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.v2__articles{
    width: 1013px;
    max-width: 1013px;
    margin:10px auto 0 auto;
}

.v2__articles ._tabs{
    display: flex;
    flex-direction: row;
    color: #258FCD;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #F5F5F5;
    padding: 0 15px;
}

.v2__articles ._tabs a {
    color: #258FCD;
    font-size: 15px;
    font-weight: bold;
}

.v2__articles ._tabs div:first-child{
    text-align: start;
}

.v2__articles ._tabs div:last-child{
    text-align: right;
    flex:1;
    cursor: pointer;
}

.v2__articles ._tabs div.tab{
    width: 129px;
    text-align: center;
    cursor: pointer;
}

.v2__articles ._tabs div.active{
    background-image: url('images-v2/tab-active.png');
    background-repeat: no-repeat;
    background-position: center;
}

.v2__articles ._list{
    padding: 5px 15px 30px 15px;
    border: 1px solid #ccc;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.v2__articles ._list ._left_tabs{
    width: 100px;
}

.v2__articles ._list ._left_tabs .tab{
    color: black;
    font-size: 15px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin: 5px auto;
    padding: 10px;
}

.v2__articles ._list ._left_tabs .tab:not(:last-child){
    border-bottom: 1px solid darkgray;
}

.v2__articles ._list ._left_tabs .tab.active{

    border-bottom: 3px solid red;
}

.v2__articles ._list ._separator{
    width: 1px;
    background-color: darkgray;
    margin: 10px ;
}
.v2__articles ._list ._main_list{
    flex:1;
}

.v2__articles ._list ul li{
    line-height: 40px;
    border-bottom: 1px dotted #E5E5E5;
    font-size: 14px;
}
.v2__articles ._list ul li span{
    float:right;
}

.v2__article {
    padding: 20px 10px;
}

.v2__article .title {
    color: #DF0037;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid darkgray;
    padding-bottom: 15px;
    margin: 15px 10px;
}

.v2__article .desc {
    border: 1px solid #C9EAFC;
    padding: 10px;
    margin: 20px 20px 5px;
    font-size: 12px;
    color: #666;
    background: #FDFDFD;
}

.v2__article .text {
    padding: 5px 10px;
    line-height: 26px;
    min-height: 300px;
    overflow: hidden;
}

.article .text p {
    margin: 10px 0;
}

.v2__article .text a:link, .article .text a:visited {
    color: #0004A1;
    text-decoration: none;
}

.v2__article .text a:hover, .article .text a:active {
    text-decoration: underline;
}

.v2__article .desc{
   border: 1px solid #CCC;
}

.v2__article .bottom {
    border-top: 1px solid darkgray;
    padding: 10px;
    margin: 10px 0;
    color: black;
}