﻿.float_top{
    height: 8px;
    /* 主页使用 */
    /*background: rgb(218,239,255);*/
    /* 分页使用 */
    background: white;
}

.main_color{
    width: 1010px;
    height: 100%;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.main_li{
    width: 260px;
    height: 720px;
    margin-left: 10px;
    float: left;
    background: url("ul_bg.png") no-repeat;
}

.blue_li{
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid rgb(236,236,236);
    background: rgb(11,129,219);
    color: white;
}

.white_li{
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid rgb(236,236,236);
}

.main_li a{
    color: rgb(20,20,20);
    font-family: 微软雅黑;
    font-size: 16px;
    transition: all 0.5s;
}

.main_li a:hover{
    color: rgb(11,129,219);
    margin-right: 10px;
    transition: 0.5s;
}


.main_li a:hover:after{
    margin-left: 10px;
    content: '>';
    transition: 0s;
}

.main_title{
    width: 710px;
    min-height: 720px;
    margin-left: 20px;
    float: left;
}

.main_title img{
    border: 0px;
}

.main_Big{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgb(236,236,236);
}

.main_Big span{
    font-size: 16px;
    line-height: 40px;
}

.new_title{
    width: 100%;
    height: 580px;
}

.new_title li{
    line-height: 38px;
}

.new_title a{
    color: rgb(20,20,20);
}

.new_title a:hover{
    color: rgb(11,129,219);
}

.s_left{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: rgb(10,10,10);
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

.s_mid{
    display: inline-block;
    width:590px;

}

.s_right{
    display: inline-block;
    width: 100px;
    text-align: right;
}

/*分页*/
.but{
    width: 600px;
    height: 70px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.but li{
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 7px;
    text-align: center;
    line-height: 25px;
    border: 1px solid rgb(187,187,187);
}

.but li:hover{
    background-color: rgb(189,189,189);
}

.but li:hover a{
    color: white;
}

.but a{
    color: rgb(189,189,189);
}

.but span{
    display: inline-block;
    color: rgb(187,187,187);
}

.span_mar{
    margin-left: 15px;
}

.search_in{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgb(187,187,187);
}

.search_ok{
    width: 40px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: rgb(187,187,187);
    margin-left: 5px;
    background-color: white;
    border: 1px solid rgb(187,187,187);
}