body {
	font-family: "Microsoft Yahei","Arial";
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin: 0;}
.icon {
    color: #0186d1;
    height:  30px !important;
    width: 40px !important;} 
img {
	max-width: 100%;
	border: none;}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
	padding: 0;
	margin: 0;
	list-style: none;}

a {
	color: inherit;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #0186d1;}
a:visited{
	text-decoration: none;}
a:focus{
	text-decoration: none;}
.clearfix {
	zoom: 1;}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;}

.rel {
	position: relative;}

.mt10 {
	margin-top: 10px !important;}

.mt20 {
	margin-top: 20px !important;}

.mb20 {
	margin-bottom: 20px !important;}

.mt30 {
	margin-top: 30px !important;}

.mt40 {
	margin-top: 40px !important;}

.mt50 {
	margin-top: 50px !important;}

.mt60 {
	margin-top: 60px;}

.fl {
	float: left;}

.fr {
	float: right;}

.hid {
	overflow: hidden;} 
.top {
	position: relative;
	background: #047ebd;
	color: #FFFFFF;}
.top-bg{
	background: url(../images/top-bg.jpg) no-repeat 800px center;}
.top .logo{ 
	float: left;
	width: 83%;
	margin-top: 26px;
	margin-bottom: 26px;
          border:0px solid red;}
.top .logo img{
	/*! margin-right: 20px; */
	width: 100px;
	height: 100px;}
.top .logo a{
	color: #FFFFFF;
	font-family: "宋体"; 
	font-size: 34px;
	display: block;
	float: left;
	padding-top: 8px;}
.shoucang {
	  float: right;
  width: 100%;
  text-align: center;
  position: absolute;
  background: #444;
  height: 30px;
  line-height: 30px;}

.shoucang a { 
	padding: 0 8px;
	color: #FFFFFF;}

/* 搜索 */
.top-search{
	position: absolute;
	bottom: 45px;
	right: 0;
	display: block;
	padding: 0 15px;
	background: none;}
.top-search .input-group{
	border:1px solid #FFFFFF;
	border-radius: 21px;
	float: left;
	width: 160px;}
.top-search .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	background: url(search-but.jpg) no-repeat center center; 
	height: 23px;
	border: none;}
.top-search input.form-control{
	width: 105px;
	height: 23px;
	line-height: 23px;
	transition: all 0.5s ease 0s;}
.top-search input.form-control:focus {
    width: 180px;}
.top-search input.form-control::-webkit-input-placeholder {
	color: #FFFFFF;
	font-size: 12px;}
.popover-content {
	min-width: 180px;}

/* 导航 */
.navbar{
	z-index: 990;}
.navbar-brand{
		    padding: 29px 15px;
		    height: auto;}
		nav.navbar.bootsnav{
		    border: none;}
		.navbar-nav{
		    float: left;}
		.navbar-collapse{
			padding: 0;}
		nav.navbar.bootsnav ul.nav > li > a{
		    color: #474747;
		    text-transform: uppercase;
		    padding: 30px;
			z-index: 1;}
		nav.navbar.bootsnav ul.nav > li:hover{
		    background: #f4f4f4;}
		.nav > li:after{
		    content: "";
		    width: 0;
		    height: 50px;
		    background: #047ebd;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    transition: all 0.5s ease 0s;
			z-index: 0;}
		.nav > li:hover:after{
		    width: 100%;}
		.nav > li.cur{
			height: 50px;
			background: #047ebd;}
		.nav > li.cur > a,.nav > li:hover > a{
			color: #FFFFFF !important;}
		nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		    content: "+";
		    font-family: 'FontAwesome';
		    font-size: 16px;
		    font-weight: 500;
		    position: absolute;
		    top: 23%;
		    right: 10%;
		    transition: all 0.4s ease 0s;}
		nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
		    content: "\f105";
		    transform: rotate(90deg);}
		.dropdown-menu.multi-dropdown{
		    position: absolute;
		    left: -100% !important;}
		nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
		    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		    border: none;}
		nav.navbar.bootsnav li.dropdown ul.dropdown-menu li{margin-left:10px;}
		nav.navbar.bootsnav ul.nav > li > a{
			padding: 15px 25px;font-size: 16px; 
			margin: 0;}
		nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:hover > a{
			color:#047ebd;}
		.fa-navicon:before, .fa-reorder:before, .fa-bars:before,.fa-remove:before, .fa-close:before, .fa-times:before{
			margin-right: 10px;}
		
		@media only screen and (max-width:990px){
		    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
		    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " ";}
		    .dropdown-menu.multi-dropdown{ left: 0 !important;}
		    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent;}
		    nav.navbar.bootsnav ul.nav > li > a{ margin: 0;}
                    .nav > li.cur{
height: auto;
			background: #047ebd;}

		}


/* 中部版块 */
.title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;}
.title span{
	position: absolute;
	left: 0;
	top: 0;
	/*! padding-left: 40px; */
	border-bottom: 2px solid #0186d1;
	font-size: 22px;
	font-weight: 400;
	margin-top: -1px;}
