.swgk {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../images/swgk_bg.jpg) no-repeat;
	background-size: cover;
	border-radius:20px ;
	padding-bottom: 20px;
}

.swgk_tit {
	width: 95%;
	padding: 30px 0;
}

.swgk_tit a {
	display: block;
}

.swgk_tit a img {}


/*******/
.picture {
	width: 95%;
}
.picture .picture_bottom {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: space-between;
	
}

.picture .picture_bottom .picture_left {
	width: 60%;
	height: 100%;
	position: relative;
}
	.picture_left:before{
	content:'';
	position: absolute;
	left: 8px;
	bottom:0;
	height: 96%;
	width: 99%;
	/*background-color: rgba(170,209,227,0.6);
	background-clip:padding-box;*/
	border-bottom: 10px solid rgba(170,209,227,0.6);
	border-right:10px solid rgba(170,209,227,0.6);
	}

.picture .picture_bottom .picture_left .picture_img {
	/*position: relative;
	width: 755px;
	height: 460px;
	display: table;
	text-align: center*/
}

.picture_bottom .picture_left .picture_img .picture_img2 {
	height: 340px;/*重要样式**/
}

.picture_bottom .picture_left .picture_img .picture_img2 img {
	width: 96%;
	height: 100%;
	display: block;
    margin: 15px auto 0;
}
.swgk_itms {
	/*background-color: #FFFFFF;*/
	 /*background: linear-gradient(90deg, #FBEEF7 0%, #E9E7FB 51%, #DCEBFA 100%);*/
    background: linear-gradient(to bottom, #ffffff 65%, rgba(255, 255, 255, 0.5));
}
.jieshao {
	width: 96%;
	margin: 10px auto 10px;
	height: 115px;	
	position: relative;
	
}
.jieshao span {
	display: block;
	text-align: center;
	padding-top: 40px;
}
.jieshao p {
	/* text-align: center; */
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 28px;
    color: #3b3b3b;
    font-size: 16px;
}
.jieshao a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #3b3b3b;
}
/***左右箭头**/
/*.picture_bottom .picture_left .prev {
	display: inline-block;
	width: 17px;
	height: 33px;
	position: relative;
	top: -250px;
	left: 18px;
	background: url(../images/previous-page.png) no-repeat
}

.picture_bottom .picture_left .next {
	display: inline-block;
	width: 17px;
	height: 33px;
	position: relative;
	top: -250px;
	right: 18px;
	float: right;
	background: url(../images/next-page.png) no-repeat
}

.picture_bottom .picture_left .prev a {
	display: inline-block;
	width: 17px;
	height: 33px;
	background: url(../images/previous-page.png) no-repeat
}

.picture_bottom .picture_left .next a {
	display: inline-block;
	width: 17px;
	height: 33px;
	background: url(../images/next-page.png) no-repeat
}*/
/**********右边**********/
.picture .picture_bottom .picture_right {
	width: 36%;
	height: 100%;
}

.picture_suo {
	width: 90%;
}

.picture_suo .hd {
	width: 100%;
	height: 500px;
	/*position: absolute;
	overflow: hidden;*/
}
.picture_suo .hd ul {
	display: flex;
	flex-wrap: wrap;
}
.picture_suo .hd ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46%;
	height: 102px;
	cursor: pointer;
	border: 2px solid #fff;
	margin-bottom: 24px;
	background-color: rgba(255, 255, 255, 0.6);
	    
}
.picture_suo .hd ul li:hover img{
	transform: rotateY(360deg); 
}
.picture_suo .hd ul li:nth-child(2n+1) {
	margin-right: 20px;
} 
.picture_suo .hd ul li img {
	width: 36px;
	/* padding-right: 10px; */
	transition: transform 1s ease;
}

.picture_suo .hd ul li span {
	font-size: 22px;
	color: #005ba4;
	font-weight: 600;
	padding: 0 10px;
}

.hd .on {
	background-color: rgba(255, 255, 255, 0.7);
}
/************魅力汕尾**********/
.mlsw {
	width: 100%;
}
.mlsw_tit {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
}
.mlsw_tit a img {
	display: block;
	width: 100%;
}
.mlsw_con {
	width: 100%;

}
.mlsw_con ul {
	display: flex;
	justify-content: space-around;
	
}
.mlsw_con ul li {
	width: 16%;
	height: 350px;
	transition: transform 0.8s ease;
}
.mlsw_con ul li:hover{
	transform: scale(1.1);
}

.mlsw_con ul li a {
	display: block;
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0.1em 0.1em 0.2em #333333;
	text-align: center;
	padding-top: 25px;
	width: 100%;
    height: 100%;
}

/***********投资汕尾**********/
.tzsw {
	width: 100%;
	margin-top: 50px;
}
.tzsw_con {
	width: 97%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tzsw_tab {
	width: 55%;	
}
.xgai {
	/* border: none!important; */
}
.xgai ul li {		    
		    height: 49px!important;
	    	line-height: 50px!important;
	    	
	    }
	     .xgai ul li h5 a {
	        color: #8e8e8e;
	        font-size: 26px!important;
			padding:0 14px;
	       
	    }
	     .xgai .seles2 h5 a{	      
		  	 height: 45px!important;
	    	line-height: 45px!important;
		      
	    }
	
.xgai ul p {
	position: relative;
	right: 22%;
	color: #cacaca;
}
.xgai ul span {
	margin-left: auto;
}
.xgai ul span a {
	font-size: 16px;
    color: #636363;
    padding-right: 10px;
}
.item_list:nth-child(1) {
	margin-top: 30px;
}
.item_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ebebeb;
	/*height: 95px;*/
	height: 60px;
	margin-top: 12px;
}
.item_list_time {
	/*width: 12%;*/
	width: 10%;
    background-color: #0a7fde;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.item_list_time b {
	/*font-size: 30px;*/
	font-size: 24px;
}
.item_list_time span {
	font-size: 12px;
}

.item_list_con {
	/*width: 84%;*/
		width: 86%;
}
.item_list_contit {
	width: 100%;
}
.item_list_contit a {
	display: block;
    font-size: 22px;
    color: #5a5a5a;
  /*  line-height: 41px;*/
	 line-height: 60px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_list_contxt {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.item_list_contxtlist {
	width: 88%;
}
.item_list_contxtlist a {
	color: #949393;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.item_list_contxtmone {
	width: 10%;
	align-self: flex-end;
}
.item_list_contxtmone a {
	color: #0e5d9e;
	font-size: 16px;
}
/***********************/
.tzsw_list {
	width: 36%;	
	width: 40%;	
}
.csxcp_tit {
	width: 100%;	
}

.csxcp_tit h5 a {
	font-size: 28px;
	color: #4675bd;
}

.csxcp_lbt {
	width: 100%;
	margin-top: 20px;
}

.swiper-slide a img {
	display: block;
	width: 100%;
	height: 350px;
}
.swiper-button-next {
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
}
.swiper-button-prev {
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
}
.csxcp_lbiao {
	width: 100%;
	margin-top: 20px;
}

.csxcp_lbiao ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.csxcp_lbiao ul li a {
	font-size: 16px;
	color: #383838;
}
.csxcp_lbiao ul li span {
	font-size: 16px;
	color: #747474;
}