@charset "utf-8";
/* CSS Document */

*{padding:0;margin: 0;border:none;}
body {font-family: "微软雅黑";font-style: normal;background-color:#fff; }
img { border: 0 }
ol,ul,li { list-style: none }
a {text-decoration:none;font-family: "微软雅黑"; }
.main { width:96%; margin: 0 auto;overflow:hidden; }
.left { float: left; }
.right { float: right; }
.hide{
	display:none;
}
.clear { clear: both; }
input, button, select, textarea {
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
}
.guidang{
	transform: scale(0.6, 0.6);
    z-index: 1;
    position: relative;
    top: 16rem;
    left: 20%;
}
/*焦点图*/
.focus {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.focus .hd {
	position: absolute;
	height: 2.8rem;
	line-height:2.8rem;
	bottom: 0;
	right: .32rem;
	z-index: 1;
}
.focus .hd li {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	text-indent: -9999px;
	background-color:#fff;
	overflow: hidden;
	margin: 0.1rem;
}
.focus .hd li.on {
	background: #d03737;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li {
	position: relative;
}
.focus .bd li img {
	width: 1000px;
	height: auto;
	display: block;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}
.focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size:1.1rem;
	text-indent:1rem;
	height:2.8rem;
	line-height:2.8rem;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	margin-bottom: 0px
}
/*焦点图2*/
#focus2 {
    margin: 1rem 0;
}
.focus2 {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.focus2 .hd {
	position: absolute;
	height: 2.8rem;
	line-height:2.8rem;
	bottom: 0;
	right: .32rem;
	z-index: 1;
}
.focus2 .hd li {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	text-indent: -9999px;
	background-color:#fff;
	overflow: hidden;
	margin: 0.1rem;
}
.focus2 .hd li.on {
	background: #d03737;
}
.focus2 .bd {
	position: relative;
	z-index: 0;
}
.focus2 .bd li {
	position: relative;
}
.focus2 .bd li img {
	width: 1000px;
	height: auto;
	display: block;
	/* height:100%; */
}
.focus2 .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}
.focus2 .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size:1.1rem;
	text-indent:1rem;
	height:2.8rem;
	line-height:2.8rem;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	margin-bottom: 0px
}
.tabBox .hd ul {
	height: 2.6rem;
	    overflow: hidden;
	    margin-bottom: 0;
	    position: relative;
	    border-bottom: 1px solid #397fbb;
	    line-height: 2rem;
	    margin-top: 1.6rem;
}
.tabBox .hd ul li {
	color: #397fbb;
	text-align: center;
	display: inline-block;
	height: 100%;
}
.tabBox .hd ul li a {
	display:block;
	font-size:1.2rem;
	padding-left:0.6rem;
	padding-right:0.6rem;
	color: #397fbb;
	font-weight:bold;
}
.tabBox .hd ul li a:hover,.tabBox .hd ul li a:active {
	text-decoration: none;
}
.tabBox .hd ul li.last a{ border-right:none;}
.tabBox .hd ul .on{
	border-bottom: 0.1rem solid #005d8b;
}
.tabBox .hd ul .on a {
	color:#2e6da1;
}
.tabBox .hd ul .on a:hover,.tabBox .hd ul .on a:focus{ text-decoration:none;}
.tabBox .hd li.last{border-right:none;}
.tabBox .bd ul {
	padding: 2px .36rem 0px;
}
.tabBox .bd li { overflow: hidden;}
.tabBox .bd a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tabBox .bd a:hover,.tabBox .bd a:focus{ text-decoration: none!important;}
.tabBox .bd-con ul li{height:auto;}
.tabBox .bd-con ul li a {
    color: #333;
    line-height: 1.6rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
    width: 95%;
    vertical-align: top;
	/* padding-left: 1rem; */
}
.tabBox .bd-con ul li {
    border-bottom: #ebebeb solid 1px;
    padding: .6rem .6rem;
}
.tabBox .bd-con ul li:last-child {
	border-bottom: none;
}
.more {
	width:100%;
    display: block;
    height:2rem;
    line-height:2rem;
    text-align: center;
	margin:.4rem 0 0 0;
	background-color: #f2f2f2;
    font-size:1.1rem;
	color:#666;
    clear: both;
}
.more a{ color:#666;display: block;}
.zwgk_link{ 
	width: 100%;
    background: #d0e9ff;
    text-align: center;padding: 0.4rem 0;margin: 0.6rem 0;}
.zwgk_link ul{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.zwgk_link ul li{width: 30%;
    border-bottom: 1px solid #005d8b;
    background-color: #ebf6ff;
    display: inline-block;
    color: #000;
    text-align: center;
    margin: 0.3rem 0.2rem;
    padding: 1rem 0.2rem;
	}
	.zwgk_link ul li a{ color: #000;
    font-size: 1rem; }
	
.banshibanner{text-align: center;}

.tabBox3 .hd ul {
	overflow: hidden;
	margin-bottom:0;
	position: relative;
	border-bottom:1px solid #397fbb;
    height:2.4rem;
	line-height:2rem;
	margin-top:2rem;
}
.tabBox3 .hd ul li {
	height:1.4rem;
	line-height:1.4rem;
	float: left;
	color: #397fbb;
	text-align: center;
	display:block;
}
.tabBox3 .hd ul li a {
	display:block;
	font-size:1.2rem;
	padding-left:1rem;padding-right:1rem;padding-bottom:.8rem;margin:0 auto;
	color: #397fbb;
	font-weight:bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tabBox3 .hd ul li a:hover,.tabBox3 .hd ul li a:active {
	text-decoration: none;
}
.tabBox3 .hd ul li.last a{ border-right:none;}
.tabBox3 .hd ul .on{
	height: 2.4rem;
	border-bottom: .2rem solid #005d8b;
}
.tabBox3 .hd ul .on a {
	color:#2e6da1;
}
.tabBox3 .hd ul .on a:hover,.tabBox3 .hd ul .on a:focus{ text-decoration:none;}
.tabBox3 .hd li.last{border-right:none;}
.tabBox3 .bd ul {
	padding: 2px .36rem 0px;
}
.tabBox3 .bd li {
	text-align: center;
	margin:1.2rem 0.4rem 0 0;
    overflow: hidden;
    display: inline-block;
    width: 28%;
}
.tabBox3 .bd a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tabBox3 .bd a:hover,.tabBox .bd a:focus{ text-decoration: none!important;}
.tabBox3 svg{width: 3rem;height: 3rem;}
.tabBox3 span{font-size: 1rem;
    display: flex;
    justify-content: center;color: #034a77;}

/*政民互动*/
.zmhd{display: flex;margin: 0.4rem;}
.zmhd_r{width: 40%;
        height: 14.2rem;
    background: url(/phone2023/images/zmhd_1.jpg) no-repeat right bottom, linear-gradient(180deg, #d7b583 10%, #f3e3cb 100%);margin-right: 0.4rem;
}
.zmhd_r p {font-size: 1.6rem;
    color: #fff;
    margin: 1.6rem;}
.zmhd_l{width: 60%;}
.zmhd_l ul{    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;}
.zmhd_l ul li{width: 48%;
    height: 7rem;
    margin: 0 0.2rem 0.2rem 0;
    cursor: pointer;}
.zmhd_l p {font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 7rem;}
.zmhd_bg1{background: url(/phone2023/images/zmhd_bg1.jpg) no-repeat right bottom, linear-gradient(180deg, #578fb2 10%, #aae3f1 100%);}
.zmhd_bg2{background: url(/phone2023/images/zmhd_bg2.jpg) no-repeat right bottom, linear-gradient(180deg, #7398cc 10%, #afc4e8 100%);}
.zmhd_bg3{background: url(/phone2023/images/zmhd_bg3.jpg) no-repeat right bottom, linear-gradient(180deg, #64b570 10%, #cce3ab 100%);}
.zmhd_bg4{background: url(/phone2023/images/zmhd_bg4.jpg) no-repeat right bottom, linear-gradient(180deg, #d78584 10%, #f2d4ca 100%);}
/*走进汕尾*/
.zjsw {
	margin-top: 1rem;background-color: #f8f8f8;
}
.zjsw ul li{
	display: inline-block;
	    width: 32%;
	    text-align: center;
}
.zjsw ul li img{
	width: 100%;
}
/*政务公开*/
.ldzc_title{    font-size: 1.2rem;
    font-weight: bolder;
    color: #3a3b3c;
    text-indent: inherit;
    padding: 0.4rem;
    margin: 1rem;
    border-bottom: 1px solid #e2e2e2;}
.ldzc_info img{width: 6rem;}  
.ldzc_info a{font-size: 1.2rem;}  
.ldzc_info ul {
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	}
.ldzc_info ul li{
		flex: 0 0 30%;
		text-align: center;
    padding: 0.2rem;
	}
.ldzc_info ul li a{
	 color:#4b4b4b;
	}
/*走进汕尾*/	
.swgk ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}
.swgk ul li{
		border: none !important;
		width: 5.6rem;
}
.swgk ul li a{
		    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.swgk ul li img{    width: 3rem;
    height: 3rem;    margin: 0.6rem auto;}
.mlsw {margin-top: 1rem;}
.mlsw ul{display: flex;}
.mlsw li span {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;
}
.mlsw li{width: 12rem !important;height:14rem !important;text-align: center;
    padding-top: 2rem !important;margin-right: 0.2rem;}
.mlsw_pic1{
	background: url(https://www.shanwei.gov.cn/images/zjsw_12_hover.jpg) top ;background-size: cover;
}
.mlsw_pic2{
	background: url(https://www.shanwei.gov.cn/images/zjsw_14_hover.jpg) top;background-size: cover;
}
.mlsw_pic3{
	background: url(https://www.shanwei.gov.cn/images/zjsw_16_hover.jpg) top;background-size: cover;
}
.mlsw_pic4{
	background: url(https://www.shanwei.gov.cn/images/zjsw_07_hover.jpg) top;background-size: cover;
}
.mlsw_pic5{
	background: url(https://www.shanwei.gov.cn/images/zjsw_09_hover.jpg)  top;background-size: cover;
}
/* 列表页 */
.tpos {
   width: 96%;
    line-height: 1.8rem;
    margin: 0.6rem auto;
    background: url(/phone2023/images/wz.png) no-repeat left top;
    padding-left: 2rem;
    padding-bottom: 0.4rem;
    color: #454545;
    border-bottom: 1px solid #d2d2d2;
}
.tpos a {
    color: #3b3939;
    font-size:0.8rem;
}
.list_m {
    width: 96%;
    margin: 1.2rem auto;
}
.list_m ul {
    list-style: none;
    margin: 1rem 0.5rem 0 0.5rem;
    overflow: hidden;
}
.list_m ul li {
       color: #3b3939;
       overflow: hidden;
       margin: 0 auto 0.6rem auto;
       padding-bottom: 0.6rem;
       border-bottom: solid 1px #f0f0f0;
}
.list_m ul li a{
	color: #3b3939;
}
.list_m ul li .dot {
    width: 4px;
    height: 4px;
    background-color: #ccc;
    float: left;
    margin: 0.9rem 0.5rem 0 0;
}

.list_m ul li .til {
    width: 94%;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 1.8rem;
	font-size: 1rem;
}
.list_m ul li .time {
    font-size: 0.8rem;
    color: #9e9e9e;
    white-space: nowrap;
}
.title_m {
    width: 96%;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    color: #282828;
    margin: 1rem auto;
}
.info_m {
    width: 96%;
    margin: 1rem auto;
    padding-bottom: 0.4rem;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 0.9rem;
    color: #666;
    position: relative;
    text-align: center;
}
.info_m .time {
    display:block;
    margin: 0 20px;
}
.info_m .changeFont {
    float: right;
    padding-right: 110px;
}
.page {
    width: 96%;
    margin: 1rem auto;
    text-align: center;
    padding-top: 1rem;
   font-size: 1rem;
}
.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
}
.page a.current {
    color: #fff;
    background-color: #3d7dcb;
}
/*大栏目 栏目列表页*/
.titlesm_m {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 90%;
    margin: 1rem auto 0.5rem;
}
.content_m {
    width: 94%;
    margin: 0 auto 40px;
}
.content_m ul li {
    display: inline-block;
    background: #f1f2f3;
    width: 96%;
    /* height: 3rem; */
     padding-left: 4%;
    font-size: 1rem;
    line-height: 3rem;
    margin:1.6vw auto;
}
.content_m ul li a{
    color: #333333;display: block;
}
/*内容页*/
.zw{width: 96%;
    margin: 0 auto;font-size: 1rem;    line-height: 2rem;/* text-indent: 2em;*/ } 
.zw img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}
.xgwz{
	font-size: 1rem;margin-top: 1rem;
}
.xgwz b{border-left: 2px solid #5195eb;
    color: #5195eb;
    padding-left: 0.6rem;}
.xgwz ul{ margin-top: 0rem!important;}
.xgwz ul li{  margin: 1rem 0;}	
 .xgwz ul li a{font-size: 0.8rem;
    color: #333;} 
/*领导班子*/
.leader_pic{
	text-align: center;
}
.leader_con{display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;}
.leader_name{font-size: 1.2rem; }
.leader_zw{font-size: 1.2rem; margin-right: 1rem;}
.leader_abstract{font-size: 1rem;width: 95%;
    margin: 0 auto;}

/* 适应屏幕 */
@media only screen and (max-width: 768px) {
	.main{
		width:  100%;
	}
	/* .top_m{
		width:  100%;
		margin: 0 auto;
	}
	.footer_m{
		width:  100%;
		margin: 0 auto;
	}
	.nav_m {
	    width: 100%;
	    line-height: 54px;
	    background: #397fbb;
	    clear: both;
	    height: auto;
		margin-top: 1.2rem;
	}
	.nav_m ul {
	    overflow: hidden;
	    zoom: 1;
	    margin-left: 0;
	}
	.nav_m ul li {
	    float: left;
	    text-align: center;
	    cursor: pointer;
	    width: 33%;
	    line-height: 2.4rem;
	}
	.nav_m ul li a {
	    font-size: 1.1rem;
	    font-family: "微软雅黑";
	    color: white;
	} */
	.focus {
		width: 100%;
	}
	.focus .bd li img {
		width: 100%;
	}
	.focus2 {
		width: 100%;
	}
	.focus2 .bd li img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	/* .footer_m{ width: 1000px; margin: 0 auto; }
	.top_m{ width: 1000px; margin: 0 auto; } */
	.main_m{ width: 1000px; margin: 0 auto; }
}