/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

p,
div,
span {
    cursor: default;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    outline: none !important;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

html,
body {
    font-family: 微软雅黑;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    height: 100%;
    width: 100%;
}

/*commom style*/

#barrierfree_container {
    margin: 0 auto;
    width: 100%;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

/* 头部 */
.head {
    position: relative;
    width: 100%;
    margin: 0% auto
}

#head-pic {
    height: 480px;
    width: 100%;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/650/2104081101356489668.png) center no-repeat;
    margin: 0 auto;
    background-size: cover;
}

#inOld {
    position: absolute;
    right: 35%;
    top: 10%;
    width: 120px;
    height: 40px;
    background-color: rgb(58, 58, 140);
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: larger;
    color: white;
    border-radius: 25px;
}

#Btn-wza {
    position: absolute;
    right: 20%;
    top: 10%;
    width: 120px;
    height: 40px;
    background-color: rgb(140, 107, 58);
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: larger;
    color: white;
    border-radius: 25px;
}

#outOld {
    position: absolute;
    right: 33%;
    top: 8%;
    width: 120px;
    height: 40px;
    background-color: rgb(58, 58, 140);
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: larger;
    color: white;
    border-radius: 25px;
    zoom: 1.5;
    display: none;
}

#inOld:hover {
    background-color: white;
    color: rgb(58, 58, 140);
}

#Btn-ghb {
    display: none;
}

/* 大盒子 */
.big-box {
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    border: #ddd 1px solid;
    font-size: 18px;
}

.secend {
    margin: 15px auto;
    width: 1150px;
}

.tit1 {
    width: 100%;
    height: 65px;
    padding-bottom: 20px;
}

.tit1 p {
    line-height: 40px;
    background: #fff;
    
}

.tit1 p a {
    color: #0682db;
    font-size: 28px;
}
.tit1 h1 {
    line-height: 40px;
    background: #fff;
    float: left;
    
}

.tit1 h1 a {
    color: #0682db;
    font-size: 28px;
}
.tit1 span {
    float: right;
    height: 100%;
    line-height: 40px;
}

.moreInfo {
    color: #333;
}

/*图片新闻*/
.pic-left {
    width: 522px;
    height: 348px;
}

.new_picswipe {
    text-align: center;
}

.new_picswipe img {
    width: 100%;
    height: 348px;
}

.new_picswipe {
    text-align: center;
}

.pic-head {
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    background-color: rgba(3, 3, 3, 0.4);
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: left;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.pic-head a {
    display: inline-block;
    font-size: 16px;
    color: white;
}


/* 右侧 */
.pic-rig {
    width: 100%;
    padding: 0%;
}

.list li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #ccc;
    display: flex;
}


.pic-rig .list li a {
    font-size: 18px;
    color: #333;
    flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic-rig .list li span {
    color: #999;
}



/*专题图片*/
.zhuant {
    width: 1150px;
    margin: 25px auto;
}

.zhuant .zhunt1 {
    width: 560px;
}

.zhuant .zhunt1 a {
    display: inline-block;
    width: 560px;
}

/*新闻列表*/
.third {
    width: 1150px;
    margin: 0 auto 20px;
}

.tit2 {
    width: 100%;
    height: 65px;
    padding-bottom: 20px;
    position: relative;
}

.tit2 p {
    color: #0474dc;
    font-size: 28px;
    line-height: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}

.tit2 p a {
    color: #4b55ad;
    font-size: 28px;
}

.third .contain {
    width: 560px;
    min-height: 250px;
}

.third .contain .list li {
    height: 45px;
    line-height: 45px;
    border: none;

}

.third .contain .list li a {
    color: #333;
    display: inline-block;
    background: url(dian.png) no-repeat left center;
    padding-left: 15px;
    font-size: 18px;
}

.third .contain .list li span {
    float: right;
    color: #999999;
    font-size: 18px;
}

/*标题区域大小*/
#focus .hd {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 280px;
    height: 40px;
}

#focus .focus-title {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0 14px 0 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap
}

#focus .focus-title a {
    display: none;
    color: #fff
}

/*底部样式*/

.foot {
    min-height: 140px;
    background: #dbdcdc;
}

.foot .foot-w1200 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

#foot_ul_firli {
    /* width: 300px; */
    position: absolute;
    margin-left: 100px;
    margin-top: 45px;
}

#foot_ul_secli {
    margin-top: 50px;
    /* width: 100px; */
    right: 0px;
    position: absolute;
    text-align: right;
}

#foot_ul_secli_firspan {
    float: right;
}

#_span_jiucuo {
    margin: 0;
    border: 0;
    cursor: pointer;
}

#w1200_lastul {
    width: 400px;
}

#w1200_lastul li a {
    display: block;
}

.foot p span {
    display: inline-block;
    padding-right: 20px;
}

.zoom p {
    margin-bottom: 0px;
}

.foot a {
    color: #333;
}

.foot .foot-ul {
    width: 560px;
    margin: 0 auto;
    padding: 15px 0;
}

.zoom {
    font-size: 16px;
    line-height: 32px;
}

.foot .foot-ul li {
    float: left;
}

.foot .foot-ul li a {
    color: #333;
    font-size: 14px;
    float: left;
}

.foot .foot-ul li span {
    display: inline-block;
    padding: 0 10px;
    float: left;
}

