
a{
    cursor: pointer;
}
.zwdt-box{
    width: 1100px;
    margin: 20px auto;
}
.maintitle {
    width: 100%;
    border-bottom: #e1e1e1 1px solid;
    padding: 10px 0;
}
.maintitle h1 {
    margin: 0 0 0 20px;
    border-left: #bd192d 4px solid;
    padding-left: 10px;
    font-size: 24px;
    line-height: 26px;
    color: #666666;
    font-weight: normal;
}
ul li{
    float: left;
}
.li_one{
    width: 130px;
    height: 130px;
    line-height: 130px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin: 20px;
    background: red;
}
.li_two{
    width: 828px;
    margin-top: 40px;
    font-size: 14px;
}
.li_two a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #555555;
}
.li_two a:hover {
	color:#bd192d;
}