@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; }

/*头条新闻*/

.column1{font-size:1.6rem;text-align:center;padding:1.6rem 0;}
.column1 a{color:#2f6ea2;line-height:2.4rem;font-weight:bold;font-size:1.6rem;}

/*焦点图*/
.focus {
	position: relative;
	width: 100%;
	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: 100%;
	height: auto;
	display: block;
	height:13rem
}

.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
}

/*要闻切换*/
.gwyxx ul a{display:-webkit-box;-webkit-line-clamp:2;}

.tabBox {
	background: #fff;
	/*padding-bottom:.78rem;*/
}

#new4 .tempWrap{
	min-height:340px;
}
.tabBox .hd ul {
	overflow: hidden;
	margin-bottom:0;
	position: relative;
	border-bottom:2px solid #111;
    height:2rem;
	line-height:2rem;
	margin-top:2rem;
}

.tabBox .hd ul li {
	height:1.4rem;
	line-height:1.4rem;
	float: left;
	color: #111;
	text-align: center;
	border-right:1px solid #a9a9a9;
	display:block;
}

.tabBox .hd ul li a {
	display:block;
	font-size:1.2rem;
	padding-left:1rem;padding-right:1rem;padding-bottom:.8rem;margin:0 auto;
	color: #111;
	font-weight:bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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 a {
	color:#2e6da1;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}
.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;}


.bd{width:100%;height:auto;padding-bottom:0;}

.bd-con li {overflow:hidden;}

.bd-con a {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

.bd-con a:hover,.bd-con a:focus{ text-decoration: none!important;}

 .commonList_dot li{height:auto;}
	
 .commonList_dot li a {
    color: #333;
    line-height: 1.4rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 95%;
    vertical-align: top;
    float:right;
}

.commonList_dot li {
    border-bottom: #d9d9d9 solid 1px;
    padding: .6rem 0;
    list-style: url(../images/greydot.jpg) inside;
}


.commonList_dot 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;}


/*专题切换*/
#focus2{margin:1rem 0;}

#focus2 .bd li img {
	width: 100%;
	height: auto;
	display: block;
	max-height:14rem;
}

