
:root,body{
    height: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
    padding: 0;
    margin: 0;
}
.header-region{
    height: 25px;
    line-height: 25px;
    background: #015293;
    color: #fff;
    font-size: 13px;
}
.header-region a:hover{
    color: #ffc107;
}
.header-region-left{
    float: left;
}
.header-region-left a{
    padding-right: 10px;
}
.header-region-right{
    float: right;
}
.header-region-right a{
    padding-left: 10px;
}
/**/
.banner{
    width: 100%;
    height: 175px;
    background: url(/template/static/image/banner.jpg) no-repeat center;
	background-size:cover
}

/**/
.navbar{
    height: 50px;
    background: #cfdeff;
    padding: 0;
}
.navbar .w{
    position: relative;
}
.navbar .navbar-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}
.navbar .navbar-li{
    height: 42px;
    text-align: center;
    /*background: #fff;*/
    transition: all .1s;
    display: flex;
    width: 140px;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    margin: 0 3px;
    position: relative;

}
.navbar .navbar-li a{
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #3a4049;
    font-weight: bold;
}
.navbar .navbar-li:hover{
    height: 50px;
    /*color: red !important;*/
}
.navbar .navbar-li:hover>a{
    /*height: 50px;*/
    color: #013dcf !important;
}
.navbar-li .navbar-menu{
    position: absolute;
    /*width: 1200px;*/
    width: 140px;
    /*height: 350px;*/
    /*background: #cccacb;*/
    /*padding: 21px 32px;*/
    left: 0;
    top: 50px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    display: none;
}
.navbar-li:nth-child(6) .navbar-menu-right{display:none}
.navbar-li:hover .navbar-menu{
    display: flex;
}
.navbar-menu-left{
    width: 255px;
}
.navbar-left-top{
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}
.navbar-left-top h2{
    width: 161px;
    line-height: 33px;
    background: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 16px;
    font-weight: bold;
}
.navbar-left-list{
    height: 265px;
    overflow: hidden;
}
.navbar-left-list p{
    width: 118px;
    height: 118px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #999;
    margin: 0 18px 18px 0;
    float: left;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.navbar-left-list p:nth-of-type(2n){
    margin-right: 0;
}
.navbar-menu-right,
.nav-right-outer{
    /*width: 1136px;*/
}
.news-bdn-bd{
    width: 1136px;
}

.news-bdn-bd .hd{
    /*height: 45px;*/
    /*padding-bottom: 10px;*/
    /*border-bottom: 2px solid #fff;*/
    /*margin-bottom: 10px;*/
}
.news-bdn-bd .hd ul{
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    width: 140px;
}
.news-bdn-bd .hd li{
    /*margin-right: 10px;*/
}
.news-bdn-bd .hd li a{
    display: block;
    padding: 0 16px;
    min-height: 33px;
    background: #fff;
    /*box-shadow: 0px 0px 5px 0px #999;*/
    box-sizing: border-box;
    border: solid 1px #d0ddf6;
    border-top: none;
    font-size: 15px !important;
    color: #333;
    line-height: 33px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.news-bdn-bd .hd li.on a{
    min-height: 33px;
    font-size: 15px;
    /*color: #214ed6;*/
    line-height: 33px;
}
.news-bdn-bd .hd li.on a {
    /*min-height: 33px;*/
    font-size: 15px;
    /*color: #214ed6;*/
    line-height: 33px;
}

.news-bdn-bd .tempWrap{
    width: 850px !important;
    background: #fff;
}
.news-bdn-bd .bd{
    background: #fff;
    height: 256px !important;
    width: 1136px;
}
.news-bdn-bd .bd .inBox{
  	box-sizing: content-box;
    width: 810px !important;
  	padding: 0 20px !important;
    /*margin: 0 21px !important;*/
}
.news-bdn-bd .bd .inslide{
    display: none;
    justify-content: space-around;
    height: 256px;
    padding-top: 40px;
}
.news-bdn-bd .inHd{
    height: 48px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 9px;
}
.news-bdn-bd .inHd li{
    float: left;
    margin: 0 10px;
}
.news-bdn-bd .inHd li a{
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #333;
    display: block;
    transition: all .3s;
}
.news-bdn-bd .inHd li.on a{
    color: #015293;
    font-size: 16px;
    border-bottom: 2px solid #015293;
    line-height: 45px;
}
.news-bdn-bd .bd .news-ban-left{    
    width: 285px;
    height: 174px;
    overflow: hidden;
}
.news-bdn-bd .bd .news-ban-left a{
    height: 100%;
}
.news-bdn-bd .bd .news-ban-left img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.news-bdn-bd .bd .news-ban-left p{
    margin-left: 158px;
    background: #848484;
    color: #fff;
    padding: 13px 13px;
    line-height: 26px;
    font-size: 14px;
    height: 174px;
    overflow: hidden;
}
.news-bdn-bd .bd ul {
    width: 745px;
}
.news-bdn-bd .bd li{
    margin-bottom: 6px;
}
.news-bdn-bd .bd li a{
    line-height: auto;
}
.news-bdn-bd .bd li p{
    font-size: 14px;
    color: #888;
}
.news-bdn-bd .bd li img{
    width: 80px;
    height: 55px;
}
.news-bdn-bd .bd li h3{
    font-size: 12px;
    font-weight: normal;
    /* height: 55px; */
    line-height: 18px;
    overflow: hidden;
    /* padding: 0 15px; */
    text-align: left;
}


/* 登录样式 */
.temp-login-main{
    height: 100%;
    border-bottom: 16px solid #a3a3a3;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.temp-login-region{
    height: 396px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.temp-login-region .line{
    width: 1px;
    height: 150px;
    background: #e0e0e0;
}
.temp-login-region h2{
    color: #FF6600;
    border-bottom: 2px #FF6600 solid;
    width: 156px;
    height: 35px;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}
.temp-login-region input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding: 0 15px;
    color: #333;
    margin-bottom: 25px;
    border: 1px #CCCCCC solid;
    font-size: 13px;
    border-radius: 4px;
    background-image: url(/template/static/image/269.gif);
    background-repeat: no-repeat;
    background-position: 0px -6px;
    padding-left: 50px;
    overflow: hidden;
}
.temp-login-region input.login-password{
    background-position: 0px -76px;
}
.temp-login-region input:last-of-type{
    width: 200px;
    /* margin-left: 15px; */
    height: 36px;
    line-height: 36px;
    background: none;
    margin-bottom: 0;
    padding: 0 15px;
    display: block;
    float: left;
    border-radius: 0;
}
.temp-login-region input:focus{
	box-shadow: 0 0 4px #015293;
	border-color: #fff;
}
.temp-login-tt{
    width: 100%;
    height: 100px;
    font-size: 0;
    background: url(/template/static/image/region.jpg) no-repeat center;
    line-height: 100px;
    color: #fff;
}
.temp-login-tt h1{
    line-height: 100px;
    text-align: center;
    margin: 0;
}

.temp-login-log{
	width: 465px;
    padding: 0 70px 0 80px;
}
.temp-login-reg-begin{
    padding: 0 70px 0 80px;
    border-left: 1px solid #DFDFDF;
    height: 230px;
    width: 270px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.temp-login-reg-begin p{
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #009900;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    height: auto;
    padding: 9px 22px;
    border: 1px #006C00 solid;
}
.temp-login-register{
    width: 465px;
    padding: 0 70px 0 80px;
    display: none;
}
.temp-login-region button{
    width: 312px;
    height: 42px;
    background-color: #FF6600;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
}
.temp-login-register button{
    background: #4587F0;
}
.temp-login-region button:hover{
	opacity: 0.8;
}
.temp-login-region input::-webkit-input-placeholder { 
  color: #999;
}
.temp-login-register input{
    margin-bottom: 21px;
}
.temp-login-register input:nth-of-type(2),
.temp-login-register input:nth-of-type(3){
    background-position: 0 -76px;
}
.temp-login-region.active .temp-login-register{
    display: block;
}
.temp-login-region.active .temp-login-log{
    display: none;
}
/**/
.footer-region{
    text-align: center;
    color: #fff;
    padding: 20px 0;
    line-height: 18px;
    font-size: 12px;
    background: #000;
}
.footer-region p{
    margin: 0;
}

/* 登录 */
.header-login{
    height: calc(100% - 25px);
    background: url(/template/static/image/loginbg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.header-login-bd{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 466px;
    height: 490px;
    background: #fff;
    margin: auto;
}
.header-login-bd p{
    font-size: 14px;
    color: #555;
    font-weight: bold;
    margin: 5px 0 10px;
}
.header-login-bd form{
    width: 306px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-login-bd input{
    width: 306px;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 2px;
    padding: 0 12px;
    margin: 9px 0;
    font-size: 14px;
}
.header-login-bd .yz-code{
    margin: 9px 0 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.yz-code img{
    cursor: pointer;
}
.header-login-bd .yz-input{
    width: 177px;
    margin: 0;
    height: 36px;
}
.header-login-bd button{
    width: 100%;
    height: 46px;
    border-radius: 23px;
    background: #015293;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border: none;
    outline: none;
}
.header-login-bd button:hover{
    opacity: 0.9;
}

.header-regist{
    background: url(/template/static/image/registerbg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.change-btn{
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.change-btn a{
    display: inline-block;
    width: 60px;
    height: 23px;
    color: #015293;
    line-height: 21px;
    text-align: center;
    border-radius: 14px;
    opacity: 0.8;
    margin-left: 10px;
}
.change-btn a:hover{
    opacity: 1;
}
.list-right-item-img{
    width: 230px;
    height: 120px;
}
.list-left{
    width: 230px;
    box-sizing: border-box;
    /*border: solid 1px red;*/
}
.list-right{
    box-sizing: border-box;
    width: 100%;
    /*background: pink;*/
}
.list-box{
    display: flex;
    flex-wrap: nowrap;
}
.list-right-item-box{
    display: flex;
    flex-wrap: wrap;

}
.list-right-item{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;

}
.um-article-list{min-height:600px}
.list-right-item:nth-child(4n+1),.list-right-item:nth-child(4n+2),.list-right-item:nth-child(4n+3)
{
    margin-right:16.66666666666px;
}
.list-right-item-title{
    color: #000 ;
    font-size: 18px;
	margin-bottom:6px;
    /*text-align: center;*/
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.list-right-item-desc{
    font-size: 16px;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top: 5px;
}
.list-right-item-time{
    /*text-align: center;*/
    font-size: 12px;
	color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    color: gray;
}
.list-right-item-content{
    font-size: 14px;
	color:#666;
    overflow:hidden;
	margin-bottom:5px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.list-left-item{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-bottom: solid 1px #adadad;
    font-size: 14px;
    line-height: 40px;
    /*margin-left: 2.5%;*/
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.list-left-content{
    width: 90%;
    /*padding-left: 2.5%;*/
    height: 100%;
    border: solid 1px #adadad;

}
.list-left-item-active{
    background:#214ed6 ;
    color: #ffffff;
    box-sizing: border-box;
    border-bottom: solid 1px #214ed6;

}
.pages-box{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 50px;

}
.pages-box-btn{
    border:solid 2px #d7d7d7;
    width: 40px;
    height: 40px;
    text-align: center;
    /*line-height: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 24px !important;
}
.pages-box-lost{
    font-size: 24px;
    margin-top: -10px;
}