﻿/* 头条新闻 */
.newstop {
	background: #fff;
	border: 1px solid #E8E8E8;
	background: url(../images/img-newstop.png) no-repeat;
	background-position-y: 50%;
	margin-bottom: 20px;
}

.newstop h3 {
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 120px;
}

.top-tab{
    width: 100%;
    height:38px;
    line-height: 38px;
    overflow: hidden;
    border-bottom:1px solid #2d639f;
	background: #f1f1f1;
}
.top-tab span.lf {
    /* margin-left: 10px; */
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 0 19px;
    background: url(../images/title-img.png) no-repeat 7px center;
    background-color: #102f84;  
}
.top-tab a.rt{
    color:#ced3e9;
    font-size: 12px;
    line-height: 32px;
    font-family: "SimSun", "宋体";
    margin-right:10px;
}
.top-tab a.rt:hover{
   color: #223ba6;
}

/* 导航 */
.nav{
	background: #102f84;
}
.nav>li{
	width: 200px;
	text-align: center;
}
.navbar-brand {
	padding: 29px 15px;
	height: auto;
}

nav.navbar.bootsnav {
	border: none;
	/* margin-bottom: 150px; */
}

.navbar-nav {
	float: left;
}

nav.navbar.bootsnav ul.nav>li>a {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 37px;
	font-size: 16px;

}

nav.navbar.bootsnav ul.nav>li:hover {
	background: #335cce;
	color: #fff;
}

.nav>li:after {
	content: "";
	width: 0;
	height: 5px;
	background: #4790e3;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
	width: 100%;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
	content: "+";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 35%;
	right: 6%;
	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;
	 top: 50px;
}
.navbar-collapse{
	padding: 0;
}

@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;
	}
}
.m-list1 {
	min-height:265px;
}
/* 文字列表 */
.m-list1 ul {
	width: 100%;
}

.m-list1 ul li {
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #e8e8e8;
}

.m-list1 ul li:last-child {
	border-bottom: none
}

.m-list1 ul li a {
	color: #333;
	float: left;
	width: 80%;
	font-size: 16px;
	height: 29px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list1 ul li span {
	float: right;
	/* width: 49px; */
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 33px;
}

.m-list1 ul li:hover,
ul li.u-libg {
	color: #ff6600;
	/* background: url(../images/li.png) no-repeat 3px 13px; */
}

.m-list1 ul li:hover a,
.m-list1 ul li:hover span {
	color: #ff6600;
}

/* 图文列表 */

.m-list-img ul li {
	border-bottom: 1px dotted #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.m-list-img ul li a h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.m-list-img ul li a h3:hover {
	color: #ff6600;
}

.m-list-img ul li a p {
	color: #666;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.m-list-img ul li a time {
	font-size: 14px;
	color: #999;
}

/* 图片列表 */
.video-list ul {
	padding-top: 20px;
}

/* .video-list ul li {
	width: 24%;
	float: left;
	margin-right: 15px;
} */

.video-list-more ul li {
	width: 24%;
	float: left;
	margin-right: 9px;
}

.video-list ul li:nth-child(4) {
	margin-right: 0;
}

.video-list ul li:last-child {
	margin-right: 0;
}

.video-list ul li:hover {
	box-shadow: 2px 2px 10px #ccc;
}

.video-list ul li:hover span {
	color: #ff6600;
}

.video-list ul li a {
	padding: 1px;
	/*border:1px solid #96D9F9;*/
	display: block;
}

/* .video-list ul li a img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
} */
.video-list ul li span {
	font-family: "SimSun", "宋体";
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}


/* 轮播图 */
 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: white;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    z-index: 20;
    bottom: 8px;
    text-align: right;
    right: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 18px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 20px;
}
.banner-title {
	text-align: left;
	font-size: 1em;
	padding-left: 20px;
	height: 42px;
	line-height: 42px;
	color: #fafafa;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	background-color: rgba(21,20,20,0.5);
}
#slider .u-title {
    height: 28px;
    position: absolute;
    bottom:0;
    left: 0;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 320px;
    background:url(../images/slider-text.png) no-repeat;
    font-size: 14px;
    font-family: "SimSun", "宋体";
    line-height: 30px;
}
#slider .u-title span{
    display: inline-block;
    width:180px;
    margin-left:10px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 列表页 */
