@charset "utf-8";

/* CSS Document */
/*2021.03.24 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

img {
	max-width: 100%;
}

.container {
	width: 96%;
	max-width: 1480px;
	margin: 0 auto;
}


/*顶部弹出搜索样式*/
.piao{
    position: fixed;
    right: 0;
    top: 36%;
    z-index: 11;
}
.piao img{

    max-width: 360px;
    width: 100%;
}
.piao .p-div{
    display: block;
    position: relative;
}
.piao span{
position: absolute;
    top: 15px;
    right: 10px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 22px;
    border-radius: 50px;
    border: 1px solid #2d4b9a;
    text-align: center;
    cursor: pointer;
    z-index:11;
}


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #2d4b9a;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #2d4b9a;
	color: #fff;
}


/*顶部弹出样式 end*/

.wc-top {
	min-height: 136px;
	background:#2d4b9a;
	/*background: url(../images/topbg.png) no-repeat center top;*/
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	z-index: 11;
	width: 100%;
}

.top-right {
	text-align: right;
}

.top-right ul li {
	display: inline-block;
	padding-left: 17px;
}

.top-right ul li a {
	font-size: 14px;
	color: #fff;
}

.top-right a {
	color: #00274b;
	display: inline-block;
	line-height: 25px;
}


/*top end*/

.wc-menu {
	/*height:54px;*/
margin-top: 30px;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
}

.wc-menu ul li {
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	padding: 0;
}

.wc-menu ul li a {

        padding-bottom: 10px;
	font-size: 20px;
	color: #fff;
	line-height: 43px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.active {
	color: #ede5ac;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	color: #ede5ac;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #ede5ac;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -15px;
	top: 53px;
	background: #fff;
	width: 210px;
	min-width: 100%;
	z-index: 1111 !important;
	display: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #f3edeb;

}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 18px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 7px 0 7px 30px;
	display: block;
	line-height: 33px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #133f7b;
	color: #fff;
}


/*menu End*/

.banner {}

.banner .swiper-slide {
	position: relative;
	text-align: center;
}

.banner .swiper-slide .bt {
	position: absolute;
	left: 0px;
	bottom: 165px;
	z-index: 111;
	width: 100%;
}

.banner .swiper-slide .bt h4 a {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-shadow: 2px 2px 2px #000;
	width: 50%;
}

.banner .swiper-pagination {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	bottom: -5px;
	right: 0px;
	width: 100%;
	text-align: left;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 90px;
	height: 29px;
	text-align: right;
	background: #fff;
	cursor: pointer;
	color: transparent;
	border-radius: 0%;
	opacity: 1;
	background: url(../images/aa.png) no-repeat left center;
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/ah.png) no-repeat left center;
}

.ban-ul {
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 111;
	width: 100%;
}

.ban-ul ul {
	text-align: right;
}

.ban-ul ul li {
	background: url(../images/blinkbg.png) no-repeat left center;
	width: 208px;
	height: 94px;
	/*float: left;*/
	display: inline-block;
	text-align: left;
	transition: all 0.4s ease-out;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
	margin: 0 -10px;
	padding-left: 40px;
	padding-top: 17px;
}

.ban-ul ul li:last-child {
	padding-left: 22px;
}

.ban-ul ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #2a5082;
	text-decoration: none;
}

.ban-ul ul li a img {
	padding-right: 5px;
padding: 7px;
}

.banner .swiper-button-next,
.swiper-button-prev {
	background: none;
	width: 55px;
	height: 57px;
	z-index: 111;
}

.banner .swiper-button-next {
	left: 15px;
	top: -120px;
}

.ban-ul ul li:hover {
	/*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);*/
	transform: scale(1.02);
	cursor: pointer;
}


/*newsbg*/

.newsbg {
	background: #f3f7fc;
	padding: 30px 0;
}

.new-top {
	background: url(../images/htopbg.png) no-repeat left bottom;
	padding-bottom: 21px;
	position: relative;
}

.new-top .new-tit {
	font-size: 32px;
	color: #123e7a;
}

