/**网站宽度限定布局***/
.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;
}
.content_list ul{
    list-style: square inside;
}
.content_list li{
    padding:4px 0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    list-style:square;
    min-height:38px;
}
.list_name{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.list_name i{
    display:block;
    width:4px;
    height:4px;
    margin:0px 10px;
    background-color:#2c89ed;
}
.list_name a{
    color: #333;
    text-decoration: none;
}
.list_name a:hover{
    color: #1E9FFF;
    text-decoration: underline;
}
.news_time{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    height: 40px;
}

.news_time span{
    padding-left: 10px;
}


/***分页控件***/
.pages_div{margin:20px;}


/**新闻核心内容外框**/
.content_news{
    border:1px solid #eee;
    margin:10px 0px;
}

.news_title{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 2px;
}


.news_main{
    padding:30px 10px 120px 10px;
    font-size: 14px;
}

/*网站底部*/
.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;
}