    body {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #fff;
        font-family: "Microsoft YaHei";
    }
    
    a,
    a:hover {
        text-decoration: none;
        color: #000;
    }
    
    a:link {
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    div,
    span,
    p {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
    
    a {
        -webkit-transition: 0.3s 0s ease;
        -moz-transition: 0.3s 0.2s ease;
        text-decoration: none;
    }
    
    img {
        border: 0;
    }
    
    i {
        font-style: normal;
    }    
 
    .flex {
        display: flex;
    }
    
    .row {
        margin: 0;
    }
    /*************************************************************/
    
    .container_1 {
        width: 100%;
        background-color: #fff;
    }
    
    .honor {
        width: 540px;        
    }
    
    .map {
        width: 280px;
    }
    
    .honor .botton {
        margin-top: 10px;        
    }
    
    .honor .botton span {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0em;
        color: #7B7E92;
        padding: 4px 10px;
        box-sizing: border-box;
        border-radius: 4px;
        opacity: 1;
        background: #F3F3F3;
    }
    
    .honor .botton .active {
        color: #fff;
        background-color: #FF640A;
    }
    
    .honor .botton span:hover {
        color: #fff;
        background-color: #FF640A;
        cursor: pointer;
    }
    
    .honor-list {
        margin-top: 30px;        
    }    
    .list-left,
    .list-right {
        flex: 1;
    }    
    .list-content-box {
        margin-bottom: 10px;
    }    
    .list-con {
        width: 222px;
    }    
    .list-con p {
        font-size: 16px;
        font-weight: bold;
        color: #2B2B2B;
        white-space: nowrap;
        /* 文本不会换行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 超出部分用省略号表示 */
    }    
    .zlsqs {        
        margin-top: 4px;
    }    
    .zlsqs span {
        font-size: 12px;
        font-weight: normal;
        color: #7B7E92;
        line-height: 24px;
    }    
    .zlsqs .number {
        font-size: 18px;
        font-weight: bold;
        color: #FF640A;
        line-height: 24px;
    }
    
    .ranking {
        width: 22px;
        height: 22px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 50%;
        background-color: #FF640A;
        margin-right: 12px;
    }
    /* ******************************* */
    
    .container {
        width: 100%;
    }
    
    @media screen and (max-width: 1199px) {
        /* 选择器，例如整个body或者具体的容器 */
        .container {
            width: 1200px;
            /* 设置固定宽度 */
            margin: 0 auto;
            /* 水平居中 */
            overflow: hidden;
            /* 超出部分隐藏 */
        }
    }
    /* ******************************** */
    /* ************头部banner********** */
    
    .header {
        width: 100%;
        height: 420px;                
        box-sizing: border-box;
        position: relative;
		background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412091625444832554.png) no-repeat center;
		background-size: cover;
    }
    .header-top {
        width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
		position: absolute;
        top: 20px;        
		z-index:9999;
    }
    
    .header-top .qlnb {
        width: 185px;
        height: 48px;
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021315031886059.png) no-repeat center;
    }
    
    .search {
        width: 300px;
        height: 48px;
        background: rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 16px;
        border-radius: 4px;		
    }
    
    .search input {
        background-color: rgba(0, 0, 0, 0);
        width: 88%;
        height: 48px;
        border: 0px;
        color: #fff;
        font-size: 18px;
        outline: none;
		padding-left:35px;
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021333158478356.png) no-repeat left;
    }
    
    .search .search-box:focus {
        border-color: #ccc;
        /* 焦点时边框颜色不变 */
        box-shadow: none;
        /* 去掉焦点时的阴影效果 */
    }
    
    .search .search-box::placeholder {
        color: #fff;
        /* 这里设置你想要的颜色 */
        opacity: 1;
        /* 有些浏览器需要设置opacity */
    }
    
    .header-middle {
        width: 1200px;
        margin: 65px auto;
        justify-content: space-between;
		position: absolute;
		top:75px;
		z-index:9999;		
    }
    
    .header-middle .zgnb {
        width: 664px;
        height: 80px;
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021314520596620.png) no-repeat center;
    }
    
    .header-middle .nbjc {
        width: 472px;
        height: 80px;
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021314519869866.png) no-repeat center;
    }
    
    .header .nav-box {
        width: 100%;
        height: 72px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(3, 51, 143, 0.8);		
    }
    
    .header .nav {
        width: 1200px;
        margin: 0 auto;
    }
    
    .nav a {
        flex: 1;
        color: #fff;
        font-size: 24px;
        line-height: 72px;
        text-align: center;
        font-weight: 200;
    }
    
    .nav-box .nav .active {
        background-color: #B90000;
    }
    
    .nav a:hover {
        background-color: #B90000;
        cursor: pointer;
    }
    /* ************主体内容********** */
    
    .wrap {
        width: 100%;
        background-color: #fff;
    }
	