.new-top .new-more {
	/*position: absolute;
	right: -25px;
	top: -23px;*/
}
.new-top .new-more img{
	position: absolute;
	right: -20px;
	top: -25px;
}



.new-top .newmore2 {
	
}
.new-top .newmore2 img{
	
	position: absolute;
	
	right: -20px;
	top: -20px;
	display: block;
}

.news-left {
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px 3px #ccc;
}

.xin-div {
	padding-top: 30px;
}

.xin-shi {
	float: left;
	width: 50%;
}

.xin-right {
	float: right;
	width: 48%;
}

.xin-right a {
	font-size: 18px;
	color: #333;
	line-height: 29px;
	display: block;
}

.xin-right span {
	font-size: 16px;
	color: #333;
	line-height: 21px;
	display: block;
	margin: 15px 0;
}

.xin-right p {
	font-size: 16px;
	color: #777;
	line-height: 26px;
        max-height: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.new-lul {
	padding-top: 25px;
}

.new-lul ul li {
	margin-bottom: 15px;
}

.new-lul ul li a {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	width: calc(100% - 160px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-lul ul li a:hover {
	color: #2d4b9a;
}

.new-lul ul li span {
	font-size: 16px;
	color: #333;
	line-height: 25px;
        display: inline-block;
        width: 125px;
        float: right;
}


/**/

.new-right {
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px 3px #ccc;
	border-top: 6px solid #ddb65a;
}
.new-right .new-top{
    background: url(../images/htopbg.png) no-repeat left bottom;
}

.new-rcon {}

.new-rcon ul {
	padding-top: 23px;
}

.new-rcon ul li {
	margin-bottom: 30px;
	transition: all 0.4s ease-out;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;

}

.new-rcon ul li .li-date{
   /*width:70px;*/
    /*border-right: 1px solid #bbb;*/
    position: absolute;
    margin: 10px 0;
    background: #fff;
}

.new-rcon ul li .li-date span{
    font-size: 14px;
    color: #666;

}

.new-rcon ul li .li-tt{
     width: calc(100% - 20px);
}

.new-rcon ul li .li-tt a {
	font-size: 16px;
	color: #333;
white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
    display: block;
}

.new-rcon li:hover {
	/*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.02);*/
	cursor: pointer;
}


/**/

.mart30 {
	margin-top: 30px;
}

.keyan {
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px 3px #ccc;
        border-top: 6px solid transparent;

}

.jiangzuo{
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px 3px #ccc;
	border-top: 6px solid #ddb65b;
}
.jiangzuo  .new-top {
    background: url(../images/htopbg.png) no-repeat left bottom;
}

.keyan-ul {}

.keyan-ul ul {}

.keyan-ul ul li:nth-child {
	margin-right: 0;
}

.keyan-ul {
	padding-top: 30px;
}

.keyan-ul ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.keyan-ul ul li:nth-child(even) {
	margin-right: 0%;
}

.keyan-ul ul li .li-img {
	float: left;
	width: 50%;
	overflow: hidden;
}

.keyan-ul ul li .li-img img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	transform: scale(1.0);
}

.keyan-ul ul li .li-tt {
	float: right;
	width: 48%;
	border-bottom: 1px solid #e7e7e7;
}

.keyan-ul ul li .li-tt h5 {
	font-size: 16px;
	color: #333;
	line-height: 21px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
}

.keyan-ul ul li .li-tt span {
	display: block;
	font-size: 16px;
	color: #666;
	margin: 20px 0 15px;
}

.keyan-ul ul li .li-tt p {
	font-size: 16px;
	color: #666;
	padding-bottom: 9px;
}

.keyan-ul ul li:hover .li-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.2s linear;
}

.keyan-ul ul li:hover a p,
.keyan-ul ul li:hover a h5 {
	color: #123e7a;
}


/**/

.jiang-ucon {
	position: relative;
}

.jiang-ucon .jiang-ul {
	padding-top: 30px;
}

.jiang-ucon .jiang-ul ul li {
	margin-bottom: 30px;
}

.jiang-ucon .jiang-ul ul li .li-date {
	background: #123e7a;
	width: 71px;
	height: 96px;
	text-align: center;
	color: #fff;
	padding-top: 16px;
}

.jiang-ucon .jiang-ul ul li .li-date p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}

