/**网站宽度限定布局***/
.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;
}

/*全新登录页面*/
.v3_login_bg {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 900px;
    min-height: 860px;
    background: url("../image/login/zzx_logo_bj.png") center center no-repeat;
    background-size: auto 100%;
}

.v3_login_logo {
    width: 920px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
    background: url("../image/login/zzx_logo_dl.png") left center no-repeat;
    background-size: 60px 60px;
    color: #026644;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 3px #AAA;
    flex-shrink: 0;
}

.v3_login_center {
    width: 100%;
    height: 600px;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v3_login_main {
    width: 1000px;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.v3_login_form {
    width: 360px;
    background: #FFF;
    box-shadow: 0 0 15px #d7ddd8;
    border-radius: 8px;
    padding: 40px;
}

.v3_login_main_title {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.v3_login_main_title > div {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.v3_login_main_title > div > span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 0 6px;
    flex: 1;
}

.v3_login_main_title > div > b {
    height: 2px;
    width: 100%;
    display: block;
    background: #439978;
}

.lv3_login_main_row {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 2px #DDD;
    padding: 0px 5px;
}

.lv3_login_main_row .name {
    color: #777;
    padding-left: 15px;
}

.lv3_login_main_row .name > em {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.lv3_login_main_row .txt {
    height: 44px;
    border: none;
    flex: 1;
    font-size: 15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    font-size: 15px;
}

.lv3_login_main_row .see {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.lv3_login_main_btns {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.lv3_login_main_btns .btn_login {
    height: 50px;
    border: none;
    flex: 1;
    background: linear-gradient(171.32deg, #34a176 0%, #33bf8a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDD;
    cursor: pointer;
    transition: 1s;
}

.lv3_login_main_btns .btn_login:hover {
    background: linear-gradient(171.32deg, #1f956a 0%, #62daab 100%);
}

.lv3_login_main_btns .btn_login2 {
    height: 50px;
    border: none;
    flex: 1;
    background: linear-gradient(171.32deg, #3477a1 0%, #3596d6 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDD;
    cursor: pointer;
    transition: 1s;
}

.lv3_login_main_btns .btn_login2:hover {
    background: linear-gradient(171.32deg, #3477a1 0%, #4cabed 100%);
}