.tabbox {
	margin-top: 20px;
}
.tab-left {
    background: #fff;
    float: left;
	min-height: 800px;
}
.tab-left p{
	height: 60px;
	line-height: 60px;
	background: #9f2d2d;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.tab-right {
    background: #fff;
    float: right;
}
.tab-title-crumbs{
	height: 40px;
	line-height: 40px;
	color: #ccc;
	text-align: right;
	background-color: #fff;
	background-repeat: no-repeat;
	border-bottom: 1px solid #0269b1;
}
.tab-title-crumbs span:first-child {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    border-left: 4px solid #4790e3;
    height: 30px;
    padding-left: 10px;
}
.tab-title-crumbs a{
	color: #ccc;
}

.tabbox .tab-left li {
	line-height: 56px;
	border: 1px dotted #ccc;
	margin-right: -1px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.tabbox .content ul li{
	margin: 10px 10px;
}


.tabbox .tab-left li.active {
    background-color: #4790e3;
    color: #fff;
    font-weight: bold;
}

.tabbox .tab-left li img{
	display: none;	
}
.tabbox .tab-left li.active img{
	width: 10px;
	display: inline-block;
	position: absolute;
	left: 17%;
	top: 21px;
}
.tabbox .content>div {
	display: none;
}

.tabbox .content>div.active {
	display: block;
}


.tabbox .tab-right li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	overflow: hidden;
}

.tabbox .tab-right .images_ul li {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0px 15px 0 15px;
	margin-bottom: 20px;
}

.tabbox .tab-right .images_ul li span{
	font-size: 16px;
	color: #666;
}
.tabbox .tab-right li a :hover {
    color: #ff6600;
}
.tabbox .tab-right h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tabbox .tab-right p{
	color: #666;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 30px;
}
/* 联系我们 */
.home-contact {
	width: 100%;
}

.home-contact ul {
	color: rgb(102, 102, 102);
	float: left;
	position: relative;
}

.home-contact p {
	line-height: 1.9em;
	font-size: 1.5rem;
	margin-bottom: 60px;
}

.home-contact li {
	left: 0;
	top: 0px;
	float: left;
	position: relative;
}

.home-contact li.line {
	width: 100%;
	padding-top: 50px;
	clear: both;
	border-bottom-color: rgb(183, 183, 183);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: none;
}

.home-contact .img {
	width: 350px;
	text-align: center;
}

img.img-logo {
    float: left;
    width: 46%;
}

img.img-code {
    float: right;
    width: 44%;
}
#dituContent{
	width:697px;
	height:450px;
	border:#ccc solid 1px;
}
.home-contact .img h2{
	margin-top: 50px;
}
.home-contact .center {
	margin: 0px 60px;
}

.home-contact .center p {
	line-height: 2.08em;
}

.home-contact .center .job {
	color: rgb(102, 102, 102);
	font-weight: bold;
}

.home-contact .center .job:hover {
	text-decoration: underline;
}

.home-contact li h2 {
	margin: 2px 0px 6px;
}

.home-contact li h2 a {
	color: #333;
	font-size: 28px;
	text-decoration: none;
}

.home-contact .kh {
	transition: 0.6s 0.7s;
	top: 380px;
	text-align: center;
	color: rgb(46, 208, 180);
	font-size: 2em;
	margin-top: 50px;
	position: relative;
	opacity: 0;
}

.active .home-contact .kh {
	top: 0px;
	opacity: 1;
}

.home-contact .kh h2 {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 20px;
}











.mt-tabpage-item.mt-tabpage-top {
	width: 49%;
}

.mt-tabpage-item-cur.mt-tabpage-top {
	color: #2d639f;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid;
	background: none;
}


.banner-side {
	margin-right: 20px;
}

.banner-side ul li {
	margin-bottom: 10px;
}


.hot-img {
	width: 80%;
	margin-bottom: 20px;
}

.sec-banner {
	position: relative;
}

