:root {
    --color: #2981EB;
    --deepcolor: #06234C;
    --qiancolor: #2981EB;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1230px;
    outline: none;

}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.align_item_center {
    align-items: center;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}


.login_bg{
    background: url(../images/login_bg.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.login_logo{
    margin-top: 100px;
}
.login_container{
    width: 540px;

background: #FFFFFF;
box-shadow: 0px 0px 10px #ddd;
padding: 30px;
margin-top: 200px;
}
.login_title{
    font-size: 28px;
    text-align: center;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 20px;
}
.login_user{
    width: 100%;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 40px;
    text-indent: 60px;
    background: url(../images/user.png) 15px center no-repeat;
}
.login_pass{
    width: 100%;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 40px;
    text-indent: 60px;
    background: url(../images/pass.png) 15px center no-repeat;
}
.login_btn{
    width: 300px;
height: 60px;
background: #0962CD;
border-radius: 30px;
display: block;
margin: 0px auto;
margin-top: 40px;
font-size: 20px;
color: #fff;
border: 0px;
}
.login_link{
    margin-top: 40px;
    text-align: center;
}
.login_link a{
    display: inline-block;
    margin: 0px 20px;
}
.reg_bg{
    background-color: #EFF6FA;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.reg_logo{
    text-align: center;
    display: flex;
    justify-content: center;
}
.forgot_container{
    width: 450px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px;
   margin: 0px auto;
   margin-top: 50px;
}
.forgot_inp{
    width: 100%;
    height: 50px;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    margin-top: 30px;
    text-indent: 20px;
}
.logo p{
    font-size: 34px;
    font-weight: bold;
    color: var(--color);
    margin-left: 40px;
}
.exit{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.exit img{
    margin-right: 10px;
}
.user_bg{
    background: url(../images/bg.png) top center no-repeat;
    padding-top: 48px;
}
.huibody{
background-color: #f5f5f5;
}
.top{
    padding: 20px 0px;
}
.user_name{
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.user_name img{
    margin-right: 20px;
}
.user_name p{
    line-height: 30px;
}
.user_left{
    width: 200px;
    background-color: #fff;
}
.user_left a{
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.user_right{
    width: 980px;
    background-color: #fff;
    min-height: 400px;
    padding: 20px;
}
.user_left a.act{
    background-color: var(--qiancolor);
    color: #fff;
}
.user_left a:hover{
    background-color: var(--qiancolor);
    color: #fff;
}
.usesr_title{
    border-bottom: 1px solid var(--qiancolor);
    color: var(--qiancolor);
    padding-bottom: 10px;
    font-size: 18px;
}
.reg_bg{
    background-color: #EFF6FA;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.reg_logo{
    text-align: center;
    display: flex;
    justify-content: center;
}
.reg_box{
    background-color: #fff;
    margin-top: 40px;
    padding: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #ddd;
}
.reg_title{
    color: #0962CD;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.form_item{
    margin-top: 30px;
}
.form_item label{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.form_item label i{
    font-style: normal;
    color: red;
}
.form_item .inp{
    width: 380px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #ddd;
}
.midden_line{

    margin-top: 30px;
    width: 1px;
    background-color: #ddd;
}
.reg_btn{
    margin: 40px auto;
    display: block;
    width: 180px;
    height: 51px;
    background: #0962CD;
    border: 1px solid #0962CD;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
}
.zz_img img{
    width: 400px;
}
.user_right .form_item{
    text-align: center;
    display: flex;
    justify-content: center;
}
.news_list a{
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    line-height: 17px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.news_list a:hover{
    border-bottom: 1px dashed var(--color);
}
.news_list a:hover span{
    color: var(--color);
}
.news_list a p{
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.news_list a p img{
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}
.news_list  span{
    color: #666;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
    font-size: 14px;
}


.page-link {
    position: relative;
    display: block;
    height: 35px;
    padding: 0px 14px;
    color: #666;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin: 0px 6px;
}

.page-link:hover {
    background-color: var(--color);
    color: #FFF;
}

.active .page-link {
    background-color: var(--color);
    color: #FFF;
}
.news_title{
	
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
	
	text-align: center;
}
.news_date{
	
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	color: #999;
	border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: block;
}
.news_date span{
	display: inline-block;
	margin: 0px 10px;
}
.news_info{
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	
}
.news_content img{
    display: inline;
}
.info_line{
    margin-top: 40px;
    padding: 10px;
    background-color: var(--qiancolor);
    color: #fff;
}
.zb_table{
    width: 100%;
    background-color: #dfdfdf;
}
.zb_table td{
    padding: 15px;
    background-color: #fff;
}
.zb_table .zb_title{
    background-color: #f6f6f6;
    
}
.zb_btn{
    display: block;
    margin: 30px auto;
    width: 150px;
    height: 50px;
    text-align: center;
    background-color: var(--color);
    color: #fff;
    border: 0px;
    font-size: 18px;    
}
.upload_btn{
    margin: 10px auto;
    display: block;
    width: 260px;
    height: 30px;
    background: #0962CD;
    border: 1px solid #0962CD;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
footer{
    background-color: var(--color);
    padding: 30px 0px;
}
.foot_contact_info{
    color: #fff;
    margin-left: 30px;
}
.foot_contact_info p{
    margin-bottom: 20px;
}
.foot_contact_info span{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.qr{
    text-align: center;
    color: #fff;
}
.qr img{
    width: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qr_box{
    margin-left: 20px;
    font-size: 14px;
}
.copyright{
    background-color: var(--deepcolor);
    color: #fff;
    padding: 5px 0px;
}
.copyright a{
    color: #fff;
    margin: 0px 10px;

}
.copyright p{
    color: #fff;
    margin: 0px 10px;

}
.copyright .main{
    justify-content: center;
    font-size: 14px;
}

.login_captcha{
    width: 250px;
    height: 60px;
    border: 1px solid #DFDFDF;
    font-size: 18px;

    text-indent: 20px;
}
.mt40{
    margin-top:40px
}
.form_item .sminp{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #ddd;
}
.cate_ids{
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 485px;
    justify-content:space-between;
}
.cate_ids input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cate_ids label{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}