@charset "utf-8";
*{
	margin: 0px auto;
}
a,a:hover,a:active{
	text-decoration: none;
}
img{
	border: 0px;
}
ul,li{
	list-style: none;
	padding-left: 0px;
}
body{
	font-size: 15px;
	font-family:  "微软雅黑","黑体",Microsoft YaHei,Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
.clear{
	clear: both;
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
.header{
    width:100%;
	padding-top: 15px;
	background: url('../images/header-bg.jpg') no-repeat;
	background-size: 100% auto;
}
.logo{
	margin-bottom: 15px;
}
.logo img{
	height: 100px;
}
.mobile{
	display: none;
}
.pc{
	text-align: right;
}
.f-search{
    color: #666;
    padding:5px 5px;
    border: 1px solid #dcdcdc;
	width: 222px;
	background: #ffffff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	float: right;
	margin-top: 30px;
}
.f-search input[type="text"]{
    width:170px;
    height:34px;
    display: inline;
    background: none;
    border: 0px;
    transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:34px;
    background:none;
    text-align:center;
    color:#154293;
    line-height: 24px;
    display: inline-block;
    border: none;
    border-left: 1px solid #dcdcdc;
}
.f-search i{
    font-size:14px;
    color: #154293;
}
.menu{
	width: 100%;
	background: #c8a063;
	height: 60px;
	position: relative;
	z-index: 9999;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

/**/
.main{
	width: 100%;
}

/*导航*/
nav.navbar.bootsnav{
	border: none;
	background: none;
	margin-bottom: 150px;
}
.navbar-nav{
	float: left;
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li{
	width: 8.3%;
	padding: 0px;
}
nav.navbar.bootsnav ul.nav > li > a{
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
}
nav.navbar.bootsnav ul.nav > li:hover{
	background: #f4f4f4;
}
nav.navbar.bootsnav ul.nav > li:first-child>a:before{
	content: "\f015";
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size: 24px;
}
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: 10%;
	transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
	font-family: 'FontAwesome';
	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;
}
.dropdown .fa-angle-right{
	float: right;
	color: #ffffff;
	margin-top: -20px;
}
@media only screen and (max-width:990px){
	nav.navbar.bootsnav ul.nav > li{
		width: 100%;
	}
	
	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; }
}

/*main*/

/*学院新闻*/
.news{
	width: 100%;
	background: #f7f4ef;
}
.news-title{
	width: 240px;
	position: relative;
	left: 50%;
	margin-left: -120px;
	text-align: center;
}
.news-title-l{
	background: url("../images/title-bg-left.png") no-repeat left;
	width: 100%;
	line-height: 49px;
}
.news-title-r{
	background: url("../images/title-bg-right.png") no-repeat right;
	width: 100%;
	line-height: 49px;
	text-align: center;
	color: #000000;
	font-size: 24px;
}
.style-color{
	color: #c8a063;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #c8a063;
}
.news .lm-more{
	float: right;
	height: 28px;
	width: 56px;
	background: #c8a063;
	border-radius: 20px;
	margin-top: -45px;
	margin-right: 30px;
}
.news .lm-more a{
	width: 100%;
	display: block;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.news-main{
	width: 100%;
	background: url("../images/news-bg.jpg") no-repeat top right;
	padding-top: 50px;
}
.top-news{
	width: 100%;
	margin-right: 20px;
	margin-top: 30px;
}
.top-news .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-news .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.top-news .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.top-news .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.top-news .slide_nav:active {
	opacity: 1.0;
 }
.slide_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.top-news .slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-news .slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.top-news-img{
	width: 100%;
} 
 .top-news-img img {
	 display: block;
	 position: relative;
	 z-index: 1;
	 object-fit: cover;
	 border: 0;
}
.top-news-left{
	width: 50%;
	float: left;
	padding: 25px;
	background: #003c85;
}
.top-news-title{
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}
.top-news-title a{
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
  	overflow: hidden;
  	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.top-news-title a:hover{
	color: #c8a063;
}
.top-news-date{
	width: 100%;
	text-align: right;
	padding-top: 25px;
	font-size: 14px;
	color: #ffffff;
}
.top-news-right{
	float: left;
	background: #ffffff;
	padding: 25px;
	padding-bottom: 15px;
	width: 50%;
}
.top-news-right div{
	height: 96px;
	line-height: 24px;
	color: #7f7f7f;
	overflow: hidden;
	text-align: justify;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}
.top-news-right .xq{
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.top-news-right .xq a{
	color: #c8a063;
}
 .top-news .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 36%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.top-news .slide_nav:active {
	opacity: 1.0;
  }

.top-news .slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.top-news .slide_tabs{
	display: none;
}
.news-con{
	margin-top: 30px;
	background: #ffffff;
	padding: 30px;
	float: left;
}
.news-item{
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	float: left;
}
.news-item-title{
	width: 75%;
	float: left;
}
.news-item-title{
	background: url("../images/li.png") no-repeat left 23px;
	padding-left: 20px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	height: 56px;
	overflow: hidden;
}
.news-item-title a{
	line-height: 56px;
	height: 56px;
	overflow: hidden;
	color: #000000;
}
.news-item-title a:hover{
	color: #c8a063;
}
.news-item-date{
	float: right;
	width: 25%;
	text-align: right;
	line-height: 56px;
}

/*tab*/
svg{
	fill: currentColor;
}
.lm-more2{
	height: 28px;
	width: 56px;
	background: #c8a063;
	border-radius: 20px;
	margin-right: 30px;
}
.lm-more2 a{
	width: 100%;
	display: block;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.mt-tabpage {
    width: 700px;
	margin-top: 30px;
}
.mt-tabpage-title {
	height: 56px;
	font-size: 0;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 140px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	font-size: 24px;
}
.mt-tabpage-title .mt-tabpage-item:first-child{
	border-right: 1px solid #000000;
}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #c8a063;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #c8a063;
}
.mt-tabpage-count {
	position: relative;
	width: 700px;
	background: #f7f4ef;
	height: 380px;
	overflow: hidden;
	border-bottom: 5px solid #133473;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 700px;
	height: 380px;
	text-align: center;

}

/*列表*/
.list-con{
	padding: 15px 30px;
	float: left;
	width: 100%;
}
.list-item{
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 8px;
	padding-top: 8px;
	float: left;
}
.list-item-title{
	width: 75%;
	float: left;
}
.list-item-title{
	background: url("../images/li.png") no-repeat left 15px;
	padding-left: 20px;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list-item-title a{
	line-height: 42px;
	color: #000000;
}
.list-item-title a:hover{
	color: #c8a063;
}
.list-item-date{
	float: right;
	width: 25%;
	text-align: right;
	line-height: 42px;
}

/*媒体电影*/
.title-style02{
	color: #c8a063;
	font-size: 24px;
	height: 56px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.list-main{
	padding:30px;
	float: left;
	width: 100%;
	background: #f7f4ef;
	border-bottom: 5px solid #133473;
}
.movie{
	margin-top: 30px;
}
.movie .triangle-down{
	text-align: left;
	margin-left: 36px;
}
.movie .lm-more2{
	margin-top: 15px;
	margin-right: 0px;
}
.movie .list-item-title{
	width: 100%;
}

/*党建思政、团学天地*/
.djsz,.txjy{
	padding:30px;
}
.djsz-txjy .top-img{
	width: 100%;
}
.djsz-txjy .top-img img{
	width: 100%;
}

.djsz-con{
	float: left;
	width: 100%;
}
.top-left{
	width: 86px;
	float: left;
	height: 90px;
	color: #ffffff;
	background: #133473;
	padding: 10px;
}
.top-left .day{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.top-left .month{
	font-size: 12px;
}
.top-right{
	height: 90px;
	background: #ffffff;
	padding: 21px;
}
.top-title{
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 48px;
	overflow: hidden;
	padding-left: 15px;
}
.top-title a{
	color: #000000;
	line-height: 24px;
	font-size: 18px;
}
.djsz-txjy .lm-more2{
	margin-right: 0px;
	margin-top: 15px;
}

/*科研动态*/
.kydt{
	margin-top: 30px;
}
.kydt-item{
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
.kydt-item-img{
	width: 30%;
	float: left;
}
.kydt-item-img img{
	width: 100%;
}
.kydt-item-con{
	width: 70%;
	float: left;
	padding-left: 15px;
}
.kydt-item-title{
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.kydt-item-title a{
	line-height: 42px;
	color: #000000;
	font-size: 18px;
}
.kydt-item-title a:hover{
	color: #c8a063;
}
.kydt-item-nr{
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #9a9a9a;
	font-size: 14px;
}

/*学术讲座*/
.xsjz{
	background: #133473;
	width: 100%;
	margin-top: 50px;
}
.xsjz-main{
	background: url("../images/jzxx-bg.jpg") no-repeat bottom;
	background-size: 100% auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.xsjz-con{
	margin-top: 30px;
}
.xsjz-title{
	font-size: 24px;
	width: 100%;
	line-height: 42px;
	color: #c8a063;
	text-align: center;
}
.xsjz-item{
	margin-bottom: 15px;
	padding: 30px;
	background: #ffffff;
	opacity: 0.8;
}
.xsjz-item-title{
	width: 100%;
	line-height: 42px;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
.xsjz-item-title a{
	color: #133473;
	font-size: 18px;
}
.xsjz-item-con{
	margin-top: 8px;
}
.xsjz-item-con div{
	line-height: 36px;
}

/*footer*/
.pic-wall{
	margin-top: 50px;
}
.cleardw{
	width: 100%;
	padding-right: 30px;
	position: relative;
}
.xyjj,.szdw{
	width: 100%;
}
.hzjl{
	position: static;
	float: right;
	margin-top: 15px;
	width: 40%;
	padding-left: 18px;
}
.xydt{
	position: static;
	width: 60%;
	margin-top: 15px;
	padding-right: 15px;
	float: left;
}
.xyjj-img{
	overflow: hidden;
	position: absolute;
	z-index: 9;
}
.szdw-img{
	overflow: hidden;
	position: absolute;
	z-index: 12;
}
.xydt-img{
	width: 60%;
	overflow: hidden;
	position: absolute;
	z-index: 13;
}
.hzjl-img{
	width: 40%;
	overflow: hidden;
	position: absolute;
	z-index: 14;
	padding-left: 15px;
}
.xyjj-img,.xyjj-img img,.szdw-img,.szdw-img img,.hzjl-img img,.xydt-img img{
	max-width:100%;
	transition: all 0.5s;
}
.xyjj-img:hover img,.szdw-img:hover img,.hzjl-img:hover img,.xydt-img:hover img{
	transform: scale(1.4);
}
.pic-title{
	top: 50px;
	left: 30px;
	position: relative;
	z-index: 99;
}
.pic-title a{
	color: #ffffff;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
}
.footer{
	width: 100%;
	background-image: linear-gradient(-39deg, #5e3d2f, #543654, #17324b, #29475e);
	padding-top: 50px;
	padding-bottom: 50px;
}

.db{
	

	margin-top: 80px;
}
.link{
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

.link select{
	width: 60%;
	height: 56px;
	line-height: 56px;
	color: #ba9a80;
	background: #677d8c;
	font-size: 18px;
	text-indent: 1em;
}
.bq{
	padding-left: 30px;
}
.bq-info{
	margin-top: 30px;
	color: #d8ab87;
	float: left;
}
.bq-info div{
	line-height: 28px;
}
.code{
	width: 100%;
	text-align: right;
	margin-top: 30px;
	color: #ba997f;
	font-size: 42px;
}
.code div{
	display: inline-block;
	padding-right: 20px;
	width: 150px;
	text-align: center;
	line-height: 42px;
	color: #d8ab87;
	font-size: 14px;
}
.code div img{
	width: 100%;
}
.code-item{
	
}
@media(min-width:1800px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1700px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 820px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 1093px;
	}
	.news-con{
		padding-top: 20px;
	}
	.news-item{
	}
	.news-item-title{
		height: 56px;
		background: url("../images/li.png") no-repeat left 22px;
	}
	.news-item-title a{
		line-height: 56px;
		height: 56px;
	}
	.djsz-top{
		width: 40%;
	}
	.djsz-r{
		width: 60%;
	}
}
@media(max-width:1799px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1500px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 720px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 960px;
	}
}
@media(max-width:1600px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1400px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 670px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 890px;
	}
}
@media(max-width:1500px){
	body{
		font-size: 14px;
	}
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1300px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 16px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 620px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 830px;
	}
	.top-title a,.kydt-item-title a,.xsjz-item-title a{
		font-size: 16px;
	}
	.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
		height: 380px;
	}
	.djsz-txjy .mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item,.list-main{
		height: 395px;
	}
	.footer-logo img{
		height: 72px;
	}
}
@media(max-width:1430px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1200px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 18px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 570px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 760px;
	}
	.top-news-title{
		padding-bottom: 14px;
	}
	.top-news-title a{
		color: #ffffff;
		font-size: 14px;
		line-height: 24px;
		height: 72px;
		overflow: hidden;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3; 
	}
	.news-item-title{
		background: url("../images/li.png") no-repeat left 20px;
		height: 52px;
	}
	.news-item-title a{
		line-height: 52px;
		height: 52px;
	}
	.news-item-date{
		line-height: 52px;
	}
	.list-item-title{
		width: 70%;
	}
	.list-item-date{
		width: 30%;
	}
}
@media(max-width:1330px){
	body{
		font-size: 14px;
	}
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1100px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 16px;
	}
	.f-search{
		margin-top: 15px;
	}
	.news-item-title{
		background: url("../images/li.png") no-repeat left 20px;
		height: 48px;
	}
	.news-item-title a{
		line-height: 48px;
		height: 48px;
	}
	.news-item-date{
		line-height: 48px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 520px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 693px;
	}
	.pic-title{
		top: 25px;
	}
	.pic-title a{
		font-size: 20px
	}
	.footer .col-md-5{
		width: 30%;
	}
	.footer .col-md-7{
		width: 70%;
	}
	.link{
		padding-top: 0px;
	}
	.link-title{
		margin-bottom: 10px;
	}
	.link-item{
		width: 100%;
		height: 32px;
		border-right: 0px;
		text-align: left;
	}
}
@media(max-width:1024px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 1000px;
	}
	.logo img{
		width: 400px;
		height: auto;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 14px;
	}
	.f-search{
		margin-top: 25px;
	}
	.news-con{
		padding-top: 20px;
		padding-bottom: 52px;
	}
	.news-item-title{
		background: url("../images/li.png") no-repeat left 20px;
		height: 50px;
	}
	.news-item-title a{
		line-height: 50px;
		height: 50px;
	}
	.news-item-date{
		line-height: 50px;
	}
	.news .lm-more{
		margin-top: -40px;
	}
	.djsz-txjy .list-item-title{
		width: 60%;
	}
	.djsz-txjy .list-item-date{
		width: 40%;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 470px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 626px;
	}
}
@media(max-width:992px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 768px;
	}
	.header{
		background-size:100% auto;
	}
	.logo img{
		width: 320px;
		height: auto;
	}
	
	.mobile{
		display: block;
		position: relative;
		right: 20px;
		top: -30px;
	}
	.btn-i a{
		font-size: 25px;
		color: #133473;
		width: 56px;
		height: 56px;
		border-radius: 56px;
		line-height: 54px;
	}
	.pc .f-search{
		display: none;
	}
	.f-search{
		margin-top: -18px;
		margin-bottom: -25px;
		width: 222px;
	}
	.f-search input[type="text"]{
		width:170px;
		height:28px;
	}
	.f-search button{
		width:34px;
		height:28px;
		line-height: 24px;
	}
	.menu{
		height: 68px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		color: #000000;
	}
	.news-con{
		padding: 15px;
	}
	.news-item-title{
		width: 65%;
		height: 40px;
	}
	.news-item-title a{
		height: 40px;
	}
	.news-item-date{
		width: 35%;
		line-height: 46px;
	}
	.news .lm-more{
		width: 46px;
		margin-top: -40px;
		margin-right: 15px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 738px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 738px;
	}
	.news-main{
		padding-bottom: 30px;
	}
	.news-con{
		margin-top: -40px;
		padding-bottom: 70px;
	}
	.news .lm-more{
		margin-top: -40px;
	}
	.djsz-txjy .list-item-title{
		width: 68%;
	}
	.djsz-txjy .list-item-date{
		width: 32%;
	}
	.kydt .list-main{
		height: 470px;
	}
}
@media(max-width:768px){
}
@media(max-width:767px){

nav.navbar.bootsnav{margin-bottom:0px !important;}
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 410px;
	}
	.header{
		background-size: auto 100%;
	}
	.mobile{
		right: 10px;
	}
	.btn-i a{
		font-size: 20px;
		color: #133473;
		width: 42px;
		height: 42px;
		border-radius: 42px;
		line-height: 42px;
	}
	.btn-item{
		margin-right: 8px;
	}
	.f-search{
		margin-top: -10px;
		margin-bottom: -25px;
		width: 202px;
	}
	.f-search input[type="text"]{
		width:140px;
		height:24px;
	}
	.f-search button{
		width:34px;
		height:24px;
		line-height: 22px;
	}
	.menu{
		height: 60px;
	}
	.logo{
		margin-top: 8px;
	}
	.logo img{
		width: 180px;
	}
	.main{
		margin-top: -30px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 380px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 380px;
	}
	.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item,.list-main{
		height: 350px;
	}
	.news-title{
		width: 200px;
		margin-left: -100px;
	}
	.news-title-r{
		font-size: 18px;
	}
	.mt-tabpage-title .mt-tabpage-item {
		font-size: 18px;
		width: 110px;
	}
	.title-style02,.xsjz-title{
		font-size: 18px;
	}
	.list-con,.list-main,.djsz,.txjy{
		padding: 15px;
	}
	.kydt .list-main{
		height: 380px;
	}
	.lm-more2{
		margin-right: 15px;
	}
	.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item{
		height: 670px;
	}
	.list-item-title a,.list-item-date{
		line-height: 36px;
	}
	.news-item-title{
		width: 70%;
	}
	.news-item-date{
		width: 30%;
	}
	.hzjl-img{
		padding-left: 0px;
	}
	.pic-title a{
		font-size: 18px;
	}
	.pic-title{
		top: 15px;
		left: 15px;
	}
	.footer{
		padding-top: 20px;
	}
	.xyjj-img{
		height: 140px;
	}
	.xyjj-img{
		position: relative;
	}
	.xyjj .pic-title{
		top: -110px;
	}
	.szdw-img{
		position: relative;
		height: 140px;
	}
	.szdw-img img{
		height: 140px;
	}
	.cleardw{
		padding-right: 0px;
		margin-top: 0px;
	}
	.szdw .pic-title{
		top: -110px;
	}
	.xydt-img,.hzjl-img{
		width: 100%;
		height: 140px;
		position: relative;
	}
	.xydt,.hzjl{
		margin-top: 0px;
		clear: both;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.hzjl-img{
		width: 100%;
		clear: both;
		position: relative;
	}
	.xydt .pic-title,.hzjl .pic-title{
		top: -100px;
	}
	.db{
		margin-top: 30px;
	}
	.footer-logo img{
		width: 80%;
		height: auto;
	}
	.link{
		text-align: left;
		margin-top: 15px;
	}
	.link select{
		width: 100%;
	}
	.bq{
		padding-left: 0px;
	}
	.code{
		margin-top: 15px;
	}

}
@media(max-width:410px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 370px;
	}
	.header .col-xs-6:first-child{
		width: 49%;
	}
	.header .col-xs-6:last-child{
		width: 51%;
	}
	.btn-item{
		width: 74px;
		float: left;
		margin-top: -10px;
		margin-right: 5px;
	}
	.btn-title a{
		line-height: 18px;
		margin-top: 5px;
		font-size: 12px;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 340px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 340px;
	}
	.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item,.list-main{
		height: 340px;
	}
	.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item{
		height: 630px;
	}
	.list-item-title{
		width: 70%;
	}
	.list-item-date{
		width: 30%;
	}
}
@media(max-width:320px){
	.header>.container,.menu .container,.main>.container,.news-main>.container,.xsjz-main>.container,.footer>.container{
		width: 320px;
	}
	.logo img{
		width: 150px;
	}
	.header .col-xs-6:first-child{
		width: 49%;
	}
	.header .col-xs-6:last-child{
		width: 51%;
	}
	.mt-tabpage,.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item {
    	width: 290px;
	}
	.djsz-txjy .mt-tabpage,.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item {
    	width: 290px;
	}
	.mt-tabpage-count,.mt-tabpage-count .mt-tabpage-item,.list-main{
		height: 350px;
	}
	.djsz-txjy .mt-tabpage-count,.djsz-txjy .mt-tabpage-count .mt-tabpage-item{
		height: 610px;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}