.jiang-ucon .jiang-ul ul li .li-date span {
	font-size: 18px;
	color: #fff;
	/*border-top: 1px solid #3966a4;*/
	width: 47px;
	margin: auto;
	padding-top: 5px;
}

.jiang-ucon .jiang-ul ul li .li-tt {
	width: 78%;
}

.jiang-ucon .jiang-ul ul li .li-tt a {
	font-size: 16px;
	color: #204f9f;
	margin-bottom: 13px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.jiang-ucon .jiang-ul ul li .li-tt p {
	font-size: 16px;
	color: #777;
	line-height: 23px;
}


/*foter*/

.footer {
	min-height: 40px;
	background: #133f7b;
	padding: 30px 0 0px 0;
}
.footer .fdimg {
     width:115px;
}
.footer .fdlxwm {
     width:calc(100% - 115px);
    padding-left:30px;
}
.footer .f-left p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.f-right {
	text-align: right;
}

.f-right ul li {
	/*float: left;*/
	/*background: url(../images/flinkbg.jpg) no-repeat left center;*/
	/*width: 144px;*/
	/*height: 55px;*/
	margin-bottom: 15px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	transition: all 0.4s ease-out;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}


.f-right ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #1d4896;
}

.f-right ul li:hover {
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.02);
	cursor: pointer;
}

.bort {
	padding: 20px 0 15px;
	border-top: 1px solid #fff;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 15px;
}

.copy {
	padding-left: 0;
}
.copy p{

    color: #ddd;
    font-size: 14px;
}

.wc-cright {
	text-align: right;
	padding-right: 0;
}

.wc-cright select {
	width: 166px;
	line-height: 25px;
	text-align: center;
}


/*.footerEnd*/

@media (min-width: 1200px) {
	.logo {
		width: 34.3%;
	}
	.top-right {
		width: 65.6%;
	}
	.f-left {
		width: 40%;
	}
	.f-right {
		width: 60%;
	}
}
@media (min-width: 960px) and (max-width: 1199px) {
	.new-top .newmore2 img{
    top: -21px;
}
	
}


@media (min-width: 1440px) and (max-width: 1640px) {
	.new-top .newmore2 img{
		top: -21px;
	}
}

@media (min-width: 1400px) and (max-width: 1499px) {
	.wc-top {
		min-height: 136px;
		/*background: url(../images/topbg.png) no-repeat 47% top;*/
	}
}

/*@media (min-width: 1201px) and (max-width: 1399px) {*/
@media (max-width: 1399px) {
	.jiang-ucon .jiang-ul ul li .li-tt {
		width: 73%;
	}
	.wc-menu ul li a {
		font-size: 18px;
	}
	.wc-top {
		min-height: 136px;
		/*background: url(../images/topbg.png) no-repeat 47% top;*/
	}
	.banner .swiper-slide .bt h4 a {
		font-size: 38px;
	}
	.banner .swiper-button-next {
		left: 15px;
		top: -66px;
	}
	.banner .swiper-slide .bt {
		bottom: 120px;
	}

	
}

@media (max-width: 1299px) {
	.keyan-ul {
		min-height: 525px;
	}
}

