﻿.wrap {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
}

.head {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.head img {
    display: block;
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.tabs {
    width: 100%;
    margin-bottom: 30px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.tabs a {
    width: 590px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.tabs a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #0068b7;
    margin-left: 40px;
}

.tabs a i {
    width: 28px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url('icon_year.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.tabs a i.icon_tu {
    width: 28px;
    height: 26px;
    background: url('icon_tupian.png') 0 0 no-repeat;
}

.tabs a:nth-child(1) {
    margin-right: 20px;
}

.banner {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.title {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background: url('title.png') center center no-repeat;
    margin: 30px auto;
}

.othercon {
    margin-top: -89px;
}

.othercon .list .item {
    display: flex;
    align-items: center;
}

.othercon .list .item .info .top {
    border-bottom: 0px dashed #0068b7;
    overflow: hidden;

    display: inline-block;
    vertical-align: middle;
}

.othercon .list .item a {
    margin-top: 0px;
}

.list .item {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    font-size: 0;
    border-radius: 8px;
    background: #e2f2fe;
    overflow: hidden;
    position: relative;
}

.list .item i {
    width: 217px;
    height: 200px;
    color: #fff;
    font-style: normal;
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background: url('icon_bg.png') 0 0 no-repeat;
    background-size: contain;
    line-height: 200px;
    text-align: center;
}

.list .item .info {
    width: 660px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    margin-right: 65px;

}

.list .item .info .top {
    width: 100%;
    height: 130px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #0068b7;
    padding: 25px 0;
    overflow-y: auto;
}
.list .item .info .top::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
    .list .item .info .top::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    .list .item .info .top::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    }
.list .item .info .bot {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333;
}

.list .item a {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 40px;
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
    overflow: hidden;
    background: #0068b7;
}
.rwxq {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 80px;
    background: rgba(255, 255, 255, .7);
}

.rwxq .lef {
    width: 516px;
    height: 416px;
    font-size: 0;
     margin-top: 35px;
    background: url('fangbg.png') 0 0 no-repeat;
    background-size: 100%;
}

/* .rwxq .lef i {
    width: 130px;
    padding-right: 18px;
    height: 400px;
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    font-style: normal;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background: url('icon_big_bg.png') 0 0 no-repeat;
    line-height: 400px;
    text-align: center;
} */

.rwxq .lef .info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 45px 45px 0;
}

.rwxq .lef .info .top {
    height: 260px;
    font-size: 17px;
    color: #333;
    text-align: justify;
    border-bottom: 1px dashed #0068b7;
	overflow-y: auto;
	text-overflow: ellipsis;
	padding:10px;
}

.rwxq .lef .info .bot {
    height: 97px;
    line-height: 97px;
   text-align: center;
}
.rwxq .lef .info .bot a{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    background: #0068b7;
}
.rwxq .lef .info .bot i{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 16px;
    background: url('backlist.png') 0 0 no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.rwxq .right {
    width: 600px;
    height: 416px;
    margin-top: 22px;
    overflow-y: auto;
    overflow-x: hidden;
}

.rwxq .right .xqlist a {
    height: 60px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.rwxq .right .xqlist a span {
    height: 59px;
    line-height: 59px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

.rwxq .right .xqlist a span {
    float: left;
    padding-left: 15px;
    position: relative;
}

.rwxq .right .xqlist a span:nth-child(1) {
    padding-left: 30px;
}

.rwxq .right .xqlist a span:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #0068b7;
}

.rwxq .right .xqlist a span:nth-child(2) {
    float: right;
    padding-right: 5px;
}


/* foot */

.foot {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.foot .foottop,
.foot .footbot {
    padding: 20px 0;
}

.foot .foottop {
    text-align: center;
    border-bottom: 2px solid #004892;
}

.foot .foottop .select_5,
.foot .foottop .select_4,
.foot .foottop .select_3,
.foot .foottop .select_2,
.foot .foottop .select_1 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
    width: 200px;
    margin-right: 15px;
    text-indent: 10px;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    background: #ffffff;
    border: #e5e5e5 1px solid;
    position: relative;
}

.foot .foottop .select_span {
    background: #ffffff url(selectbot.jpg) no-repeat 170px center;
    color: #777777;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 30px;
}

.select_ul {
    display: none;
    border: 1px solid #999;
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-height: 310px;
    overflow-y: auto;
    z-index: 2;
    box-sizing: border-box;
}

.select_li {
    height: 28px;
    line-height: 28px;
    padding-left: 4px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.select_li a {
    color: #000;
    display: block;
}

.select_li a:hover {
    background-color: #004892;
    color: #fff;
}

.webfoot {
    display: none;
}

.footbot {
    color: #999;
}

.footbot .p1 {
    text-align: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.footbot .p2 {
    margin-left: 0px;
    margin-left: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 a {
    width: 20px;
    height: 20px;
}

.footimg1 {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 992px) {
    .con {
        width: 100%;
        padding: 0 10px;
    }

    .container {
        width: 100%;
    }

    .tabs {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tabs a {
        width: 49%;
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabs a span {
        font-size: 14px;
        margin-left: 10px;
    }

    .tabs a i {
        width: 14px;
        height: 16px;
    }

    .tabs a i.icon_tu {
        width: 14px;
        height: 13px;
        background-size: 100% 100%;
    }

    .banner {
        margin-bottom: 15px;
    }

    .title {
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        background-size: auto 100%;
        margin: 20px auto 10px;
    }

    .list .item {
        display: flex;
        align-items: center;
        height: 80px;
        margin-bottom: 15px;
    }

    .list .item i {
        width: 85px;
        height: 80px;
        font-size: 16px;
        line-height: 80px;
        background-size: 100% 100%;
    }

    .list .item .info {
        flex: 1;
        height: 80px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 0 5px;
        margin-right: 0px;
    }

    .list .item a {
        width: 90px;
        height: 20px;
        line-height: 20px;
        margin-top: 0;
        font-size: 12px;
    }

    .list .item .info .top {
        font-size: 12px;
        height: 65px;
        padding: 0;
        border-bottom: 0;
        flex: 1;
        display: -webkit-box;
        word-break: break-all;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .list .item .info .bot {
        display: none;
    }

    /* foot */
    .foot {
        display: none;
    }

    .webfoot {
        padding-bottom: 20px;
        display: block;
    }

    .webfootcon .p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .webfootcon .p a {
        padding: 0 10px;
        font-size: 12px;
        position: relative;
    }

    .webfootcon .p a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        left: 0;
        top: 50%;
        background-color: #ccc;
        transform: translateY(-50%);
    }

    .webfootcon .p2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .webfootcon .p3 a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .webfootcon .p3 a img {
        margin-right: 5px;
    }
}