@charset "utf-8";
body {
	background:url(/images/bg.jpg);
}

body {
	background-color: #290706;
}
.ys {
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.news {
	overflow:scroll;
	height:330px;
	width:610px;
	overflow: scroll;
	overflow-x:hidden;
	scrollbar-face-color:#990000;
	scrollbar-highlight-color:#990000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#990000;
	scrollbar-Shadow-color:#ffffff;
	scrollbar-arrow-color:#000000;
	padding: 1px;
	margin: 1px;
}
.girls {
	overflow:scroll;
	height:1270px;
	width:925px;
	overflow: scroll;
	overflow-x:hidden;
	scrollbar-face-color:#990000;
	scrollbar-highlight-color:#990000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#990000;
	scrollbar-Shadow-color:#ffffff;
	scrollbar-arrow-color:#000000;
	padding: 1px;
	margin: 1px;
}
#nav ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#nav ul li{
    width:calc(100% / 6);
    text-align: center;
    
    border:1px solid #fff;
    background: #ffc2cb;
        position: relative;
}
#nav ul li a{
    background: #ffc2cb;
    display: block;
    width: 100%;
    /*height: 100%;*/
    padding: 15px 0;
}
#nav ul li a:before {
    content: url(../img/icon_link.png);
    position: absolute;
    left: 15%;
}
#nav ul li a:hover{
     background: url(../img/bg_menu.png);
}
.STYLE3 {font-size: 12px; color: #FFCC00; }
a {
	font-size: 14px;
	color: #000;
}
/*a:link {*/
/*	text-decoration: none;*/
/*}*/
/*a:visited {*/
/*	text-decoration: none;*/
/*	color: #FFFF99;*/
/*}*/
/*a:hover {*/
/*	text-decoration: underline;*/
/*	color: #FFFF66;*/
/*}*/
/*a:active {*/
/*	text-decoration: none;*/
/*	color: #FFFF66;*/
/*}*/
.STYLE4 {color: #FFFFFF}
.mg{
    width: 990px;
    margin: auto;
}
.bg{
    width: 1060px;
    margin: auto;
    background: url("../img/new_bg1.png");
}
.index_cont{
    display: flex;
}
.index_news{
    width: 700px;
     background: url("../img/index_25.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
.time_title{
    background: url("../img/new_bg.png");
    padding: 11px 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.new_cont{
    margin: 20px;
    
         width: calc(100% - 40px);
    height: 325px;
    overflow: auto;
}
footer{
    text-align: center;
}
footer p{
    color: #000;
}
footer p a:visited{
    color: #000;
}
.page{
    text-align: center;
    /*background: url("../img/girls_14.jpg");*/
    /* background-size: contain;*/
    
}
.staff_list{
    display: flex;
}
.staff_img{
    width: calc(51% - 160px);
    /*background: url("../img/bg1.png");*/
    background-size: 93%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 122px 80px;
    position: relative;
}
.staff_img img{
        border-radius: 50%;
}
.staff_img::after{
    content: "";
    position: absolute;
       top: 19px;
    bottom: 50px;
    left: -7.5%;
    width: 631px;
    height: 686px;
    background: url(../img/biankuang.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 72% 87%;
}
.staff_cont{
    width: calc(49% - 90px);
    /*background: url("../img/bg2.png");*/
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 45px;
        
}
.staff_cont table{
    color: #e27b89 !important;
    /*background: #fff;*/
}
.staff_cont table tr td{
    /*border:1px solid #e27b89;*/
        background: #e27b8930;
}
@media screen and (max-width: 750px){
   .staff_cont table tr td{
        /*border:1px solid #e27b89;*/
            background: #e27b8930;
            font-size: 36px;
            line-height: 63px !important;
    } 
    .staff_cont table tr td span{
        font-size: 36px !important;
        line-height: 63px !important;
    }
    
}