.title .icon-tit1{
	background: url(../images/tit-icon-1.jpg) no-repeat left center;}
.title .icon-tit2{
	background: url(../images/tit-icon-2.jpg) no-repeat left center;}
.title .icon-tit3{
	background: url(../images/tit-icon-3.jpg) no-repeat left center;}
.title .icon-tit4{
	background: url(../images/tit-icon-4.jpg) no-repeat left center;}
.title .icon-tit5{
	background: url(../images/tit-icon-5.jpg) no-repeat left center;}
.title .icon-tit6{
	background: url(../images/tit-icon-6.jpg) no-repeat left center;}
.title .icon-tit7{
	background: url(../images/tit-icon-7.jpg) no-repeat left center;}
.title .more{
	position: absolute;
	right: 0;
	top: 25px;
	padding: 10px 0;
	color: #f6ab53;
	background: url(more.jpg) no-repeat;
	width: 50px;
	background-size: 100%;}
.row{
	margin-right: -30px; 
    margin-left: -30px;}
.row > div{
	padding-left: 30px;
	padding-right: 30px;}
.xglj .row{
	margin-right: -10px;
    margin-left: -10px;}
.xglj .row > li{
	padding-left: 10px;
	padding-right: 10px;}
/* 新闻报道焦点图 */
.newsfocus {
	width: 100%;position: relative; overflow: hidden;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
	margin-bottom: 20px;}
.newsfocus li .img{
	position: relative;
	padding-top: 55%;}
.newsfocus li .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;}
.newsfocus .text{
	position: relative;}
.newsfocus .text span.date{
	position: absolute;
	width: 65px;
	height: 40px;
	line-height:40px;
	top: 0;
	right: 0;
	margin-left: 0;
	text-align: center;
	font-family: "times new roman";
	font-size: 20px;
	color: #FFFFFF;}
.newsfocus .text h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background: #0186d1;
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 10px;}
.newsfocus .text h4 a:hover{
	color:#ffffff
	;}
.newsfocus .text p.zhaiyao{
	font-size: 14px;
	padding: 8px 50px 8px 20px;
	line-height: 28px;
	color: #999999;
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;}
.newsfocus .flex-nav-next{
	position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/newsfocus-next.jpg) no-repeat left top;
    z-index: 10;
    width: 56px;
    height: 29px;}
.newsfocus .flex-direction-nav .flex-next{
	right: 0;
	background: none;
	font-size: 0;}
