.title_one {
    width: 100%;
    margin: 10px 0px;
}

.title_one span {
    display: inline-block;
    vertical-align: middle;
}

.title_one img {
    width: 20px;
    margin: 0px 4px;
}

.title_one_name {
    font-size: 16px;
    font-weight: 470;
    color: #444;
}

.title_one_name_en {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin: 0px 10px;
}

.getmore {
    float: right;
}

.getmore a {
    font-size: 11px;
    color: #666;
    margin-right: 4px;
}

.getmore a:hover {
    color: #0076c8;
}

.top_line {
    height: 1.4px;
    width: 97%;
    background: #ddd;
    padding: 0px;
    margin: 0px auto;
    margin-left: 15px;
    margin-bottom: 20px;
}

.zd_img {
    border-top: 1.4px #ddd solid;
    width: 100%;
    margin-top: 0px !important;
    padding-top: 15px;
    height: 168px;
}

.station_info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 13px;
    color: #555;
    line-height: 23.5px;
    margin-bottom: 0px;
    text-align: justify;
}

.ul_list {
    border-top: 1.4px #ddd solid;
    padding: 10px 0px;
    height: 310px;
}

.ul_list li {
    width: 100%;
    font-size: 13px;
    color: #555;
}

.ul_list li:hover {
    color: #0076c8;
}

.ul_list li:last-child {
    clear: both;
}

.ul_list li span:last-child {
    display: inline-block;
    float: right;
    width: 55px;
    line-height: 32px;
    text-align: right;
}

.ul_list li span:first-child {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    width: calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul_list .dots {
    width: auto !important;
    margin-right: 4px;
}

.logo_link {
    margin: 0px 6%;
    width: 92%;
}

.logo_link span {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    float: left;
    width: 14.2%;
    cursor: pointer;
}

.logo_link img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px auto;
}

.cgtitile {
    position: relative;
    display: inline-block;
    z-index: 9999;
    left: 0px;
    font-size: 13px;
    text-align: left;
    padding: 0px 10px;
    color: #fff;
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_list li {
    display: inline-block;
    float: left;
    width: 23.5%;
    background-size: 100%;
    padding: 10px;
    margin: 10px 1%;
}

.img_list li:nth-child(4n+1) {
    margin-left: 0%;
}

.img_list li:nth-child(4n+4) {
    margin-right: 0%;
}

.img_list li .index_img_title {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.img_list li .index_img_des {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width:900px) {
    .img_list li {
        width: 100%;
        padding: 10px;
        margin: 5px 0px;
        background-size: 100% !important;
    }
}