.foot-p1 .foot-p2 {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.foot-p1 span br,
.foot-p2 span br {
    display: none;
}

/*移动版*/

@media only screen and (max-width: 767px) and (min-width: 100px) {
    body {
        font-size: 5px;
    }

    .head {
        margin: 0% auto;
        width: 100%;
    }

    #head-pic {
        height: 230px;
        width: 100%;
        background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/650/2104081101356489668.png) center no-repeat;
        margin: 0 auto;
        background-size: 100% 100%;
        position: relative;
    }

    #inOld,
    #outOld,
    #Btn-wza {
        display: none;
    }

    #Btn-ghb {
        position: absolute;
        right: 15%;
        top: 10%;
        width: 80px;
        height: 30px;
        background-color: rgb(147, 206, 227);
        line-height: 30px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        color: white;
        border-radius: 25px;
        display: block;
    }

    #Btn-ghb :hover {
        background-color: whitesmoke;
    }
    .foot .foot-w1200{
        width: 100%;
    }


    .big-box {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border: #ddd 1px solid;
    }

    .secend {
        margin: 0 auto;
        width: 100%;
    }

    .tit1 {
        width: 100%;
        position: relative;
        height: 100%;
        line-height: 2;
        min-height: 42px;
        padding: 2vw 0;
        display: table;
    }

    .tit1 p {
        height: 100%;
        position: absolute;
        color: #0474dc;
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
    .tit1 h1 {
        height: 100%;
        /* position: absolute; */
        color: #0474dc;
        background: #fff;
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }
    .tit1 p a {
        color: #0682db;
        margin-left: 5vw;
        font-size: 6vw;
    }
    .tit1 h1 a {
        color: #0682db;
        margin-left: 5vw;
        font-size: 6vw;
    }
    .tit1 span {
        display: table;
        padding-top: 0px;
        float: right;
        height: 100%;
    }

    .moreInfo {
        font-size: 4vw;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .pic-rig{
        padding: 0 3vw;
    }
    .list li {
        line-height: 12vw;
        height: auto;
    }


    .pic-rig .list li a {
        font-size: 4vw;
        padding-left: 0px;
    }

    .pic-rig .list li span {
        font-size: 4vw;
    }

    /*底部移动版*/
    .foot {
        height: 100%;
        background: #dbdcdc;
        width: 100%;
    }

    .foot-w1200 {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }


    #foot_ul_firli {
        width: 11vw;
        /* height: 60px; */
        position: absolute;
        top: 40%;
        /* transform: translateY(-50%); */
        left: 4vw;
        margin: 0px;
        /* margin-left: 0px; */
        /* margin-right: 5%; */

    }

    #foot_ul_firli img {
        width: 100%;
    }

    /* #foot_ul_secli_firspan {
        padding-top: 0%;
        clear: both;
    } */

    #foot_ul_secli {
        /* max-width: 110px;
        height: 60px; */
        width: 20vw;
        position: absolute;
        right: 3vw;
        top: 30%;
        margin-top: 0px;
    }

    #foot_ul_secli img {
        width: 100%;
        height: auto !important;
    }

    #w1200_lastul {
        margin: 0% auto;
        width: 100%;
        display: none !important;
    }


    .foot .foot-ul li a {
        color: #333;
        font-size: 3.2vw;
        padding: 0% 1vw;
        float: left;
        display: flex;
    }

    .foot p span {
        display: inline-block;
        padding: 0px;
        font-size: 3.2vw;
        line-height: 2;
        max-width: 55%;

    }


    .foot-p1 span br,
    .foot-p2 span br {
        display: block !important;
    }
    body.UseInMobile .foot{
        padding-bottom: 85px;
    }
}

.pic-rig .list .default_pgToolbar {
    height: 30px;
    font-size: 12px;
    margin: 15px 0 10px 0;
    background: none;
    border: none;
    max-width: 100%;
    empty-cells: show;
}
.pic-rig .list .default_pgBtn{
    width: 60px;
    height: 29px;
}
.pic-rig .list .default_pgFirst {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510090666541.gif) no-repeat center;        
    background-size: contain;
}        
.pic-rig .list .default_pgFirstDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510086309373.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
} 
.pic-rig .list .default_pgPanel a{
    border: none;
}
.pic-rig .list .default_pgPanel {
    padding: 0 10px 0 10px;
    margin: 0 auto;
    float: none;
}
.pic-rig .list .default_pgPrev {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510089855680.png) no-repeat center;
    background-size: contain;    
}        
.pic-rig .list .default_pgPrevDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510090262491.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}        
.pic-rig .list .default_pgNext {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510088916106.gif) no-repeat center;        
    background-size: contain;    
}        
.pic-rig .list .default_pgNextDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510089317501.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}           
.pic-rig .list .default_pgLast {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510087326921.gif) no-repeat center;        
    background-size: contain;    
}        
.pic-rig .list .default_pgLastDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510087845902.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}        
.pic-rig .list .default_pgRefresh {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510086665488.gif) no-repeat center;        
    width: 20px;        
    background-size: contain;    
}        
.pic-rig .list .default_pgLoad {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510088382580.gif) no-repeat center;        
    background-size: contain;    
}
.pic-rig .list .default_separator{
    display: none;
}
/**已归档logo begin**/
.gd-right{
    position: relative;
}
.gd_container{
    /* bottom: 80px; */
    right: 500px;
    position: absolute;
    width: 300px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px;
}
.gd_container .gd_time_img {
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    .gd_container{
        top: 150px;
        /* bottom: 0px; */
        right: 0px;
        width: 67%;
    }
    .gd_container .gd_time_img img{
        max-width: 80%;
    }
}
/**已归档logo end**/