/*********今日头条********/
.content-top{
    width: 100%;
    min-height: 145px;
    background-color: #f7f7f7;
}
.top-new{
    width:1200px;
    overflow: hidden;
    margin:auto;
}
.top-new a{
    float: left;
    text-align: center;
    width: 358px;
    font-size: 20px;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;	

}
.vertical-bar{
    float: left;
    width: 2px;
    height:20px ;
    background-color:#666 ;
    margin-top:14px
}
.top-new .top-new-big{
    font-size: 34px;
    width:1200px;
    text-align: center;
    line-height: 65px;
    padding: 10px 0px;
    font-weight: bold;
    color: #003aa3;
	overflow: visible;    
    white-space: normal;
}
.top-new a:hover{
    font-weight: bold;
    color: #a12119;
}	
/*********今日头条end********/
	
/* ************轮播图和新闻列表********** */
    
    .container_1 {
        width: 1200px;
        margin: 48px auto 0;       
    }
/**********图片切换****************/   
    .carousel-box {
        width: 590px;
        height: 425px;       
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }   

.wrap-slider{
    width: 100%;
    height: 425px;
}
.wrap-slider .rslides .slider-item{
    width: 100%;
    height: 425px;
}    
.wrap-slider .rslides{
    width: 100%; 
    height: 425px;
    padding: 0px;
	margin: 0px;
}
.wrap-slider .slider_tabs {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 14px;
    text-align: center;
    font-size: 0;
    height: 12px;
}
.wrap-slider .slider_tabs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
}

.wrap-slider .slider_tabs li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25px;
    height: 5px;    
    background-color: #bbbbbb;
}

.wrap-slider .slider_tabs li.slider_here a {
    width: 25px;
    opacity: 1;
    background-color: #ffffff;
}
.wrap-slider .rslides .slider-item div img{
    width: 590px; 
    height: 425px;
}
.wrap-slider .rslides .slider-item div{
    width: 100%;
    height: 425px;
}
.wrap-slider .rslides .caption {
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: left;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    padding-right: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
    overflow: hidden;
    text-indent: 1em;
}
.wrap-slider .rslides li{
    list-style: none;
} 
.slider_nav { 
    position: absolute; 
	top: 50%; z-index: 2; 
	width: 45px; 
	height: 78px; 
	margin-top: -40px; 
	line-height: 200px; 
	background-image: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412101136214739508.png);
	overflow: hidden;
	opacity: 0.65;
	display:none;
}
.prev { 
    left: 0; 
    background-position: left 0;
	
}
.next { 
    right: 0; 
    background-position: right 0;
	
}

