
html,body{
    width:100%;
    height:100%
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.content_box {
    padding: 30px 0 10px;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}
.content_box .station{
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    background: url("../images/dizhi.png") no-repeat 15px center;
    overflow: hidden;
    font-size: 12px;
}
.all{
    padding-top: 20px;
    display: flex;
}
.site-le{
    flex: none;
    width: 265px;
    overflow: hidden;
    margin-left: 15px;
}
.site-ri{
    flex: none;
    width: 870px;
    overflow: hidden;
    padding-left: 20px;
    float: right;
}
.site-le .title{
    height: 60px;
    overflow: hidden;
    /*border-top-left-radius: 9px;*/
    /*border-top-right-radius: 9px;*/
    background: #1d8de3 url("../images/shu.png") no-repeat 30px center;
    padding-left: 75px;
}
.site-le{
    background: #fff url("../images/xinwen.png") no-repeat right bottom;
    height: auto;
    border: 1px solid #E5E5E5;
    padding-bottom: 144px;
}
.site-le li{
    position: relative;
    padding-left: 75px;
    display: flex;
    line-height: 50px;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: bottom;
}
.site-le ul .cur a span{
    color: #1d8de3;
}
.site-le li::before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0B83DE;
    position: absolute;
    left: 50px;
    margin-top: 20px;
}
.site-le .title > h2{
    margin-top: 18px;
    line-height: 26px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}
.site-le>ul li a span{
    font-size: 18px;
    color: #333;
}
.site-box{
    overflow: hidden;
}
.site-title h1{
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #1187e0;
    font-weight: normal;
    color: #1187e0;
    font-size: 22px;
    padding-left: 24px;
    background: #fff url("../images/circle.png") no-repeat 5px center;
}
.site-title ul{
    overflow: hidden;
    padding-left: 5px;
    padding-top: 4px;
    height: 752px;
}
.site-title li{
    overflow: hidden;
    display: block;
    padding-left: 12px;
    border-bottom: 1px dotted #999;
    vertical-align: bottom;
    line-height: 40px;
    position: relative;
}
.site-title li::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: grey;
    position: absolute;
    margin-top: 15px;
}
.site-title ul li a{
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 600px;
    padding-left: 12px;
}
.site-title ul li a:hover{
    color: #0B83DE;
}
.site-title ul li span{
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
}
.fenye{
    width: 650px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 20px auto 10px;
    color: #0B83DE;
}
.mgt30 span{
    border: 1px solid #178AE2;
    padding: 2px 8px;
    color: white;
    background: #178AE2;
}
.mgt30 a{
    border: 1px solid #e3e3e3;
    color: black;
    padding: 2px 8px;
    margin: 0px 4px;
}
.mgt30 a:hover{
    border-color: #d41616;
    background: #d41616;
    color: white;
}

.pager-control{
    color:#8594c9;
    text-align: right;
}
.aaa{
    width: 100%;
}
.aaa img{
    width: 100%;
    height: auto;
}