/**网站宽度限定布局***/
.whole {
    width: 1200px;
    margin: 0 auto;
}

.middle {
    overflow: hidden;
    width: 1200px;
    margin-top: 10px;
}

.middle_left {
    float: left;
    width: 830px;
    height: 370px;
}

.webtitle{
    color: #ffffff;font-size: 34px;letter-spacing:5px;
    padding:18px 20px;
    font-family:'微软雅黑';font-weight:800;line-height: 50px;
}

/**网站顶部**/

.top{
    position: relative;
    height: 160px;
    background: url(../image/news/blue_top_bg.png);
}
.topMessage{
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    overflow: hidden;
}
.time{
    width: 134px;
    text-align: center;
    float: left;
}
.week{
    width: 50px;
    float: left;
}
.top_right{
    width: 68px;
    float: right;
    cursor:pointer;
}
.top_right a{
    text-decoration: none;
    color: #fff;
}

.top_right :hover{

}

.top_middle{
    overflow: hidden;

}

/**网站顶部主导航**/

/*.nav{*/
/*    width: 1200px;*/
/*    height: 48px;*/
/*    border-bottom:1px solid #0F56AE;*/
/*    background: url(../image/news/blue_nav_bg.png);*/
/*    overflow: hidden;*/
/*    display:flex;*/

/*}*/
/*.nav div{*/
/*    flex:1;*/
/*    height: 48px;*/
/*    text-align: center;*/
/*    line-height: 48px;*/
/*}*/

/*.nav a{*/
/*    text-decoration: none;*/
/*    color: #Fff;*/
/*    font-size: 16px;*/
/*}*/
/*.nav a:hover{*/
/*    color:#FFF;*/
/*    text-decoration: underline;*/
/*}*/

/**网站首页中部整*/
.home_middle {
    overflow: hidden;
    width: 1200px;
    margin-top: 10px;
}

/**网站首页中部 左边*/
.home_middle_left {
    float: left;
    width: 830px;
    height: 370px;
}

/**网站首页中部 右边*/
.home_middle_right {
    float: left;
    width: 360px;
    height: 376px;
    margin-left: 10px;
    overflow: hidden;
}

.home_middle_right > ul {
    overflow:hidden;
}

.home_middle_right > ul > li {
    overflow:hidden;
}
.home_middle_right > ul > li > a {
    height: 118px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    border: 1px solid #0F5BB3;
    background: url(../../image/news/blue_banner_left_bg.png);
}
.home_middle_right > ul > li > a > img {
    height: 46px;
    width: 46px;
    margin-right: 20px;
}
.home_middle_right > ul > li > a > span {
    font-size: 28px;
    color: #fff;
}

.home_middle_right > ul > li > a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}



/**首页内容区域**/
.home_content {
    margin-top: 20px;
}

/**首页内容区域 上部 **/
.home_content_top {
    height: 274px;
    overflow: hidden;
    display:flex;
    justify-content:space-between;
}

.home_content_left {
    flex:1;
}

.home_content_right {
    padding-left: 20px;
    width:400px;
}


/**内容区域子板块**/

