/* Write your styles */


.about_title{ height: 3rem; line-height: 3rem; background-color: #cf0606;text-align: center; width:100%;}
.about_title span{
    font-size: 1.5rem;  height: 3rem;line-height: 3rem;  font-weight: normal;
    background-color: #cf0606;text-align: center;color: #fff; display:block;
    width:30%; margin:0 auto;
}

.about_title_2{ height: 3rem; line-height: 3rem; background-color:#eeeff5; margin: 0.5rem 0; }
.about_title_2 span{
    font-size: 1.5rem;  height: 3rem;line-height: 3rem; display: inline-block;font-weight: normal;
    background-color: #004da1; color: #fff; margin-left:2%; padding: 0 2%; float:left; width:30%;
}

.index_item{ height: 3.2rem; line-height: 3.2rem; background-color:#eee;  margin-bottom: 2px; }
.index_item .sign_left{
    font-size: 1.5rem;   display:  block;font-weight: normal;
    background-color: #0a67fb; color: #fff;  width:18%; padding-left:2%;

}

.index_item .sign_left_2{
    padding-left: 2%;  border: #eee solid 1px;
}


.index_item .sign_left_3{
    padding-left: 2%; width:80%; line-height:200%;border: #eee solid 1px;
}

.menu li a,.menu li a:link,menu li a:visited{color:#FFFFFF; background:#cf0606; }
	
.menu li a:hover{color:#FFFFFF; background:#cf0606;  text-decoration:none}