#homepage_background{
   /* background-image: url("/img/backgroundlight.jpg");*/
    background-position: 10%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: auto;
    /*background-color: #e5f2fe;*/
    background-color: #f2f2f2;


}

#homepage_header_div{
}

#header_search{
    /*place-content: center;*/
    width: inherit;
    margin:auto 0px 20px 0px;
    overflow: auto;
}
#welcome{
    width: inherit;
    font-family: "Times New Roman";
    font-size: 16px;
    font-size-adjust: inherit;
    color: #ffffff;
    margin: 0 0 5% 20%;
}
#header_search_form{
    width: inherit;
    margin: 0 0 0 20%;
}

#homepage_logo{
    height: auto;
    width: inherit;
    margin: 60px 0px 15px 0px;
}



#header_nav{
    height: 47px;
    width: inherit;
    line-height: 47px;
    border-top: rgba(255,255,255,0.5) 1px solid;
    border-bottom: rgba(255,255,255,0.5) 1px solid;
}

#header_nav a{
    height: 45px;
    border-right:rgba(255,255,255,0.5) 1px solid;
}
#header_nav a:hover{
    color: rgb(25,25,112);
    background-color: rgba(25,25,112,0.2);
}
#header_nav .active{
    color: white;
    background-color: rgba(25,25,112,0.2);
}
#header_nav a:last-child{
    border-right:none;
}

#homepage_content{
    margin: 5px 0px;
    background-color: rgba(255,255,255,0.3);
}

.news{
   /* height: 50%;*/
}

.news_news{
    height: 100%;
    line-height: 250px;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    font-size: 30px;
}

.news_box{
    padding: 0px;
}

.news_news:nth-child(1){
    background-color: white;
    color:black;
}

.news_box:nth-child(2){
    background-color: white;
}

.news_news:nth-child(2){
     background-color: rgba(234,216,185,0.7);
     color:black;
 }

.news_box:nth-child(1){
    background-color: rgba(83,81,79,0.7);
}
.title_more{
    width: 50%;
    float: left;
    display: flex;
    height: 30px;
    line-height:30px;
    text-align: right;
    background-color: white;
}
.moreBar{
    height: 30px;
    line-height:30px;
    width: inherit;
    background-color: white;
}
.titleS{
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}
.more{
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    float: right;
}


/*more>>栏*/
.more_black{
    background-color: white;
 }
.more_white{
    background-color: white;
}
.news_container{
    padding: 10px 20px 10px 20px;
    height: 220px;
    overflow: auto;
}
.news_container p{
    margin: 0px;
}

.news_p{
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_link{
    height: 36px;
    line-height: 36px;
    color: #444;
    font-size: 15px;
}

.info_span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    float: left;
}

.news_container ul{
    padding-left: 1px;
}

.news_container li{
    list-style: none;
    position: relative;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    overflow: hidden;
}

.date_span{
    float: right;
}

.news_span{
    float: right;
}

.homepage_right{
    background: rgba(255,255,255,0.7);
}
.homepage_right .user_area{
    height: 65%;
    width: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.homepage_right .user_area .login_area{
    padding:0px 5%;
    overflow: auto;
}
.homepage_right .user_area .user_info{

}

.homepage_right .about_us{
    height: 35%;
    padding: 30px 0;
    text-align: center;
}
.user_info .img_border{
    width:60%;
    margin: 30px 20%;
    padding-top:60%;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    position:relative;
}
.user_info .img_border img{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;top:0px;
    border: 5px solid rgba(0,0,0, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#header_back{
    background-image: url("../../img/banner.png");
    height: 100px;
    width:100%;
}

#header_back_title{
    color: white;
    padding-top: 29px;
    padding-left: 39px;
}

#header_back_title_name{

}