.newsfocus .flex-direction-nav .flex-next:before{
	content:""
;}
/* 新闻报道焦点图结束 */
/* 新闻报道列表 */
.newslist li{
	position:relative;
	font-size: 16px;
	padding-bottom: 16px;
	padding-left: 25px;
	padding-right:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.newslist li span.date{
	position:absolute;
	right:0;
	color: #808080;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 15px;}
.newslist li:hover{
	padding-left: 25px;}
.xwbd li {
	font-size: 15px;}
.iconlist1 li{
	background: url(icon-1.jpg) no-repeat left 6px;}
.iconlist2 li{
	background: url(../images/icon-4.jpg) no-repeat left 7px;}
.iconlist3 li{
	background: url(../images/icon-2.jpg) no-repeat left 9px;}
/* 新闻报道列表结束 */
.main-2{
	background: #f5f5f5;
	padding: 10px 0 10px;}
.main-3{
	background: url(../images/main-bg.jpg) no-repeat center bottom;
	padding: 10px 0 10px;}
/* 学术委员会 */
.newslist li.first{
	background: none;
	padding-left: 5px;
	white-space: inherit;
	padding-bottom: 20px;}
.newslist li.first a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.newslist li.first .zhaiyao{
	font-size: 14px;
	color: #808080;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 8px 0 0;
    font-size: 13px;
    color: #808080;
    line-height: 1.6;}
.newslist li.first .date{
	color: #808080;
    line-height: 1;
	font-size: 12px;
	margin-top: 5px;}
/* 党务工作 */
ul.yc {
	padding: 10px 0;}

ul.yc li {
	height: 60px;
	margin: 10px 0 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}

ul.yc li:hover {}

ul.yc li:hover .yc-date {
	background: url(../images/date-2.jpg) no-repeat center center;}

ul.yc li:hover .yc-date em {
	color: #0186d1;}

ul.yc li .yc-date {
	background: url(../images/date-2-on.jpg) no-repeat center center;
	display: block;
	width: 58px;
	height: 60px;
	float: left;
	text-align: center;
	margin-right: 12px;}

ul.yc li .yc-date em {
	color: #f3901b;
	font-style: normal;
	font-family: arial;
	display: block;}

ul.yc li .yc-date em.day {
	font-size: 25px;
	padding-top: 10px;
	line-height: 1;}

ul.yc li .yc-date em.ym {
	font-size: 12px;
	line-height: 20px;}

ul.yc li a {
	display: block;
	font-size: 15px;
	float: left;
	width: 70%;
	width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	padding: 8px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 52px;}
.linklist li{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 18px;}
.linklist li a{
	display: block;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.linklist li a:hover{
	color: #ececec;}
.linklist li .bg1{
	background: #7781bf url(../images/link-bg-1.jpg) repeat-y right;}
.linklist li .bg2{
	background: #fbc484 url(../images/link-bg-2.jpg) repeat-y right;}
.linklist li .bg3{
	background: #c57d71 url(../images/link-bg-3.jpg) repeat-y right;}
.linklist li .bg4{
	background: #7bac5d url(../images/link-bg-4.jpg) repeat-y right;}
.linklist li .bg5{
	background: #527577 url(../images/link-bg-5.jpg) repeat-y right;}
.linklist li .bg6{
	background: #60b0e3 url(../images/link-bg-6.jpg) repeat-y right;}
.linklist li .bg7{
	background: #b65254 url(../images/link-bg-7.jpg) repeat-y right;}
.linklist li .bg8{
	background: #c57d71 url(../images/link-bg-3.jpg) repeat-y right;}
.linklist li .fa{
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 18px;}
/* 底部 */
.footer {
	padding: 26px 0;
	background: #444444;}
.footer .footer-logo{
	text-align: right;
	height: 120px;
	width: 155px;}
.footer .copyright {
	color: #FFFFFF;
	line-height: 2;
	padding-top: 10px; 
	text-align: left;}

.footer p {
	font-size: 14px;}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
/* .ie8{
	text-align:center;color:#fff; height:100%;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234;
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-size: 30px;
	background: #000000;
	font-weight:lighter;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
} */
/* 列表页 */
.list-con{
	background: url(../images/main-bg.jpg) no-repeat center bottom;
	position: relative;}

.list-left{
	width: 230px;
	padding-top: 40px;}
.list-right{
	width: 70%;
	width: calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	padding-bottom: 30px;}
.list-right .title span{
	padding-left: 0;}
.list-right .title .more{
	color: #888888;
	font-size: 14px;}
.list-right .title .fa-home:before{
	margin-right: 8px;}
/* 列表banner */
.list-banner img{
	width: 100%;
	height: auto;}
/* 左侧导航 */
.lanmu {
	position: absolute;
	background: rgba(2,143,215,.9);
	width: 230px;
	height: 75px;
	line-height: 75px;
	top: -35px;
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 40px;
	border-radius: 0 30px 0 0;}
.lanmu i{
	float: right;
	margin-right: 10px;}
.lanmu i img{
	vertical-align: top;}
.sideMenu {
	background: #f2f2f2;
	padding: 0 10px 50px;}

.sideMenu h3 {
	height: 56px;
	line-height: 56px;
	padding-left: 35px;
	background: url(../images/list-nav-icon-1.jpg) no-repeat 8px center;
	border-top: 1px solid #e3e3e3;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;}

.sideMenu h3.first {
	border: none;}
.sideMenu h3.last {
	border-bottom: 1px solid #e3e3e3;}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-top: 8px;
	line-height: 40px;
	text-align: center;
	background: url(../images/list-nav-icon-2a.jpg) no-repeat center center;}

.sideMenu h3.on {
	font-size: 16px;
	font-weight: bold;
	color: #028fd7;
	padding-left: 35px;}

.sideMenu h3.on em {
	background: url(../images/list-nav-icon-2.jpg) no-repeat center center;}

.sideMenu h3>a {
	display: block;}

.sideMenu ul {
	color: #999;
	display: none;
	/* 默认都隐藏 */
	font-size: 14px;}

.sideMenu ul.has {
	padding: 10px 15px 10px 30px;}

.sideMenu ul li {
	width: 100%;
	height: 38px;
	line-height: 38px;}

.sideMenu ul li a {
	display: block;
	line-height: 38px;
	background: url(../images/icon-2.jpg) no-repeat left center;
	padding-left: 20px;}


.sideMenu ul li:hover a {
	color: #028fd7;}

.sideMenu ul li a.on {
	color: #028fd7;}
/* 左侧导航结束 */

.list-tit{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 56px;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;}
.list-tit .glyphicon-bookmark{
	font-size: 18px;
	margin-right: 10px;}

.media-list li{
	position: relative;
    overflow: hidden;
    margin: 0px;
    border-bottom: 1px dashed #dcdcdc;
	padding-left: 20px;
	background: url(../images/icon-5.jpg) no-repeat left center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 50px;
	line-height: 50px;
	font-size: 16px;}
.media-list li:hover{
	margin-left: -5px ;
	margin-right: 5px ;
	color: #028fd7;}

.media-list li .date{
	font-size: 15px;
	float: right;
	color: #999999;}

/* 正文页 */
.article-con {
	padding: 0px;
	overflow: hidden;
    margin: 10px 0;}

.article-con h1 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 300;}

.article-con h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 300;
	color: #666666;}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;}
.article-con .article-date .fa{
	margin: 0 8px;}
.article-con .article-text {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
        overflow-x: auto;
	padding: 10px;
	border-bottom: 1px dashed #ececec;}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
height:auto;}

.article-con .updown ul {
	padding: 10px;}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.article-con .updown ul li a:hover {
	color: #d40000;}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;}
.article-con .next{
	padding:15px 0
;}
.article-con .next p{
	line-height:2;}
/*工作人员*/
.gzry .photo img{
	width:100%;
	max-width:260px;}
.gzry .name p,.gzry .contact p{padding-bottom:10px;}
.gzry .contact{padding-top:43px;}
.gzry .contact p{font-size:14px;}
.gzry .contact .fa{margin-right:8px;}
.tit-grjj{
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:300;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;}
.tit-grjj span{
	display:block;
	width:120px;
	height:39px;
	text-align:center;
	border:1px solid #e6e6e6;
	border-bottom:none;}
.renyuan-list{
	padding-left: 0;
    list-style: none;}
.renyuan-list li{
	padding:20px 0;
	border-bottom:1px solid #e8e8e8;}
.renyuan-list li h4{font-size:18px;}
.renyuan-list li h4 span{font-size:16px;}
.renyuan-list li .photo{
	width:200px;
	height:160px;}
.renyuan-list li .photo img{
	max-height: 100%;
    max-width: 80%;}
.renyuan-list li .text{
	width: 80%;
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);}
.renyuan-list li .text p{
	margin-top:15px;}
.renyuan-list li .text .fa{
	margin-right:6px;
	width: 15px;}
/* 响应 */
@media (min-width: 768px) {

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;}

	.navbar-header {
		float: none;}
}

@media (min-width: 992px) {

	/* >=992的设备 */
	.navbar-collapse.collapse {
		display: block !important;}

	.navbar-nav>li {
		float: left;}

}


@media (max-width: 1199px) {
	/* <=1199的设备 */
	.xwbd li:nth-child(11){display: none;}
    nav.navbar.bootsnav ul.nav > li > a{
	padding: 15px 21px;}
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		right: 5%;}
}

@media (max-width: 991px) {
	/* <=991的设备 */

	.shoucang,
	.menu {
		display: none;}

	.main-box ul li.firstpic .img {
		display: none;}
	.xwbd li:nth-child(9),.xwbd li:nth-child(10),.xwbd li:nth-child(11){display: none;}
	.top .logo{
		width: 100%;}
	.top .logo a{
		font-size: 30px;}
	.top-search{
		bottom: 10px;}
	.list-left{
		display: none;}
	.list-right{
		width: 100%;
		float: none;}
}
@media (max-width: 992px){

nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    display: block;
    background: #444444;
    z-index: 99;
    width: 280px;
    height: 100%!important;
    left: -280px;
    top: 0;
    padding: 0;}
nav.navbar.bootsnav ul.nav > li > a{
	color: #FFFFFF;
	border-top: solid 1px #5f5f5f;
	border-bottom: solid 1px #5f5f5f;}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
	color: #FFFFFF;
	border-bottom: solid 1px #5f5f5f;}
}
@media (max-width: 767px) {

	/* <=768的设备 */
	.main-box ul li.firstpic .img {
		display: block;
		margin-bottom: 20px;}
	.footer .footer-logo{
		text-align: center;}
	.footer .copyright {
		text-align: center;}
	.top .logo{
		margin: 10px 0 45px;}
	.top .logo .logoimg{
		float: none;}
	.top .logo a{
		font-size: 1.3em;}
	.list-banner{
		overflow: hidden;}
	.list-banner img{
	width: 800px;
    height: auto;
    max-width: none;}
	.gzry .contact{padding-top:15px;}
	.gzry .name{padding-top:15px;}
	.renyuan-list li .photo{
		width:100%;
		float:none;}
	.renyuan-list li .text{
		width:100%;
		float:none;
		margin-top:15px;}
	.list-right .title .more{
		display:none;}
}
