﻿
/*log*/
.wangtinglogoAndSearch .wangting-logo img{
    top: 30px;
    height: 60px;
}
.wangtinglogoAndSearch{
	padding-top: 18px;
    height: 130px;
}
/*导航栏*/
.menu .menu-main .menu-item {
	width: 170px;
}
/*头条*/
.homeNewIntro .titleBig {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 93px;
    margin-bottom: 30px;
    white-space: initial;
    padding-bottom: 0;
    margin-top: -30px;
}
.homeNewIntro .titleBig {
	font-weight: bold;
}
.homeNewIntro .newHeadIntro {
    font-size: 18px;
}
.newHeadIntro a {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 470px;
    float: left;
    margin-left: 40px;
    margin-bottom: 15px;
}
/*幻灯片文字过长隐藏*/
.swiperHomeNew .swiper-container .swiper-slide .title {
	padding-right: 150px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.swiperHomeNew .swiper-container .swiper-pagination{
	width: auto;
    left: auto;
    right: 0;
}
/*部门动态*/
.tab-content {
    overflow: hidden;
    height: 300px;
}
/*查看更多*/
.nav_a{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    border-bottom: none !important;
    padding: 0;
    font-weight: 400;
    line-height: 40px;
    color: #666 !important;
}
.nav_a:hover{
	color: #096DD9 !important;
}
.nav-tabs-line-more a:hover{
	color: #096DD9 !important;
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover{
	cursor: pointer;
}
/*公用服务*/
.serviceIconList li{
	margin: 25px 50px 5px 25px;
	width: 233px;
}
.serviceIconList li .title{
    display: inline-block;
	line-height: 118px;
	font-size: 16px;
	height: 110px;
}
.serviceIconList li .iconfont{
	height: 110px;
    line-height: 110px;
	display: inline-block;
}
.serviceIconList li a .iconfont img {
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-top: -10px;
    display: inline-block;
    margin-right: 24px;
}
/*专题专栏幻灯片*/
.home-carouselBanner .swiper-container {
  cursor: pointer;
}


/*公益广告*/
.gyad {
	width: 1200px;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 18px;
	background: #FFFFFF;
	position: relative;
	}
.gyad .parHd {
	width: 100%;
	height: 44px;
	overflow: hidden;
	border-bottom: solid 3px #096dd9;
	padding-left: 0px;
	box-sizing: border-box;
	position: relative;
	}
.gyad .parHd ul {
		width: 100%;
		height: 44px;
		display: block;
		z-index: 0;
	}
.gyad .parHd ul li {
		width: auto;
		line-height: 41px;
		float: left;
		margin-right: 15px;
	}
.gyad .parHd ul li a {
		width: auto;
		line-height: 41px;
		font-size: 18px;
		color: #333333;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
.gyad .parHd ul li.on a {
		color: #096dd9;
	}
.gyad .parHd .video {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 100px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .more {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 5px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .video:hover,
.gyad .parHd .more:hover {
	color: #01398E;
}
.gyad .parBd {
	width: 1200px;
	height: 214px;
	overflow: hidden;
	margin: 20px auto 0px;
}
.gyad .parBd ul {
	width: 1250px;
	overflow: hidden;
	zoom: 1;
}
.gyad .parBd ul li {
	float: left;
	width: 159px;
	height: 214px;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 49px;
}
.gyad .parBd ul li .parImg {
	display: block;
	width: 157px;
	height: 212px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #DE7C51;
}
.gyad .parBd ul li .parImg img {
	width: 157px;
	height: 212px;
	display: block;
}


.marginB20 {
    margin-bottom: 20px!important;
    display: inline-block;
    width: 100%;
}
.website-group-main .website-item .dropdown-menu{
    width: 277.5px;
}
.dropdown{
	cursor: pointer;
}
/*公用底部*/
.footer-main .footer-statement {
    color: #000;
}
#footer{
	 box-shadow: 0px -1px 3px #ccc;
}
/*栏目与栏目的间隔*/
.nav-tabs-line {
	margin-top: 8px;
}
.grid-lay-12{
  margin-top: 10px;
}
