@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

body {
    font-family: "微软雅黑";
    background: #f0f3fa
}

.main {
    width: 1200px;
    margin: 0 auto;
    margin-top:20px;
}


/* 头条 */

.con {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    margin-top: 10px;
}

.con a {
    display: block;
    padding-top: 20px;
}

.con h1 {
    color: #004191;
    font-weight: 600;
    text-align: center;
}

.con p {
    color: #004191;
    text-align: center;
}


/* 横向轮播 */

#boxhdp img {
    width: 1200px;
    height: 610px;
}

#boxhdp {
    width: 1200px;
    height: 610px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    background-color: #ffffff;
    /* border: black solid 1px; */
}

.szf-index-wrap1 .prev,
.szf-index-wrap1 .next {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 42px;
    height: 69px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: -53px 0 0;
}

.szf-index-wrap1 .prev {
    left: 0;
    background: url(http://www.shaanxi.gov.cn/images/prev-btn.png) 0 0 no-repeat;
}

.szf-index-wrap1 .next {
    background: url(http://www.shaanxi.gov.cn/images/next-btn.png) 0 0 no-repeat;
    right: 0;
}

.szf-index-wrap1 .prev:hover,
.szf-index-wrap1 .next:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1!important;
}

.szf-index-wrap1 {
    height: 610px;
    position: relative;
    overflow: hidden;
}

.szf-index-wrap1 .wrap1-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.szf-index-wrap1 .wrap1-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.szf-index-wrap1 .wrap1-img li img {
    width: 100%;
    height: 100%;
}

.szf-index-wrap1 .wrap1-tit {
    position: absolute;
    width: 100%;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
}

.szf-index-wrap1 .wrap1-tit li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.szf-index-wrap1 .wrap1-tit li a {
    display: inline-block;
    margin-left: 34px;
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.szf-index-wrap1 .wrap1-num {
    position: absolute;
    right: 34px;
    bottom: 18px;
}

.szf-index-wrap1 .wrap1-num li {
    float: left;
    margin-left: 8px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url(../images/szf-ic27.png) no-repeat;
}

.szf-index-wrap1 .wrap1-num li.cur {
    width: 35px;
    background: url(../images/szf-ic28.png) no-repeat;
}


/* 纵向轮播 */

.swiper_x {
    width: 1200px;
    height: 92px;
    background-color: #a4c4fb;
    margin-top: 12px;
}

.middle-banner1 .middle-banner-btn1 span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 5px 0;
    background: #fff;
    cursor: pointer;
}

.middle-banner1 .middle-banner-btn1 span.cur {
    background: #f75a5c;
}


/* 要闻 */

.news {
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    margin-top: 50px;
}

.new_left {
    width: 580px;
    height: 100%;
    margin-left: 20px;
}

.dyyw {
    width: 100%;
    height: 60px;
    /* background-color: red; */
    border-bottom: 0.5px solid #d5d1d1;
    line-height: 60px;
}

.dyyw a {
    color: #496fb0;
    font-family: "微软雅黑";
    font-size: 26px;
    font-weight: 600;
}


/* .news_list ul li.lieven {
    background: #F0F2F3;
} */

.news_list i {
    float: left;
    width: 5px;
    height: 5px;
    background: url(../images/icon_li.png) no-repeat center;
    margin: 10px 10px 0px 0px;
}


/*  */

#demo {
    overflow: hidden;
    height: 400px;
    width: 580px;
}


/* #deom ul {
    height: 40px;
    width: 480px;
    float: left;
    margin-left: 0px;
} */

#deom1 a {
    display: block;
    height: 40px;
    width: 100%;
    border: green 1px solid;
}

#demo1 li .xxx {
    display: block;
    float: right;
    margin-right: 10px;
    /* margin-top: -40px; */
}

#demo1 {
    margin-top: 20px;
    height: auto;
    text-align: left;
    /* border: 1px #0072bb solid; */
}