.sec-title {
	position: absolute;
	top: 25%;
	left: 10%;
	color: #fff;
	font-size: 16px;
}

.sec-name {
	font-size: 28px;
	margin-bottom: 10px
}


.organ-list ul li {
	background: #F5F5F5;
	padding: 10px;
	padding-left: 20px;
}

.organ-list ul li img {
	width: 55px;
}

.organ-list ul li span {
	margin-left: 20px;
}

.content-Nbox1 {
	/* margin:10px 10px 80px 10px; */
	/* border:1px solid #B3B3B3;*/
	padding: 30px 50px;
	/*width:898px;*/
	min-height: 1000px;
	background: #fff;
	text-align: center;
}

.content-Nbox1 h1 {
	width: 100%;
	color: #333;
	text-align: center;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}

.content-Nbox1 span.u-date {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #808080;
	font-size: 13px;
	text-align: center;
	background: #f5f5f5;
	margin-top: 10px;
}

.content-Nbox1 .reader-set {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: right;
}

.content-Nbox1 .reader-set span {
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	background: #77abd7;
	margin-right: 10px;
	padding: 8px 35px;
	border-radius: 4px;
	color: #fff;
}
.content-Nbox1 p {
    font-size: 16px;
    line-height: 35px;
}
.reader-set span.safe-color a {
	*margin-bottom: 3px;
	_margin-bottom: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border: 1px solid #B3B3B3;
}

.close-view {
	background: #d6d6d6 !important;
	color: #fff !important;
}

.content-Nbox1 h2 {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #333232;
	font-weight: bold;
	font-family: "";
}

.content-Nbox1 span.u-unite {
	margin: 15px 0 5px 0;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #4d4c4d;

}

.content-Nbox1 p.u-text {
	margin: 30px 0;
	text-indent: 2em;
	line-height: 30px;
	color: #404040;
	text-align: left;
	font-size: 16px;
}

.content-Nbox1 h3.u-title {
	font-size: 16px;
	color: #333233;
	font-weight: bold;
}

.content-Nbox1 img {
	width: 50%;
	margin: 0 auto;
}

.table-hover>tbody>tr:hover {
	background-color: #d9ebff;
	cursor: pointer;
}

.table tr:first-child {
	background: #E6E6E6;
	border-bottom: none;
}

.btn-search {
	position: absolute;
	right: 60px;
	bottom: 20px;
}

.btn-search,
.btn-search:hover {
	background-color: #9f2d2d;
	border-color: #9f2d2d;
}

.search-top {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.div-info{
	background: url(../images/img-info.png);
	background-size: 100% 100%;
	padding: 20px;
}
.div-info p{
    line-height: 36px;
    color: #666;
}
.div-info p span{
	color: #0068B7;
	font-weight: bold;
}

.login-top {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
.login-top img{
	cursor: pointer;
}
.login-person img{
	width: 96px;
	cursor: pointer;
}
.login-other {
    margin-top: 20px;
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
}
/* 按钮样式 */
.btn-primary {
    color: #fff;
    background-color: #335cce;
    border-color: #335cce;
}
.btn.btn-block {
    background: #335cce;
    color: #fff;
    border-radius: 19px;
	height: 38px;
}
.btn.btn-block.btn-outline{
	background: #fff;
	border: 1px solid #335cce;
	color: #335cce;
	border-radius: 19px;
}
.btn.btn-block.btn-zg{
	background: #125d9d;
	margin-bottom: 20px;
}
.btn.btn-block.btn-zg:hover{
	background: #10568f;
}
.btn.btn-block.btn-jyt{
	background: #15ad9c;
	margin-bottom: 20px;
}
.btn.btn-block.btn-jyt:hover{
	background: #129989;
}
.btn.btn-block.btn-zj{
	background: #b8d82b;
	margin-bottom: 20px;
}
.btn.btn-block.btn-zj:hover{
	background: #9ab523;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}


nav.navbar.bootsnav{
	background-color: #102f84;
	color: #fff;
}
nav.navbar.bootsnav .navbar-toggle {
    background-color: #102f84;
    border: none;
    padding: 0;
    font-size: 20px;
    position: relative;
    top: 0;
    color: #fff;
}
