.current-location {
    background: #EBEBEB;
    height: 68px;
    opacity: 0.69;
}

a {
    text-decoration: none !important;
}

.location {
    width: 1200px;
    margin: 0 auto;
    line-height: 68px;
    font-size: 14px;
    color: #666666;
}

.content {
    width: 1200px;
    margin: 0 auto;

}

.content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.left {
    width: 196px;
    min-height: 68px;
    float: left;
    margin-top: 20px;
}

.left-top {
    background-image: url("/image/web/list_left_bar_bg-c69954161fe4f6f3bedf732360b121bd.png");
    background-repeat: no-repeat;
    width: 196px;
    height: 108px;
    display: table;
    text-align: center;
}

.left-top-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
    font-size: 24px;
    color: white;
}

.left-top-title span {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.left-top-title span div:nth-child(1) {
    margin-right: 8px;
}

.left-top-title span div:nth-child(1) img {
    position: relative;
    top: -7px;
}

.left-top-title span div:nth-child(2) h3 {
    font-size: 22px;
    font-weight: bold;
}

.left-top-title span div:nth-child(2) h6 {
    font-size: 11px;
    color: #ffffff85;
}

.right {
    width: 970px;
    float: right;

}

.right-list.right-list-pic ul li {
    display: inline-block;
    text-align: center;
    list-style: none;
    border: none;
    margin: 20px 13px 0 20px;
}

.right-list.right-list-pic ul li a.picA p {
    width: 282px;
    height: 180px;
    overflow: hidden;
}

.right-list.right-list-pic ul li a.picA p img {
    width: 282px;
    height: 180px;
    transition: all 0.6s;
}

.right-list.right-list-pic ul li a.picA p img:hover {
    transform: scale(1.2);
    transition: all 0.6s;
}

.right-list.right-list-pic ul li span:before {
    content: '';
}

.right-list.right-list-pic ul li a.picA {
    display: inline-block;
    width: 282px;
    height: 180px;
}

.right-list.right-list-pic ul li a.picA span label {
    font-size: 14px;
    color: #999999;
}

.right .top {
    width: 100%;
    background: white;
    height: 68px;
    font-weight: bold;
    border-bottom: 1px solid #e9e7e7;
    margin-top: 20px;
}

.right .top span {
    font-size: 26px;
    color: #054FAC;
    line-height: 68px;
    font-weight: Bold;
}

.left .list {
    line-height: 53px;
    min-height: 610px;
    margin-bottom: 20px;
}

.left .list div {
    font-size: 18px;

}

.left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 63px;
    font-size: 18px;
    color: #054FAC;;
    text-decoration: none;
    background: url("/image/web/list_left_item_bg-8a656e2d33c772a93c46705ce4ab6a1c.png") no-repeat;
    margin-bottom: 15px;
}

.left a.list-active-div {
    font-weight: bold;
    background: url("/image/web/list_left_item_active_bg-03091adcb38cd339c203b1a245279e6c.png") no-repeat;
}

.left .list div .title {
    text-align: left;
    margin-left: 10px;
}

.left .list a:hover {
    font-weight: bold;
    background: url("/image/web/list_left_item_active_bg-03091adcb38cd339c203b1a245279e6c.png") no-repeat;
}

.left-top-icon:before {
    content: url("/image/web/icon_xinwen_20-37316eaf1aa6bb036fd0b3ca97364453.png");
    position: absolute;
    top: 7px;
}


.right-list li {
    position: relative;
    margin: 30px 0 0 48px;
    line-height: 32px;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
    list-style-type: none;
}

.right-list li span:before {
    position: absolute;
    content: url("/image/web/yuandian-d8d30f91050bee3cedd748572599066a.png");
    left: -15px;
}

.right-list li a label {
    color: #3f79d9;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}


.right-list li span:first-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 100%;
}

.right-list li .list-content {
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-list li .list-time {
    font-size: 13px;
    color: #a7a7a7;
    line-height: 16px;
    margin-bottom: 28px;
}

.right-list li:hover {
    color: #054FAC;
}

.right-list li span:first-child:hover {
    color: #054FAC;
}

.search-tab {
    width: 1200px;
    height: 75px;
    margin: 30px auto;
    background: #f6f6f6;
    border-bottom: 2px solid #dbdfe2;
}

.search-tab:after {
    display: block;
    content: '';
    clear: both;
}

.search-tab ul li {
    float: left;
    text-align: center;
}

.search-tab ul li a {
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.search-tab ul li a.active-tab {
    color: #0348B9;
    border-bottom: 2px solid #0348B9;
    padding-bottom: 13px;
}

.top.message {
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.top.message h3 {
    margin-bottom: 20px;
}

.IndexTwoColumn {
    width: 110px;
    height: 40px;
    float: left;
    background: #3462ba;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.BanShiZhuangTaiBottom {
    width: 100%;
    float: left;
    margin-top: 13px;
}

.RankingTr {
    width: 100%;
    background-color: #e6f8ff;
    overflow: hidden;
}

.RankingTr span {
    display: block;
    border-right: 2px solid #ecfbff;
    float: left;
    background: #e2edf2;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.RankingTr span:hover a {
    color: #054FAC;
}