#demo2 {
    height: auto;
    text-align: left;
    width: 100%;
}

#demo1 li {
    list-style-type: none;
    height: 40px;
    width: 100%;
    text-align: left;
    text-indent: 15px;
    /* border: 1px red solid; */
}

#demo2 li {
    list-style-type: none;
    height: 40px;
    width: 100%;
    text-align: left;
    text-indent: 15px;
    /* border: 1px red solid; */
}

.xxx {
    display: block;
    float: right;
    margin-right: 10px;
    /* margin-top: -40px; */
}


/* 专辑 */

.news div {
    float: left;
}

.new_right {
    margin-top: 10px;
    margin-left: 20px;
    height: 480px;
    width: 560px;
    /* border: springgreen solid 1px; */
}

.rig_top {
    width: 100%;
    height: 73px;
    border: solid #c0bcbc 1px;
    line-height: 50px;
}

.rig_top img {
    height: 50px;
}

.rig_top div {
    margin-left: 40px;
}

.rig_top div span {
    color: #0072bb;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}

.rig_top .sj {
    margin-top: 7px;
    /* text-align: center;
    align-items: center; */
}

.rig_top .sj a {
    display: block;
}


/* .rig_top .sj {
    margin-left: 40px;
} */

.rig_top div {
    margin-top: 12px;
}

.dyrb {
    width: 100%;
    height: 47px;
    margin-top: 30px;
    background-color: #f3f3f3;
    line-height: 47px;
}

.dyrb_1 {
    width: 10px;
    height: 40px;
    background-color: #0072bb;
    margin-left: 12px;
    margin-top: 4px;
}

.dyrb a {
    display: block;
    color: #0072bb;
    font-size: 24px;
    font-weight: 600;
    float: left;
    margin-left: 20px;
}

.dyrb_2 {
    width: 420px;
    height: 260px;
    margin-top: 40px;
    margin-left: 80px;
    /* border: solid 1px red; */
}

.fenge {
    width: 3px;
    height: 30px;
    background-color: #cc5e6a;
    position: relative;
    top: 10px;
    /* margin-left: 120px; */
}


/* 专题 */

.zhuanti {
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    margin-top: 20px;
}

.zhuanti_box {
    width: 1160px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    float: left;
    margin-left: 20px;
    border: 1px solid #c0bcbc;
    display: flex;
    flex-direction: row;
    line-height: 120px;
}

.zhuanti_box div:nth-child(1) {
    margin-left: 20px;
    /* margin-top: 20px; */
}

.wrap {
    width: 1060px;
    height: 100px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    
}

.wrap ul {
    overflow: hidden;
    position: absolute;
    width: 1800px;
    height: 100px;
    left: 0;
    top: 0;
    /* _height: 1px; */
}

.wrap ul li {
    float: left;
    width: 250px;
    height: 80px;
}

.wrap li img {
    width: 225px;
    height: 80px;
}


/* 专题table */

.zhuanti_cards {
    width: 100%;
    height: 245px;
    background-color: #ffffff;
    margin-top: 20px;
}

.zhuanti_cards div {
    float: left;
    /* margin-left: 25px; */
}

.zhuanti_let {
    width: 560px;
    height: 100%;
    margin-left: 20px;
    /* border: springgreen solid 1px; */
}

.zhuanti_rgt {
    width: 560px;
    height: 100%;
    /* border: springgreen solid 1px; */
    margin-left: 30px;
}


/* 滑动选项卡1 */

.zwgk_left {
    width: 560px;
    height: 245px;
    background-color: #ffffff;
    overflow: hidden;
}

.zzsc2 {
    width: 100%;
    height: 220px;
}

.tab {
    width: 100%;
    border-bottom: 2px #d4d4d4 solid;
    height: 44px;
}

.cont {
    width: 1200px;
    height: auto;
    background: #fff;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px
}

.xwbf {
    width: 98%;
    height: 353px;
    margin: 10px auto;
    overflow: hidden
}

.xwbf_left {
    width: 580px;
    height: 100%;
    float: left;
}

.zwgk_left {
    float: left;
    width: 560px;
    height: 245px;
    overflow: hidden;
    margin-left: 10px
}

.zwgk_left {
    float: left;
    width: 560px;
    height: 245px;
    overflow: hidden;
    margin-left: 10px
}


/*选项卡2CSS*/

.zzsc2 {
    width: 100%;
    height: 220px;
}

.zzsc2 .tab {
    border-bottom: 2px #d4d4d4 solid;
    height: 44px
}

.zzsc2 .tab a {
    display: block;
    padding: 9px 20px;
    float: left;
    text-decoration: none;
    color: #004191;
    font-weight: bold;
    font-size: 18px
}

.zzsc2 .tab a.on {
    border-bottom: 2px #355e92 solid;
    text-decoration: none;
}

.zzsc2 .content {
    margin-top: 10px;
    overflow: hidden;
    float: left;
    width: 100%
}

.zzsc2 .ul_list li {
    line-height: 37px;
}

.zzsc2 .ul_list li i {
    width: 10px;
    height: 10px;
    background: url(../images/icon_li.png) no-repeat center;
    display: block;
    float: left;
    margin: 13px 10px 0px 0px
}

.zzsc2 .ul_list li a {
    color: #4D4D4D
}

.zzsc2 .ul_list li span {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #898989
}

.zzsc2 .content .mm {
    height: 179px
}


/* 滑动选项卡2 */

.zwgk_rgt {
    width: 560px;
    height: 245px;
    background-color: #ffffff;
    overflow: hidden;
}

.zzsc3 {
    width: 100%;
    height: 220px;
}

.tab {
    width: 100%;
    border-bottom: 2px #d4d4d4 solid;
    height: 44px;
}

.cont {
    width: 1200px;
    height: auto;
    background: #fff;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px
}

.zwgk_rgt {
    float: left;
    width: 560px;
    height: 245px;
    overflow: hidden;
    margin-left: 10px
}

.zwgk_rgt {
    float: left;
    width: 560px;
    height: 245px;
    overflow: hidden;
    margin-left: 10px
}


/*选项卡2CSS*/

.zzsc3 {
    width: 100%;
    height: 220px;
}

.zzsc3 .tab {
    border-bottom: 2px #d4d4d4 solid;
    height: 44px
}

.zzsc3 .tab a {
    display: block;
    padding: 9px 20px;
    float: left;
    text-decoration: none;
    color: #004191;
    font-weight: bold;
    font-size: 18px
}

.zzsc3 .tab a.on {
    border-bottom: 2px #355e92 solid;
    text-decoration: none;
}

.zzsc3 .content {
    margin-top: 10px;
    overflow: hidden;
    float: left;
    width: 100%
}

.zzsc3 .ul_list li {
    line-height: 37px;
}

.zzsc3 .ul_list li i {
    width: 10px;
    height: 10px;
    background: url(../images/icon_li.png) no-repeat center;
    display: block;
    float: left;
    margin: 13px 10px 0px 0px
}

.zzsc3 .ul_list li a {
    color: #4D4D4D
}

.zzsc3 .ul_list li span {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #898989
}

.zzsc3 .content .mm {
    height: 179px
}


/* 服务 */

.fw {
    width: 100%;
    height: 445px;
    background-color: #ffffff;
    margin-top: 20px;
}

.active0 {
    background: url(../images/2020geren.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.default0 {
    background: url(../images/2020geren-de.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.active1 {
    background: url(../images/2020geren.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.default1 {
    background: url(../images/2020geren-de.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.active2 {
    background: url(../images/2020geren.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.default2 {
    background: url(../images/2020geren-de.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.active3 {
    background: url(../images/2020geren.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}

.default3 {
    background: url(../images/2020geren-de.png)no-repeat;
    width: 25px;
    display: block;
    height: 25px;
    background-size: 25px;
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
}