*{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    background: #c9c9c9c9;
}
#center_body{
    width: 1400px;
    height: 985px;
    margin:0 auto;
    border:none;
    background: #ffffff;
}
/*横幅*/
.banner{
    margin-bottom:3px;
}
/*内容*/
.content{
    width: 1440px;
    height:628px;
    background: url("imgcontent_bg.png") no-repeat;
}
.content .center_box{
    width: 1240px;
    height: 569px;
    margin:2px auto 0;
    border:none;
}
.content .center_box .left_list{
    width: 469px;
    height: 569px;
    float: left;
}
.content .center_box .left_list .btn{
    display: none;  //按钮隐藏
    margin-left: 40%;
}
.content .center_box .left_list button:nth-child(1){
    margin-bottom: 29px;
}
/*显示按钮时下面ul属性删除*/
.content .center_box .left_list ul{
    margin-top:15%;
}
.content .center_box .left_list li{
    width: 468px;
    height: 60px;
    color: #c90000;
}
.content .center_box .left_list ul li div:nth-child(1){
    width: 34px;
    line-height: 34px;
    text-align: center;
    background: #ababab;
    border-radius: 17px;
    color: #ffffff;
    float: left;
    margin: 3% 3% 0 3%;
}
/*
.content .center_box .left_list .list_num1{
    width: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 17px;
    color: #c90000;
    float: left;
    margin: 3% 3% 0 3%;
}
*/
.content .center_box .left_list .list_txt{
    padding-top:4%;
    width: 400px;
    height: 75px;
    margin: auto 0;
    color: #c90000;
    font-family: '微软雅黑';
}
.content .center_box .right_txt{
    width: 767px;
    height: 544px;
    border:1px solid #f2c5c0;
    outline:1px solid #dd625d;
    margin-top: 5px;
    float: left;
	overflow: auto;
    overflow-x: hidden;
}
/*y轴滑块大小*/
.right_txt::-webkit-scrollbar{
    width:10px;
    height:20px;
}
/*轨道槽背景*/
.right_txt::-webkit-scrollbar-track-piece{
    background: #ffffff;
    border:1px solid #c9c9c9;
    border-radius: 8px;
}
/*滚动条滑块颜色*/
.right_txt::-webkit-scrollbar-thumb{
    background:#c90000;
    border-radius:8px;
}
.content .center_box .right_txt .top_txt{
    width: 687px;
    height: 85px;
    margin:30px 0 0 30px; 
	line-height: 150%;	
	
    color: #222222;
    font-size: 15px;
	text-align:center;
}
.content .center_box .right_txt .top_txt1{
    width: 687px;
    height: 40px;
    margin:30px 0 0 30px; 
	line-height: 150%;		
    color: #222222;
    font-size: 15px;
	text-align:center;
}
.content .center_box .right_txt img{
    margin:10px 0 20px 60px;
}
.content .center_box .right_txt .btn_txt{
    width: 687px;
    margin-left:30px;
	line-height: 150%;		
    color: #222222;
    font-size: 15px;
	font-family:'Times New Roman';  
}
/*底*/
.footer{
    width: 1400px;
    height: 121px;
    background: url("imgfooter_bg.png") repeat-x;
    margin-top: 5px;
    position: absolute;
	font-size: 9pt;
}
.footer .logo{
    position: relative; left: 18%; top:20%;
}
.footer span{
    position: relative; left:20%;
}