/*省政府常务会议*/
.favor-header-bary{overflow:hidden;height:2rem;border-bottom:2px solid #111;margin-top:1.6rem;margin-bottom:.4rem;}
.favor-header-bary li{display:block;text-align:center;float:left;margin-left:-1px;height:1.4rem;line-height:1.4rem;border-right:1px solid #a9a9a9;position:relative;}
.favor-header-bary a{font-size:1.2rem;color:#333;display:block;padding-bottom:.8rem;margin:0 auto;font-weight:bold;padding-left:1.3rem;padding-right:1.3rem;}
.favor-header-bary li:last-child{border-right:none;}
.favor-header-bary li.defaulty a{color:#2e6da1;}

.title{width:100%;height:2.8rem;background:url(../images/newicon.png) right top no-repeat;}
.title a{
    width: 88%; 
    display:block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#444;
    font-size:1.1rem;
    text-align:center;
    padding-top:.5rem;
    padding-bottom:.2rem;
    height:auto;}

.meeting{width:100%;height:auto;}
.meeting img{width:100%;height:auto;max-height:16.4rem;display:block;margin-bottom:1rem;}

/*搜索*/
.searchfunction button{line-height:2.5rem;height:2.5rem;width:22%;background:#2f6ea2;color:white;margin:0;padding:0;font-size:1rem;float:right;}
input::-webkit-input-placeholder {
 /* placeholder颜色  */
 color: #999;
 /* placeholder字体大小  */
font-size:.8rem;
/* placeholder位置  */
text-align:left;}


/*工具栏*/
.app{width:100%;height:auto;margin-top:1rem;}
.app a img{float:left;width:46%;display:block;margin:2%;height:auto;}

/*政务服务版块*/
.banshibanner img{display:block;overflow:hidden;width:100%;height:auto;max-height:10rem;margin:1.6rem 0 1.2rem 0;}
/*常用服务*/
.service {
    width: 96%;
    margin: 0 auto;
}

.service h4 {
    font-size: 20px;
    color: #111111;
    border-bottom: 2px solid #0c1b27;
    line-height: 2.7rem;
}

.service ul.service_icon {
    margin: 1rem auto 0;
}

.service ul li {
    width: 23.8%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}


.service ul li img {
    width: 92%;
    display: inline-block;
    margin: 0 auto .6rem;
}

/*常用服务弹框城市选择*/
.filter {
    z-index: 100;
    position: fixed;
    pointer-events: auto;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.popUp {
    width: 96%;
    height: 400px;
    position: fixed;
    top: 25%;
    left: 2%;
    padding:5px 24px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 101;
    display: none;
}
.popUp h3{
    font-size: 1.2rem;
    font-weight: 700;
    text-indent: .1rem;
    border-bottom: .2rem solid #0d1c28;
    line-height: 1.2rem;
    padding-top: 1.2rem;
    margin-right: 1.5rem;
    padding-bottom: .7rem;
    margin-bottom: 1.9rem;
}
.itmWrap {
    box-sizing: border-box;
}
.itmWrap .itm{
    display: inline-block;
    padding: .2rem;
    color: #d6e5f2;
    margin: .5rem .65rem;
    font-size: 0.97rem;
}
.itmWrap .itm a{
    display: inline-block;
    color: #3e97df;;
}
.popUp .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*便民利企图片切换*/
.convenient {
    width: 96%;
    margin: 0 auto 1rem;

}

.convenient_img {
    height: 14rem;
    position: relative;
}

.convenient h4 {
    font-size: 20px;
    color: #111111;
    border-bottom: 2px solid #0c1b27;
    line-height: 2.7rem;
    margin-bottom: 1rem;
}

.convenient .swiper-container {
    width: 100%;
    height: 13rem;
    margin: 0 auto;
}

.convenient .swiper-container .swiper-slide {
    transition: all .3s ease;
    width: 100%;
    background: #ffffff;
}

.convenient .swiper-container .swiper-slide a {
    display: block;
    width: 97%;
    margin: 0 auto;
    color: #111111;
   
    text-decoration: none;
}

.convenient .swiper-container .swiper-slide a img {
    display: inline-block;
    width: 100%;
}

.convenient .swiper-container .swiper-slide a .describe {
    height: 6rem;
    margin: 0 1rem;
  
}

.convenient .swiper-container .swiper-slide a h5 {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2.4rem;
    margin-top:.4rem;
    color: #0d1c28;
}

.convenient .swiper-container .swiper-slide a p {
    font-size: 0.9rem;
    color: #727475;
    line-height: 1.4rem;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:-2vw;
    z-index:3;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #C5C8CA;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #3E97DF;
}

/*个人服务*/
.people {
    margin: 0 auto 2rem;
    width: 96%;
}

.people a {
    display: inline-block;
    width: 47%;
    background: url("../images/people_bg.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    height: 3rem;
    color: #ffffff;
    line-height: 3rem;
    vertical-align: center;
    font-size: 1.2rem;
}

.people a.personal {
    margin-right: 4%;
}

.people a img {
    display: inline-block;
    vertical-align: top;
    padding: .5rem .5rem .5rem 1.6rem;
    width: 1.6rem;
}


/*省长信箱版块*/
.mailbox{height:auto;width:100%;overflow:hidden;margin:1.2rem 0 0 0;}
.mailbox a img{float:left;width:24%;display:block;margin:.5%;}
#new3 .hd ul{margin-top:1.2rem;}

/*新闻发布会*/
.press{width:100%;height:auto;position:relative;margin:2rem 0;}
.press .titlepress{white-space: nowrap;text-overflow:ellipsis;overflow:hidden;position:absolute;width:100%;display:block;bottom:0;font-size:1rem;text-indent:.5rem;height:2.8rem;line-height:2.8rem;background: rgba(0, 0, 0, .5);color: #fff;}
.press img{width:100%;display:block;max-height:15rem;height:auto;}
#new4 .hd ul{margin-top:0;}

/*省情概况*/
.general{width:100%;height:auto;margin-top:.5rem;}
.general a img{float:left;width:28%;display:block;margin:2.6%;height:auto;}

.sport{width:100%;height:auto;margin:1.6rem 0 0 0;overflow:hidden;display:block;}
.sport img{width:38%;display:block;float:left;height:5.5rem;}
.sport .sportinfo{width:60%;display:block;height:auto;float:right;}
.sport .sportinfo .sporttext{width:100%;height:5.5rem; overflow:hidden;float:left;}
.sport .sportinfo .sporttext p{color:#333;width:100%;text-align:left; line-height:1.4rem; font-size: 1rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;float:left;margin-top:.4rem;}
.sport .sportinfo .time{color:#777;font-size:.8rem;float:left;margin-top:1.4rem;}

.culture{width:100%;background:url(../images/texture.jpg) center center repeat;margin-top:1.8rem; padding-bottom: 1.5rem;}

.culture .favor-header-bary{overflow:hidden;height:2rem;border-bottom:1px solid #111;margin-top:0;margin-bottom:.4rem;padding-top:1rem;}
.folks1{width:100%;height:auto;text-align:center;overflow:hidden;margin-top:1.5rem;}
.folks1 a{display:block;width:30%;height:auto;float:left;margin-left:4.2rem;}
.folks1 a.last{margin-left:1rem;}
.folks1 a img{float:left;width:100%;display:block;height:auto;}

.folks2{width:100%;height:auto;text-align:center;overflow:hidden;margin-top:1.5rem;}
.folks2 a{display:block;width:30%;height:auto;float:left;margin-left:.4rem;}
.folks2 a.second{margin-left:.8rem;}
.folks2 a.last{margin-left:.8rem;}
.folks2 a img{float:left;width:100%;display:block;height:auto;}

    
/*走进广东-美食*/
.cuisine{width:100%;height:auto;margin-top:1rem;}
.cuisine a{margin:.8%; display: inline-block; width: 22%; max-height: 202px; overflow: hidden;}
.cuisine a img{width:100%;max-height:162px;}
.cuisine a h3 {width: 100%; font-size: 0.7rem; text-align: center; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.traveltag{width:100%;display:block;text-align:left;margin-top:1rem;margin-left:1.1rem;}
.traveltag img{width:20%;}
.redtravel{width:100%;display:block;}
.redtravel img{width:100%;max-height:16.7rem;}
.guyidaotravel{width:100%;display:block;}
.guyidaotravel img{width:100%;max-height:16.7rem;}


@media only screen and (max-width: 375px) {
	.column1{font-size:1.6rem;text-align:center;padding:1.2rem 0;}
    .column1 a{color: #2f6ea2; line-height: 1.5em; font-weight: bold; font-size: 1.6rem;}
	
	/*要闻切换*/
	
.tabBox .hd ul {
	overflow: hidden;
	margin-bottom:0;
	position: relative;
	border-bottom:2px solid #111;
    height:1.6rem;
	line-height:1.6rem;
	margin-top:1.8rem;
	padding-bottom:.3rem;
}

.tabBox .hd ul li {
    width: 33%;
    height: 1.2rem;
    line-height: 1.2rem;
    float: left;
    color: #111;
    text-align: center;
    border-right: 1px solid #a9a9a9;
    display: block;
    white-space: nowrap;
}

.tabBox .hd ul li a {
	display:block;
	font-size:1rem;
	padding-left:1rem;padding-right:1rem;padding-bottom:.3rem;margin:0 auto;
	color: #111;
	font-weight:bold;
}

 .commonList_dot li a {
    color: #333;
    line-height: 1.4rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 95%;
    vertical-align: top;
    float:right;
}

.commonList_dot li {
    border-bottom: #d9d9d9 solid 1px;
    padding: .6rem 0;
    list-style: url(../images/greydot.jpg) inside;
}

.more {
	width:100%;
    display: block;
    height:1.8rem;
    line-height:1.8rem;
    text-align: center;
	margin:.5rem 0 0 0;
	background-color: #f2f2f2;
    font-size:1rem;
	color:#666;
    clear: both;
}

/*专题切换*/



/*省政府常务会议*/
.favor-header-bary{overflow:hidden;height:1.8rem;border-bottom:2px solid #111;margin-top:2rem;margin-bottom:.4rem;}
.favor-header-bary li{display:block;text-align:center;float:left;margin-left:-1px;height:1.2rem;line-height:1.2rem;border-right:1px solid #a9a9a9;position:relative;}
.favor-header-bary a{font-size:1.1rem;color:#333;display:block;padding-bottom:.4rem;margin:0 auto;font-weight:bold;padding-left:1.3rem;padding-right:1.3rem;}
.favor-header-bary li:last-child{border-right:none;}
.favor-header-bary li.defaulty a{color:#2e6da1;}

.title{width:100%;height:2.4rem;background:url(../images/newicon.png) right top no-repeat;margin-bottom:.5rem;}
.title a{display:block;color:#444;font-size:1rem;text-align:center;padding-top:.6rem;height:auto;}
	
	
.searchfunction button{line-height:2.5rem;height:2.5rem;width:22%;background:#2f6ea2;color:white;margin:0;padding:0;font-size:.8rem;}

.press .titlepress{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;position:absolute;width:100%;display:block;bottom:0;font-size:.8rem;text-indent:.4rem;height:2rem;line-height:2rem;background: rgba(0, 0, 0, .5);color: #fff;}

.sport .sportinfo .sporttext{width:100%;
	overflow:hidden;float:left;}
.sport .sportinfo .sporttext p{color:#333;width:100%;text-align:left;
	line-height:1rem;
	font-size: .8rem;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;float:left;margin-top:.4rem;}

/*民俗*/
.culture{width:100%;background:url(../images/texture.jpg) center center repeat;height:auto;margin-top:1.8rem; padding-bottom: 1.5rem;}

.culture .favor-header-bary{overflow:hidden;height:2rem;border-bottom:1px solid #111;margin-top:0;margin-bottom:.4rem;padding-top:1rem;}
.folks1{width:100%;height:auto;text-align:center;overflow:hidden;margin-top:1rem;}
.folks1 a{display:block;width:28%;height:auto;float:left;margin-left:3.8rem;}
.folks1 a.last{margin-left:1rem;}
.folks1 a img{float:left;width:100%;display:block;height:auto;}

.folks2{width:100%;height:auto;text-align:center;overflow:hidden;margin-top:1rem;}
.folks2 a{display:block;width:28%;height:auto;float:left;margin-left:.8rem;}
.folks2 a.second{margin-left:.8rem;}
.folks2 a.last{margin-left:.8rem;}
.folks2 a img{float:left;width:100%;display:block;height:auto;}