@media (max-width: 1200px) {
	
	/*中等屏幕设备 桌面*/
	.wc-top {
		/*background: url(../images/topbg.png) no-repeat 46% top;*/
		min-height: 105px;
	}
	.logo {
		padding-top: 5px;
	}
	.wc-menu ul li a {
		font-size: 15px;
	}
	.banner .swiper-slide .bt {
		bottom: 50px;
	}
	.wc-menu ul li .ernav ul li a {
		font-size: 14px;
	}
	.banner .swiper-slide .bt h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.banner .swiper-slide .bt h4 a {
		line-height: 44px;
		font-size: 32px;
		overflow: hidden;
		height: 50px;
		width: 100%;
	}
	
	.ban-ul ul li a {
		font-size: 26px;
	}
	.ban-ul ul li a img {
		padding-right: 0px;
	}
	.new-top .new-tit {
		font-size: 28px;
	}
	.banner .swiper-pagination {
		/*bottom: 0px;*/
	}
	.ban-ul {
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}
	.ban-ul ul {
		text-align: center;
	}
	.ban-ul ul li {
		margin: 0 10px;
		margin-bottom: 20px;
	}
	.ban-ul ul li a {
		font-size: 18px;
	}

	.new-rcon ul li {
    margin-bottom: 18px;
    padding-bottom: 18px;
	}
.new-rcon ul li .li-date{
    margin: 9px 0;
}
	.jiang-ucon .jiang-ul ul li .li-tt {
		width: 64%;
	}
	.keyan-ul ul li .li-tt span {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.keyan-ul ul li .li-tt p {
		font-size: 15px;
	}
	.jiang-ucon .jiang-ul ul li .li-tt p {
		font-size: 14px;
	}
	.xin-right p {
                max-height: 52px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.new-lul {
		padding-top: 15px;
	}
	.new-lul ul li {
		margin-bottom: 11px;
	}
	.new-lul ul li a {

		overflow: hidden;
		line-height: 30px;
	}
	
	
	.f-right ul{
	margin-right: -15px;
}	
	
	
}



@media (max-width: 991px) {
.piao{
width:200px;
}
.f-right ul li{
    text-align: left;
    margin-left: 0px;
    margin-right: 30px;
}

	/*小屏幕设备 平板*/
.site-tree-mobile{
	top: -4px;
}	

.f-right{
    text-align: left;
}

	.wc-top {
		min-height: 90px;
		padding-top: 10px;
		background: #2d4b9a url(../images/topbg.png) no-repeat 48% top;
	}
	.searchbg {
		background: url(../images/searchbg.png)no-repeat left top;
		width: 210px;
		height: 46px;
		margin-top: 4px;
	}
	.searchbg input.inp-text {
		padding-left: 5px;
		width: 167px;
		line-height: 42px;
		background: none;
		border: none;
		font-weight: bold;
		color: #333;
	}
	.searchbg input.inp-but {
		width: 37px;
		padding: 0;
		height: 43px;
		background: none;
		border: none;
	}
	
	.top-right {
		padding-top: 20px;
	}
	.banner .swiper-pagination-bullet {
		height: 17px;
	}

	
	.banner .swiper-slide .bt h4 a {
		font-size: 28px;
		
	}
	.banner .swiper-slide .bt {
		bottom: 26px;
	}
	.bannt {
		position: relative;
		background: #570000;
		min-height: 150px;
	}
	.ban-h4 {
		font-size: 28px;
		padding-left: 15px;
		padding-top: 15px;
		float: none;
	}
	.ban-ul ul li a {
		font-size: 17px;
	}
	.ban-ul ul li a span {
		padding-top: 10px;
		display: block;
	}

	.ban-ul {
		width: 100%;
		float: none;
		position: relative;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.ban-ul ul{
		text-align: center;
	}
	.ban-ul ul li {
		
		margin-bottom: 10px;
	}
.new-lul ul li {
    text-align: left;
}
.new-lul ul li a{
    float: left;
}	
.new-lul ul li span{
	float: right;
	
}	

.new-top .newmore2 img{
	top: -21px;
}



	.new-top .new-tit {
		font-size: 26px;
	}
	.newsbg {
		padding-top: 35px;
	}
	.new-right {
		margin-top: 30px;
	}
	.jiangzuo {
		margin-top: 30px;
	}
	.jiang-ucon .jiang-ul ul li .li-tt {
		width: 87%;
	}
	.keyan-ul ul li .li-tt span {
		display: block;
		font-size: 16px;
		color: #666;
		margin: 10px 0 10px;
	}


	
}

@media (max-width: 767px) {



	/*超小屏幕设备 手机*/
.site-tree-mobile{
	top: 8px;
}	
	
	.banner .swiper-slide .bt {
		position: relative;
		bottom: 40px;
	}
.banner .swiper-slide .bt h4 a{
	font-size: 20px;
}	
	.banner .swiper-slide .bt .container {
		padding-left: 0;
		padding-right: 0;
	}
	.banner .swiper-pagination-bullet {
		margin: 0 5px !important;
		width: 10px;
		height: 10px;
		background: #3d8ad2;
		opacity: 0.5;
	}
	.banner .swiper-pagination {
		bottom: 20px;
	}
	.banner .swiper-container {
		padding-bottom: 0px;
	}
	.banner .swiper-pagination {
		text-align: center;
		padding-right: 0;
	}
	.banner .swiper-pagination-bullet-active {
		background: #3d8ad2;
		opacity: 1;
	}
	
	.ban-h4 {
		font-size: 22px;
		
	}
	.ban-ul ul li a {
		font-size: 18px;
	}

	.ban-ul ul li a img {
		max-width: 18%;
	}
	.ban-ul {
		
		margin-top: 0;
	}
	
	.ban-ul ul li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		border-image: none;
		background: none;
		background: #fff;
		border: 1px solid #2d4b9a;
		border-radius: 5px;
		height: 80px;
		padding-top: 10px;
		margin-left: 0;
	}
	.ban-ul ul li:last-child {
		margin-bottom: 0;
	}
	.new-top .newmore2 img {
    top: -20px;
}
	.new-top {
		padding-bottom: 15px;
	}
	.new-top .new-tit {
		font-size: 22px;
	}
	.new-top .new-tit span {
		font-size: 16px;
	}
	.new-top .new-more a {
		font-size: 14px;
		margin-top: 7px;
	}
	.xin-shi {
		float: none;
		width: 100%;
	}
	.xin-right {
		margin-top: 5px;
		float: none;
		width: 100%;
	}
	.xin-right a {
		font-size: 16px;
	}
	.xin-right span {
		margin: 5px 0;
	}
	.new-lul ul li {
		text-align: left;
		margin-bottom: 10px;
	}
	.new-lul {
		padding-top: 15px;
	}
	
	.xin-div {
		padding-top: 20px;
	}

	.jiang-ucon .jiang-ul ul li .li-tt {
		width: 71%;
		float: left;
		padding-left: 10px;
	}
	.newsbg {
		padding: 15px 0 30px;
	}
	
	.jiang-ucon .jiang-ul ul li .li-tt p{
		font-size: 15px;
	}
	
	
	.keyan {
		margin-bottom: 28px;
		padding-bottom: 10px;

	}
	.keyan-ul2 {
		padding-top: 20px;
	}
	.keyan-ul2 .li-img {
		text-align: center;
	}
	.keyan-ul2 .li-tt {
		text-align: center;
	}
	.keyan-ul2 a {
		text-decoration: none;
		color: #333;
	}
	.keyan-ul2 .li-tt h5 {
		line-height: 23px;
		margin: 5px 0;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.keyan-ul2 .li-tt span {
		font-size: 16px;
		margin-bottom: 5px;
		display: block;
	}
	.keyan-ul2 .li-tt p {
		font-size: 16px;
	}
	.keyan-ul2 .swiper-container {
		padding-bottom: 27px;
	}
	.keyan-ul2 .swiper-pagination {
		bottom: 0px;
	}
	.keyan-ul2 .swiper-pagination .swiper-pagination-bullet-active {
		background: #123e7a;
	}
	.footer {
		padding: 15px 0;
	}
	.wc-cright {
		text-align: center;
		margin-top: 10px;
	}
	.f-right {
		text-align: left;
		margin-top: 20px;
	}


	.f-right ul{
	margin-right: 0px;
}	
		
	
	
	
}

@media (max-width: 420px) {
.f-right ul li{

    margin-left: 0px;
    margin-right: 0px;
    width: 49%;
}

}


