.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 36px;
    border-top: 1px solid #ccc;
}
.cont_l {
    float: left;
    width: 260px;
}

.cont_r {
    float: right;
    width: 940px;
}

#tit_2 {
    width: 240px;
    padding: 5px 10px 0 0;
    text-align: center;
}


#tit_2 a.tit_2_a1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #888;
}

#tit_2 a.tit_2_a1:hover {
    color: #fff;
    background: #4d7dd1;
}

#tit_2 p {
    display: none;
}

#tit_2 a.tit_2_a2 {
    display: block;
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    background: #fafafa;
    color: #888;
}

#tit_2 a.tit_2_a2:hover {
    color: #4d7dd1;
}


.list {
    display: block;
    background: #fff;
    padding: 0 40px;
}

.list ul li {
    height: 60px;
    line-height: 60px;
}