@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei;
    font-size: 16px;
    color: #333;
    text-align: left;
    background-color: #ffffff;
    position: relative;
    -webkit-text-size-adjust: none;
    min-width: 1280px;
    max-height: 2250px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
select,
form,
fieldset,
input,
button,
textarea,
blockquote,
table {
    padding: 0;
    margin: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

i {
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    background-repeat: no-repeat;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

th,
td {
    padding: 0
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

img,
table,
object,
embed,
video {
    max-width: 100%;
}

button,
input,
select,
textarea {
    vertical-align: middle;
    font-family: Microsoft Yahei;
    font-size: 14px;
    box-sizing: border-box;
    outline: 0;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type=image],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
}

select {
    width: 100%;
}

a {
    outline-style: none;
    text-decoration: none;
    color: #333;
  
}

a:focus {
    outline: none;
    -moz-outline: none;
    noline: expression(this.onFocus=this.blur());
}

a:hover {
    color: rgba(35, 129, 147, 1);
}

input[type="text"],
textarea,
select {
    padding: 2px 5px;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    color: #666;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.transparent {
    background: transparent !important;
}

.bgwhite {
    background-color: #ffffff;
}

.bggray {
    background-color: #fafafa;
}

.red {
    color: #B20000;
}

.color_red {
    color: #c81f18;
}

.txt {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.transition a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;

}

.imgScale a img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.imgScale a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 列表 */
.common_list li {
    position: relative;
    line-height: 44px;
    color: #333;
    text-indent: 24px;
}

.common_list li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: rgba(189, 223, 174, 1);
    margin-top: -4px;
    border-radius: 4px;
}

.common_list li a h3 {
    display: block;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_list li span.time {
    color: #999;
    position: absolute;
    top: 0;
    right: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mb32 {
    margin-bottom: 32px;
}

.pd {
    padding: 24px;
    display: block;
}

.txt {
    background-color: #f7f7f7;
}

.common_tit {
    display: block;
    text-align: center;
    margin-top: 48px;
}

.common_tit span {
    font-size: 30px;
    font-weight: 700;
    position: relative;

}

.common_tit span::before {
    content: '';
    width: 108px;
    height: 14px;
    background: url(../images/szgjsdcszt_tit_l.png) no-repeat;
    position: absolute;
    left: -160px;
    top: 50%;
}

.common_tit span::after {
    content: '';
    width: 108px;
    height: 14px;
    background: url(../images/szgjsdcszt_tit_r.png) no-repeat;
    position: absolute;
    right: -160px;
    top: 50%;
}

.common_tit i {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: -6px;
    font-weight: 400;
}


.infolist {
    clear: both;
    font-size: 18px;
}

.infolist li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: top;
}

.infolist li a {
    float: left;
    position: relative;
    max-width: 100%;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden; */
}

.infolist li,
.infolist li a {
    -moz-box-sizing: border-box;
    -welit-box-sizing: border-box;
    box-sizing: border-box;
}

.infolist li .time {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: auto 0;
    color: #999999;
}

.infolist li a br {
    display: none;
}

.infolist li:hover a,
.infolist li a:hover {
    color: #2354AF;
}

.infolist li:hover span {
    color: #2354AF;
}

.infolist.md li {
    padding-right: 60px;
}

.infolist.ymd li {
    padding-right: 100px;
}

.infolist.dot li a {
    padding-left: 15px;
}

.infolist.dot li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #00BAAD;
    border-radius: 50%;
}

.infolist.dot li:hover a:before {
    background: #2354AF;
}

.infolist.line li {
    border-bottom: 1px dashed #50B1D4;
}

.infolist.line li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.infolist.col2 li,
.infolist.col3 li,
.infolist.col4 li {
    float: left;
}

.infolist.col2 li {
    width: 50%;
}

.infolist.col3 li {
    width: 33.33333%;
}

.infolist.col4 li {
    width: 25%;
}

.infolist.space20 {
    margin-left: -10px;
    margin-right: -10px;
}

.infolist.space20 li {
    padding-left: 10px;
    padding-right: 10px;
}

.infolist.space20 li .time {
    right: 10px;
}

.infolist.space20.infolist.md li {
    padding-right: 70px;
}

.infolist.space20.infolist.ymd li {
    padding-right: 110px;
}

.infolist.space30 {
    margin-left: -15px;
    margin-right: -15px;
}

.infolist.space30 li {
    padding-left: 15px;
    padding-right: 15px;
}

.infolist.space30 li .time {
    right: 15px;
}

.infolist.space30.infolist.md li {
    padding-right: 75px;
}

.infolist.space30.infolist.ymd li {
    padding-right: 115px;
}

@media (max-width: 768px) {

    .infolist.col2,
    .infolist.col3,
    .infolist.col4 {
        margin-left: 0;
        margin-right: 0;
    }

    .infolist.col2 li,
    .infolist.col3 li,
    .infolist.col4 li {
        width: 100%;
        padding-left: 0;
    }

    .infolist.md[class*="space"] li {
        padding-right: 60px;
    }

    .infolist.ymd[class*="space"] li {
        padding-right: 100px;
    }
}

@media (max-width: 480px) {
    .res.infolist li {
        padding-right: 0 !important;
        position: relative;
    }

    .res.infolist li a {
        position: static;
        float: none;
        max-width: none;
        padding-left: 0;
        padding-right: 12px;
        white-space: normal;
    }

    .res.infolist li .time {
        position: static;
        display: inline-block;
    }

    .res.infolist li a:before {
        top: 20px;
        margin-top: 0;
    }

    .res.infolist.line li a:before {
        top: 24px;
    }

    .res.infolist.dot li {
        padding-left: 18px;
    }
}




.yililbt {
    width: 100%;
    /* height: 980px; */
    transform: translateY(-300px);
    position: relative;
    z-index: 3;
    /* background-color: #fff; */
}

.yililbt_con {
    width: 73%;
    /* height: 480px; */
    margin: 0 auto;
    /* background-color: #50B1D4; */
    z-index: 5;
    position: relative;

    display: flex;
    justify-content: space-between;
    padding: 30px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/yililbt_con.png) no-repeat top center;
    background-size: 100% 100%;


}

                body {
                    background-color: rgba(204, 204, 204, .2);
                }
        
                .sxy_header {
                    width: 100%;
                    height: 690px;
                    background: url(../images/sxybanner.png) no-repeat top center;
                    background-size: 100% 100%;
                }
        
                .header_search li {
                    float: left;
                }
        
                .header_search {
                    position: absolute;
                    top: 350px;
                    right: calc(50% - 530px);
                    padding-right: 90px;
                    box-sizing: border-box;
                    border-radius: 5px;
                }
        
                .header_search .s_btn {
                    position: absolute;
                    right: 90px;
                    background: #D43030;
                    width: 170px;
                    height: 71px;
                    border: 0;
                    cursor: pointer;
                    color: #fff;
                    font-size: 20px;
                    border-radius: 0 5px 5px 0;
                }
        
                .header_search .s_txt {
                    width: 840px;
                    height: 71px;
                    padding: 0 10px;
                    border: 1px solid #999999;
                    color: #999999;
                    font-size: 14px;
                    line-height: 40px;
                    border-radius: 5px 0 0 5px;
                }
        
                .fdjSearch {
                    z-index: 1000;
                    position: absolute;
                    right: 220px;
                    top: 25px;
                }
        
                .sxyjpk_con {
                    width: 73%;
       
                    margin: 0 auto;
                }
        
                .aqpx {
                    width: 100%;
                    height: 637px;
                    background: url(../images/aqpxbg.png) no-repeat top center;
                    /* background-size: 100% 100%; */
                    margin-top: -150px;
                    /* background-color: #fff; */
                    border-radius: 10px;
                }
        
                .aqpx_tit {
                    width: 100%;
                    height: 98px;
padding-top: 50px;
                }
        
                .aqpx_tit a {
                    width: 100%;
                    height: 100%;
                    display: block;
                }
        
                .aqpx_con {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    background-color: #fff;
                }
        
                .aqpx_con li {
                    width: 22.7%;
                    margin-bottom: 24px;
                }
        
                .aqxc {
                    margin-top: 50px;
                }
        
                .aqxc_tit {
                    width: 100%;
                    margin: 0 auto;
                    margin-bottom: 30px;
                }
    .aqxc_tit a{
                    width: 100%;
                   
                }
 .aqxc_tit a img{
                    width: 100%;
                   
                }
        
                .aqxc_con {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
        
                .aqxc_con li {
                    width: 22.7%;
                    margin-bottom: 24px;
                }




.sxyfooter {
    height: 210px;
    background-color: #004B99;
    overflow: hidden;

}

.sxyfooter_con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    color: #fff;
}

.sxyfooter_con ul li.beian {
    background: url(../images/beian.png) no-repeat left center;
    padding-left: 25px;
}
.scy_logo{
    position: absolute;
    left: 260px;
    top: 17px;

}