/**********图片切换end****************/

    .news-list {
        flex: 1;
		margin-left: 30px;
    }
    
    .button {
        width: 100%;
        background-color: rgba(3, 57, 160, 0.05);
        border-radius: 4px;
        overflow: hidden;
        height: 40px;
        padding: 0;
    }
    
    .tab-button {
        flex: 1;
        text-align: center;
        line-height: 40px;
        border: none;
        background-color: rgba(3, 57, 160, 0.05);
        color: black;
        cursor: pointer;
        color: #0339A0;
        font-size: 22px;
		margin:0;
    }
    /* 高亮样式 */
    
    .tab-button.active {
        background-color: #0339A0;
        color: white;
        font-weight: bold;
    }
    /* 内容样式 */
    
    .tab-content {
        display: none;
    }
    /* 默认显示第三个内容 */
    
    #tab-1 {
        display: block;
    }
    /* 重置列表的默认样式 */
    
    ul.custom-list {
        list-style: none;
        /* 移除默认的列表标记 */
        padding-left: 0;
        /* 移除默认的内边距 */
    }
    /* 设置列表项的样式 */
    
    ul.custom-list {
        width: 580px;
        display: flex;
        /* 使用flex布局 */
        flex-direction: column;
        /* 垂直排列 */        
        margin-top: 24px;
    }
    
    ul.custom-list li {
        position: relative;
        /* 为伪元素定位 */
        padding-left: 16px;
        /* 为自定义标记留出空间 */
        font-size: 20px;
		line-height:44px;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 设置自定义的列表标记 */
    
    ul.custom-list li::before {
        content: '';
        /* 必须设置content属性 */
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        /* 设置正方形的宽度 */
        height: 6px;
        /* 设置正方形的高度 */
        background-color: #0339A0;
        /* 设置正方形的背景颜色 */
        border-radius: 0;
        /* 将圆形改为正方形 */
        transform: translateY(-50%);
        /* 垂直居中 */
    }
    
    ul.custom-list li a:hover {
        color: #a12119;
        cursor: pointer;
    }
   
    .more {
        height: 36px;
        background-color: #0339A0;
        border-radius: 4px;
        width: 114px;
        justify-content: center;		
    }
    
    .more:hover {
        cursor: pointer;
    }
    
    .more span {
        text-align: left;
        color: #fff;
        line-height: 36px;
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335022954209.png) no-repeat right;
		font-size:20px;
		width:90px;
    }
	.more span a{
		color: #fff;
	}
    
    /* ********专题聚集******** */
    
    .container_2 {
        width: 1200px;
        margin: 48px auto 0;
    }
    
    .modular-title {        
        margin-bottom: 36px;
        position: relative;
    }
    
    .title-line {
        flex: 1;
        height: 2px;
        background: linear-gradient(270deg, #0339A0 20%, rgba(3, 57, 160, 0) 86%);
        margin-top: 27px;
		margin-right: 10px
    }
    
    .title-line2 {
        flex: 1;
        height: 2px;
        background: linear-gradient(270deg, rgba(3, 57, 160, 0) 20%, #0339A0 86%);
        margin-top: 27px;
		margin-left: 10px
    }
    
    .modular-name {
        width: 154px;
        height: 56px;
    }
    
    .ztjj {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021338052631498.png) center no-repeat;
		background-size:150px;
    }
    
    .more_2 {
        position: absolute;
        right: 0;
        top: 16px;
    }
    
    .more_2:hover {
        cursor: pointer;
    }
    
    .more_2 span {
        font-size: 20px;
        font-weight: normal;
        color: #0339A0;
		text-align: left;        
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335024773185.png) no-repeat right;
		width:90px;
    }
	.more_2 span a{
		color: #0339A0;
	}
    .more_gzdt {        
		text-align:right;
		margin-top:10px;
    }    
    .more_gzdt:hover {
        cursor: pointer;
    }    
    .more_gzdt span {
        font-size: 20px;
        font-weight: normal;
        color: #0339A0;
		float:right;
		text-align: left;        
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335024773185.png) no-repeat right;
		width:90px;
    }
	.more_gzdt span a{
		color: #0339A0;
	}
    .slider {
        justify-content: space-between;
    }
    
    .button_zt {
        width: 48px;
        height: 48px;
        margin-top: 36px;
    }
    
    .button_zt:hover {
        cursor: pointer;
    }
       
    /*.slider-images {
        gap: 20px;
    }*/
    
    .slider-images img {
        width: 339px;
        height: 120px;
    }
    
    .slider button {
        border: 0px;
        width: 48px;
        height: 48px;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        margin-top: 36px;
    }
    
    .slider button:hover {
        cursor: pointer;
    }
    /* ********工作动态******** */
    
    .gztd {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336221506386.png) center no-repeat;
		background-size:150px;
    }
    
    .ggdt-box {
        width: 100%;
    }
    
    .tabs {
        display: flex;
        justify-content: center;        
        margin-bottom: 36px;
    }
    
    .tab-button_1 {
        cursor: pointer;
        font-size: 16px;
        color: #000;
        font-size: 24px;
        border: 0px;
        background-color: rgba(0, 0, 0, 0);
		margin: 0 40px;
    }
    
    .tab-button_1:hover {
        color: #0339A0;
    }
    
    .tab-button_1.active {
        color: #0339A0;
        font-weight: bold;
    }
    
    .tab-content_1 {
        display: block;
    }
    
    .tab-content_1.active {
        display: block;
    }
    
    .hidden {
        display: none;
    }
    
    .list-ggdt-con .custom-list_2 {        
        width: 546px;
        margin: 0;
    }
    
    .gzdt-list {        
        padding: 0 30px;
        box-sizing: border-box;
    }
	.more_4:hover {
        cursor: pointer;
    }
    .more_4{
		height: 30px;
		width: 100%;
		text-align: center;
		padding-top:10px;
	}
    .more_4 span {
        font-size: 20px;
        font-weight: normal;
        color: #0339A0;
        line-height: 30px;
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335024773185.png) no-repeat right;
		width:110px;
		height: 30px;
		margin:0 auto;
    }
	.more_4 span a{
		color: #0339A0;
	}
    /* ********举报按钮******** */
    
    .report {
        
    }
    
    .report .report-box {
        height: 96px;
        border-radius: 4px;
        background: linear-gradient(109deg, #5281DC 0%, #0339A0 100%);
        flex: 1;
        padding-left: 48px;
        box-sizing: border-box;
		margin-right:20px;
    }
    
    .report .report-box:hover {
        cursor: pointer;
    }
    
    .report .report-box span {
        font-size: 28px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0em;
        color: #FFFFFF;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
        line-height: 96px;
    }
    
    .report .report-box .jbzn {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336072154644.png) no-repeat left;
		width:76px;
    }
    
    .report .report-box .wyjb {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336072551265.png) no-repeat left;
		width:76px;
    }
    
    .report .report-box .jbcx {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336071389416.png) no-repeat left;
		width:76px;
    }
    
    .report .report-box .jbfs {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336071713638.png) no-repeat left;
		width:76px;
    }
    /* ********权威发布******** */
    
    .qwfb {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336221182747.png) no-repeat center;
		background-size:150px;
    }
    
    .title-word {
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
        margin-bottom: 24px;
    }
    
    .title-word::before {
        content: '';
        width: 4px;
        height: 20px;
        background: #0339A0;
        position: absolute;
        left: 0;
        top: 6px;
    }
    
    .qwfb-list {
        width: 1200px;
        
    }
    .qwfb-con{
		margin-right:36px;
	}
    .qwfb-con .custom-list_3 {        
        width: 376px;
        margin: 0;
    }
    /* ********廉洁文化******** */
    
    .ljwh {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021336222577191.png) no-repeat center;
		background-size:150px;
    }
    
    .jt {
        width: 400px;
		margin-right:36px;
    }
    
    .more_3:hover {
        cursor: pointer;
    }
    
    .more_3 span {
        font-size: 20px;
        font-weight: normal;
        color: #0339A0;
        line-height: 30px;
		background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335024773185.png) no-repeat right;
		width:50px;
		height: 30px;
    }
	.more_3 span a{
		color: #0339A0;
	}
    
    .ljwh-top {
        justify-content: space-between;
    }
        
    .jt-list {
        display: flex;
        flex-direction: column;
        padding: 0px;        
        align-self: stretch;
    }
	.jt-list li{
		position: relative;
        /* 为伪元素定位 */
        padding-left: 16px;
        /* 为自定义标记留出空间 */
        font-size: 20px;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		list-style-type:none;
		line-height:40px;
	}
	.jt-list li::before {
        content: '';
        /* 必须设置content属性 */
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        /* 设置正方形的宽度 */
        height: 6px;
        /* 设置正方形的高度 */
        background-color: #0339A0;
        /* 设置正方形的背景颜色 */
        border-radius: 0;
        /* 将圆形改为正方形 */
        transform: translateY(-50%);
        /* 垂直居中 */
    }
	.jt-list li a:hover{
		color:#a12119;
	}
    
    .jt-list-con p {
        padding: 0 10px;
        box-sizing: border-box;
        background: rgba(3, 57, 160, 0.1);
        font-size: 20px;
        font-weight: normal;
        line-height: 36px;
        color: #0339A0;
        text-align: center;
        white-space: nowrap;
        margin-right: 10px;
    }
    
    .jt-list-con span {
        font-size: 20px;
        font-weight: normal;
        color: #000;
        line-height: 36px;
        display: block;
        flex: 1;
        white-space: nowrap;
        /* 文本不会换行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 超出部分用省略号表示 */
    }
    
    .jt-list-con span:hover {
        color: #0339A0;
        cursor: pointer;
    }
    
    .jt-list-con {
        white-space: nowrap;
        /* 文本不会换行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 超出部分用省略号表示 */
    }
    
    .ljwh-top,
    .ljwh-end {
        
    }
    
    .ljwh-end {
        margin-top: 40px;
    }
    
    .sp {
        flex: 1;
    }
    
    .video {        
        padding: 0 24px;
        box-sizing: border-box;
    }
	.video p:hover{
		color:#a12119;
	}
    
    .video-con {
        width: 223px;
        white-space: nowrap;
        /* 文本不会换行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 超出部分用省略号表示 */
		margin-right:20px;
    }
    
    .video-con img {
        width: 223px;
        height: 150px;
        margin-bottom: 16px;
    }
    
    .video-con p {
        color: #000;
        font-size: 20px;
		text-align:center;
        white-space: nowrap;
        /* 文本不会换行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 超出部分用省略号表示 */
    }
    .pl{
		margin-right:36px;
	}
    .pl .custom-list_4 {        
        width: 400px;
        margin: 0;
    }
    
    .lj-map img {
        width: 408px;
        height: 216px;
    }
    .cartoon{
		margin-right:36px;
	}
    .cartoon-box {
        /*padding: 0 16px;*/
        box-sizing: border-box;
        width: 320px;
        height: 210px;        
    }
    
    .tab-button_3 {
        justify-content: space-between;
        margin-top: 82px;
        width: 100%;
    }
    
    .tab-button_3 img {
        width: 36px;
        height: 36px;
    }
    
    .report .report-box_1 {
        height: 96px;
        border-radius: 4px;
        flex: 1;
        background: rgba(3, 57, 160, 0.1);
        box-sizing: border-box;
        border: 1px solid #0339A0;
		width:380px;
		margin-right:30px;
		padding-left:60px;
    }
    
    .report .report-box_1 .llxx {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412101555347665842.png) no-repeat center;
		background-size:52px;
		width:100px;
    }
    
    .report .report-box_1 .djfg {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412101555349287101.png) no-repeat center;
		background-size:60px;
		width:100px;		
    }
    
    .report .report-box_1 .ztjc {
        background: url() no-repeat center;
		background-size:60px;
		width:100px;
    }
    
    .report .report-box_1 .wxjz {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412101555348377260.png) no-repeat center;
		background-size:55px;
		width:100px;
    }
    
    .report .report-box_1 span {
        color: #0339A0;
		text-align:right;
    }
	