.content_title {
    height: 40px;
    border-bottom: 2px solid #1f6de6;
    overflow: hidden;
    box-sizing: border-box;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.content_title > span {
    display: block;
    float: left;
    box-sizing: border-box;
}

.content_title > span:first-child {
    height: 40px;
    width: 120px;
    text-align: center;
    border: 1px solid #1f6de6;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    background: url(../../image/news/blue_xtdh_bg.png);
    background-repeat: repeat-x;
}

.more {
    flex:1;
    height: 40px;
    color: #1F76E9;
    font-size: 14px;
    text-align: right;
    line-height: 46px;
    padding-right:20px;

}

.content_main {
    width: 382px;
    padding: 10px 0;
    height: 234px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}

.content_main ul {
    list-style: square inside;
    color: #1f6de6;
}

.content_main>ul>li{
    color: #000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:30px;
}
.content_main>ul>li>a{
    color: #000;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    flex:1;
}
.content_main>ul>li>span{
    color: #000;
    width:150px;
    text-align:right;
}

.content_main div {
    width: 80px;
    height: 234px;
    float: left;
    text-align: right;
}

.content_main div > span {
    display: block;
}


/**新闻列表页面**/

.list_title{
    background-color: #eee;
    font-size: 14px;
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.list_title img{
    position: relative;
    vertical-align: middle;
    margin:0 10px;
}

.list_title a{
    padding:0 5px;
}

/**新闻列表**/
.content_list{
    /*border:1px solid #eee;*/
    padding: 20px;
    margin-top:10px;
    margin-bottom: 90px;
}
.content_list ul{
    list-style: square inside;
    min-height: 390px;
    /*height: 390px;*/

}

.content_list li{
    padding:4px 0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    list-style:square;
    min-height:38px;
    font-size: 16px;
}
.list_name{
    display:flex;
    align-items:center;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    margin-right: 40px;
}
.list_name i{
    display:block;
    width:4px;
    height:4px;
    margin:0px 10px;
    background-color:#2c89ed;
}
.list_name a{
    color: #333;
    text-decoration: none;

    /*width: 760px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.list_name a:hover{
    /*color: #71c894;*/
    color: #008B56;
    /*text-decoration: underline;*/
}
.list_time {
    width: 130px;
    min-width: 130px;
    text-align: right;
}
.news_time{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    height: 40px;
}

.news_time span{
    padding-left: 5px;
}
.news_time div.share {
    display: inline-block;
    padding-left: 10px;

}
.news_time div.share img {
    width: 20px;
    height: 20px;
}


/***分页控件***/
.pages_div{margin:20px;}


/**新闻核心内容外框**/
.content_news{
    /*border:1px solid #eee;*/
    margin:10px 0px;
}

.news_title{
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 2px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 1.5em;
}
.news_sub_title{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 16px;
}


.news_main{
    padding:30px 20px 120px 20px;
    font-size: 16px;
    background-color: #ffffff;
    min-height: 600px;
    margin-top: 50px;
}
.news_main img {
    /*width: 100%;*/
    margin-bottom: 13px;

}
.news_main p {
    /*padding-bottom: 13px;*/
    /*text-indent: 2em;*/
    line-height: 2;
}

.news_main h2 {
    border-top: 1px solid #e9e9e9;
    line-height: 36px;
    font-size: 18px;
    color: #d80e0f;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}
.news_main a {
    color: #05a96a;
}

/*网站底部*/
.web_bottom{
    margin:30px auto 0 auto;
    width: 1200px;
    padding:40px 0px 100px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-top:2px solid #1f6de6;
    background-color:#f2f7ffae;
}

.web_bottom span{
    padding-right: 16px;
}
.web_bottom p{
    padding-bottom: 24px;
}

.web_bottom a{
    text-decoration: none;
    color: #333;
}

.web_bottom a:hover{
    text-decoration: underline;
    color: #333;
}

/*登录页面*/
.loginBg{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    min-width: 900px;
    min-height: 660px;
    background:url(../image/login/login_bg.jpg) no-repeat top center;
}

.loginBox{
    width:830px;
    margin: 0 auto;
}

.loginDiv{
    width: 400px;
    height: 400px;
    position: relative;
    top: 200px;
    left: 430px;
}
.login_title{
    width: 322px;
    border-bottom: 2px solid #3388ff;
    height: 62px;
    margin:0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 64px;
    color: #3388ff;
    font-family: "黑体";
}


.login_row{
    padding:0 24px;
    height:66px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.login_row > .login_input{
    flex:1;
}

.login_input{
    display: block;
    height: 42px;
    margin:0 auto;
    background: #fff;
    border:1px solid #e7e7e7;
    font-size: 16px;
    color: #666;
    padding-left:20px;
    line-height: 42px;
}

.login_button{
    width: 212px;
    height: 42px;
    border:1px solid #c0dbf5;
    color: #3388ff;
    margin:0 auto;
    background-repeat: repeat-x;
    background:url(../image/login/login_03.png);
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    cursor:pointer;
}

/*第二套登录页面*/
.loginBg2{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    min-width: 700px;
    min-height: 500px;
    background:url(../image/login/login_page_bg.jpg) no-repeat top center;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.logintitle2{
    height:50px;
    padding-bottom:10px;
    font-size:32px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: "黑体";
    color:#FFFFFF;
}
.login_title2{
    border-bottom: 1px solid #3388ff;
    height: 50px;
    margin:0 auto;
    font-size: 22px;
    text-align: center;
    line-height: 64px;
    color: #3388ff;
    font-family: "黑体";
    display:flex;
    align-items:center;
    justify-content:center;
}
.loginBox2{
    width: 500px;
    background-color:#FFFFFFCC;
    border:1px solid #3972e8;
    border-radius:10px;
    box-shadow:0px 0px 8px #333;
    display:flex;
    justify-content:center;
    align-items:center;
}
.loginDiv2{
    padding:10px;
}


/**注册页**/
.register_bg{
    min-height: 720px;
    background:#CBDEEB url(../image/register/reg_bj.jpg) no-repeat center top;
}
/*注册页面logo区*/
.register_logo{
    height:80px;
    font-size:32px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: "黑体";
    color:#FFFFFF;
}

/*注册内容顶部*/
.reg_topbj{
    width:968px;
    height:104px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../image/register/reg_topbj.png);
}

.reg_topbj > .ico{
    background-image: url(../image/register/ico_list.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
    width: 234px;
    height: 48px;
    position: relative;
    top: 56px;
    left: -4px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.reg_topbj > .ico span{
    padding-left: 50px;
}


.go_login{
    float: right;
    padding: 30px 50px 0px 0px;
}

.go_login a{
    color: blue;
    font-size: 14px;
    cursor: pointer;
}

.go_login a:hover{
    text-decoration: underline;
}
/*注册页面中部*/
.reg_body{
    width:888px;
    padding:40px;
    margin: 0 auto;
    background-image: url(../image/register/reg_bj.png);
    background-repeat: repeat-y;
}
.reg_body .row{
    padding: 10px;
    display:flex;
    align-items:center;
    justify-content: flex-start;
}
.reg_body .row >.md4{
    width:25%;
    padding:0px 1%;
}
.reg_body .row >.md4 span{
    color:#000;
    font-size:14px;
}
.reg_body .row >.md4 b{
    color:red;
}
.reg_body .row >.t_r{
    text-align:right;
}
.reg_body .row >.rowinput{
    width:45% !important;
}

/**注册大按钮**/
.reg_body .row .register_button{
    padding:0px 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    background-color: #3577C2;
    color: #fff;
    cursor: pointer;
    border:none;
}
.reg_body .row .register_button:hover{
    background-color: #4583d0;
}

/**注册页小号按钮，与输入框同高**/
.reg_body .row .smbtn{
    padding:0px 10px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: #3577C2;
    color: #fff;
    cursor: pointer;
    border:none;
}
.reg_body .row .smbtn:hover{
    background-color: #4583d0;
}

/*注册页面底部*/
.reg_foot{
    width:968px;
    height:20px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../image/register/reg_footbj.png);
    margin-bottom: 100px;
}

.platformHeader {
    background-image: url("../image/web/index/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 326px;
    height: 230px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.certfooter {
    /*background-image: url("/image/web/platform/cert/footerbg1.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*height: 370px;*/
}

.content_news .body {
    width: 100%;
    /*width: 90%;*/
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    line-height: 30px;
}


.sidebar{
    text-align: center;
}
.treeview .titleDiv {
    font-weight: 600;
    position: relative;
    /*border-left: 3px solid transparent;*/
    padding: 15px 0px 15px 0px;
    /*display: block;*/
    font-size: 20px;
    line-height: 20px;

    background: url("../image/web/news/sideMenuTitle.png");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    color: #008B56;
    align-items: center;
}
.treeview .titleDiv img {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}
.sidebar-menu .treeview-menu {
    padding-left: 0px;
    padding-bottom: 5px;
}
.sidebar-menu .treeview-menu > li > a {
    padding: 5px 0px 5px 0px;
    font-weight: 500;
    font-size: 16px;
}
.content_title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: 2px solid #71c894;
}

.list_name i {
    background-color: #71c894;
}

#htxb {
    background: #db1c00 none repeat scroll 0 0;
    clear: both;
    height: 3px;
    margin-bottom: 25px;
    width: 100%;
}

#tvmenu li {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tvmenu li.activeNav {

    background: url("../image/web/news/sideMenuSel.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 500;
}
#tvmenu li.activeNav a  {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
#tvmenu li.activeNav a::before  {
    content: url("../image/web/news/sideMenuIndi.png");
    width: 7px;
    height: 18px;
    display: inline-block;
}
.notice .content_list {
    margin-bottom: 10px;
}
.notice .content_list ul {
    min-height: 200px;
}
.download .content_list {
    margin-bottom: 10px;
}
.download .content_list ul {
    min-height: 200px;
}

/*.aligncenter{*/
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/

.mui-pull-left{
    color: #FFFFFF !important;
}

.nav-wrap{
    padding-top: 20px;
    background: #FEFEFE;
    /*border: 1px solid #F5F5F5;*/
}
.vlink {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    max-width: 1190px;
    margin: 0 auto;
}
.vlink .iconfont2{
    color: #05A96A !important;
    margin-right: 2px;
}
.vlink a{
    color: #a9a9a9 ;
    font-size: 16px;
    margin-left: 5px;
}
.vlink a:hover{
    color: #05A96A;
}
.vlink .active{
    color: #05A96A;
}