* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}

/* 头部 */

.header {
    width: 100%;
    height: 580px;
    text-align: center;
    position: relative;
    background: url("../images/headerBg.png") no-repeat 100% 100%;
}

.title {
    width: 100%;
    padding-top: 188px;
}

.title img {
    width: 600px;
    height: 77px;
}

.inputBox {
    padding-top: 13px;
}

.inputBox input {
    width: 695px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: top;
}

#sousuo {
    width: 73px;
    height: 68px;
    background-color: rgb(227, 77, 77);
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.content>div {
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contentTitle {
    width: 180px;
    height: 55px;
    margin-bottom: 50px;
}

/* 热点服务 */
.content .rdfw {
    width: 100%;
    padding: 35px 0;
    box-shadow: 0px 6px 7px #e4e4e4;
    z-index: 10001;
}

.content .rdfw .rdfwContent {
    width: 1200px;
    margin: 0 auto;
}

.title1 {
    background: url("../images/rdfw.png") no-repeat 100% 100%;
}

.rdfwUl {
    width: 1300px;
    margin-left: -50px;
}

.rdfwUl li {
    display: inline-block;
}
.swiperUl{
    display: flex;
    justify-content: space-around;
    padding: 20px 50px;
}
.swiperUl li a{
    display: block;
    border-radius: 10px;
    padding: 5px 0 15px;
}
.swiperUl li a:hover{
    display: block;
    box-shadow: 0 0 10px 0 #cccccc;
}
.swiperBtn{
    position: absolute;
    top: 90px;
    z-index: 999;
    cursor: pointer;
}
.swiperRight{
    right: 0;
}

/* 资讯政策 */
.content .zxzc {
    background-color: #F5F5F5;
    width: 100%;
    z-index: 10000;
}

.zxzc .zxzcContent {
    width: 1200px;
    margin: 0 auto;
}

.title2 {
    background: url("../images/zxzc.png") no-repeat 100% 100%;
}


.zxzcBoxs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxzcBox {
    display: flex;
    width: 580px;
    height: 205px;
    background-color: white;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #c1c1c1;
}

.zxzcImg {
    width: 138px;
    height: 165px;
    padding: 20px 0 20px 20px;
}

.zxzcImg>img {
    width: 138px;
    height: 165px;
}

.zxzcText {
    padding: 20px;
    position: relative;
    flex: auto;
}

.zxzcTitle {
    margin: 5px 0 25px 0;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    font-size: 20px;

    text-overflow: -o-ellipsis-lastline;


    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zxzcNews {
    color: #909090;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.zxzcTimeBox {
    position: absolute;
    padding-right: 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 20px;
   
}

.zxzcTimeBox a {

    color: black;
}

/* 石渠简介 */
.content .sqjj {
    width: 100%;
    padding: 35px 0;
    background: url("../images/sqjj1.png") no-repeat 100% 100%;
}

.sqjj .sqjjContent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.sqjjLeft {
    padding-top: 0;
}

.sqjjLeftBox {
    width: 511px;
    height: 593px;
    background: url("../images/sqjj2.png") no-repeat 100% 100%;
    position: relative;
}

.sqjjLeftBox>a {
    display: block;
    position: absolute;
    width: 169px;
    height: 51px;
    top: 507px;
    left: 160px;
}

.sqjjLeftBox>a img {
    width: 100%;
    height: 100%;
}


.sqjjRight {
    width: 629px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sqjjRightBox {
    margin-bottom: 20px;
}

.sqjjRight .sqjjRightBox:nth-child(5),
.sqjjRight .sqjjRightBox:nth-child(6) {
    margin-bottom: 0;
}

.sqjjRightBox>a {
    display: inline-block;
    width: 298px;
    height: 178px;
}

.sqjjRightBox a img {
    width: 100%;
    height: 100%;
}

/* 主题服务 */
.title3 {
    background: url("../images/ztfw1.png") no-repeat 100% 100%;
}

.ztffUl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}