/**********专题图片切换************/
.cxscroll {
	position: relative;
}

.cxscroll .list {
	overflow: hidden;
	width: 9999px;
}

.cxscroll .list li {
	float: left;
}

.cxscroll-special .box ul {
	list-style: none;
	padding: 0px 10px;
}

.cxscroll-special {
	padding: 0;
}

.cxscroll-special .box {
	width: 1080px;
	height:126px;
	overflow: hidden;
	position:relative;
	margin: 0 auto;
}

.cxscroll-special .list li {
	width: 360px;	
	height: 110px;	
}

.cxscroll-special .list li a {
	display: block;
	width: 340px;
	height: 110px;
	margin: 0;
	/* border-radius: 4px; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	overflow: hidden;
}

.cxscroll-special .list li a:hover img {
	transform: scale(1.05);
}

.cxscroll-special .list li img {
	display: block;
	width: 340px;
	height: 110px;
	/* border-radius: 4px; */
	transition: all .3s;
}
.cxscroll .prev, .cxscroll .next {
    position: absolute;
    top: 35%;
    cursor: pointer;
}
.cxscroll .prev {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335024052073.png) no-repeat;    
    left: 10px;
	width:48px;
	height:48px;
	overflow:hidden;
}
.cxscroll .next {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3797/site/picture/1946/2412021335023253041.png) no-repeat;    
    right: 10px;
	width:48px;
	height:48px;
	overflow:hidden;
}
/**********专题图片切换end**********/
	
    /* ********友情链接*********** */
    
    .yq-link {
        font-size: 30px;
        font-weight: bold;
        color: #0339A0;
        line-height: 48px;
    }
    
    .link-content {
        
    }
    
    .jjjc {
        width:1200px;
		display:flex;
		
    }
    
    .jjjc h2 {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        color: #0339A0;
        line-height: 40px;
        background: rgba(3, 57, 160, 0.1);
        box-sizing: border-box;
        border: 1px solid #0339A0;
        text-align: center;
        border-radius: 4px;
		float:left;
		cursor:pointer;
		margin-right:15px;
    }	
	
	.jjjc h2.jjjc-acitve{
		background: #0339A0;
		color:#ffffff;
	}
	
    .container_3 {
        margin-bottom: 48px;
    }
	.friend{
		min-height:60px;
		display:inline-block;
		width:1200px;
	}
	.friend-one{}
    .friend-one a {
        font-size: 18px;
        font-weight: normal;
        color: #404146;
        text-align: center;
        display: block;        
		float:left;
		padding-top:10px;
		line-height:30px;
		height:30px;
		width:14%;
    }
	.friend-one a:hover {color:#a12119;}
	.tabnr{display:none;}
    /* *********footer************ */
    
    .footer {
        width: 100%;
        padding: 36px 0;
        box-sizing: border-box;
        background-color: #123D78;
    }
    
    .footer-con {
        width: 1200px;
        margin: 0 auto;
    }
    
    .footer-link {
        
        justify-content: center;
    }
    
    .footer-link a, .footer-link span {
        color: #fff;
        font-size: 20px;
		margin-right: 36px;		
    }
    
    .footer-link a:hover {
        cursor: pointer;
    }
    
    .footer-con p {
        margin-top: 18px;
        color: #fff;
        text-align: center;
        font-size: 20px;
    }