@charset "utf-8";

/* CSS Document */
/*2021.10.29 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	/*overflow: hidden;*/
	
}

.container {
	max-width: 1320px;
	width: 90%;
}


/*顶部弹出搜索样式*/
/*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: #1357a7;
}

.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: #1357a7;
	color: #fff;
}



/*顶部弹出样式 end*/
.wc-top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	min-height:126px;	
	padding-top: 20px;
}

.logo{
	text-align: left;
}

.cont2{
	max-width: 100%;
    width: 92%;
}




.top-right{
padding-top: 16px;

}

.wc-menu {
	padding: 20px 0 17px;
	min-height: 55px;
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.wc-menu ul li {
	line-height: 35px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: left;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	
	position: relative;
	display: inline-block;
	transition: all 0.2s;
	text-decoration: none;
	padding: 0 8px;
	line-height: 34px;
	padding-bottom: 5px;
	font-weight: bold;
        border-bottom: 2px solid transparent;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a:hover {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
	border-bottom:2px solid #fff;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0;
	top: 41px;
	background: #1357a7;
	width: 200px;
	min-width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
}

.wc-menu ul li .ernav ul li {	
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 34px;
	border: none;	
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 26px;
	font-size: 15px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 20px 10px 15px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #e5bc51;
	color: #fff;
}

/*menu End*/

.top-right2{
	padding-top: 40px;
}
.top-right2 ul {
	padding-left: 0px;
	text-align: right;
	
}
.top-right2 ul li{
	/*float: left;*/
	display: inline-block;
	padding: 0 20px;
}
.top-right2 ul li a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	
}





img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	 overflow: hidden;
	
}

.banner img {
	cursor: pointer;
}

.banner .bbg2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}

.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	position: relative;
}
.banner .swiper-container .swiper-slide .bant{
	position: absolute;
	left: 0px;
	bottom: 150px;
	width: 100%;
	text-align: left;
	z-index: 111;
}
.banner .swiper-container .swiper-slide .bant p{
	font-size: 64px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: 70%;
}

.banner .swiper-container .bpage{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 70px;
	z-index: 11;
	
	
}
.banner .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: left;
	position: relative;
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 24px;
	height: 24px;
	background:url(/_upload/tpl/0d/48/3400/template3400/images/diand.png) no-repeat center center;
	cursor: pointer;
	opacity: 1;
	margin-right:56px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:url(/_upload/tpl/0d/48/3400/template3400/images/dian1.png) no-repeat center center;
	opacity: 1;
}

/*banner end*/

.newbg{
	background: #f8f9fd;
	padding: 40px 0 50px;	
}

.new-topp{
	text-align: center;
	
}
.new-topp h4{
	font-size: 72px;
	font-weight: bold;
	color: #104b9f;	
}

.new-onecon{
   padding-top: 20px;	
}
.new-one{
	/*background: #3ab3e8;*/
}
.new-one .li-img{
	width:62%;
}
.new-one .li-text{
	width: 38%;
	background: #3ab3e8;
	color: #fff;
	padding: 40px 20px;
}
.new-one .li-text span{
	display: block;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	
}
.new-one .li-text h4{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 51px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.new-one .li-text p{
	font-size: 20px;
	color: #fff;
	line-height: 31px;    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
	
}

.new-two{
	margin-top: 50px;
	
}
.new-two ul{
	padding-left: 0;
}
.new-two ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #eaf1f9;
	   transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.new-two ul li:nth-child(2){
	margin-right: 0;
}
.new-two ul li a{
	display: block;
	text-decoration: none;	
}
.new-two ul li .li-img{
	width: 40%;	
}
.new-two ul li .li-tt{
	width: 60%;
	font-size: 16px;
	color: #124aa1;
	padding: 12px 20px ;
	line-height: 25px;
	  
}
.new-two ul li .li-tt p{
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient: vertical;
}



.new-two ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}


/*lectbg*/

.lectbg{
	background: url(/_upload/tpl/0d/48/3400/template3400/images/nbg.jpg) no-repeat center top;
	min-height: 626px;
	padding:40px 0 30px;
}

.new-top2 h4{
	color: #fff;	
}

.lec-sw{
	margin-top: 55px;
}

.lec-sw .swiper-container{
	padding-bottom:60px;
}
.lec-sw .swiper-container .swiper-slide a{
	text-decoration: none;
	display: block;
	
}
.lec-sw .swiper-container .swiper-slide {
	position: relative;
	
}


.lec-sw .swiper-container .nli-tt{
	 background: #3ab3e8;
	width: 88%;
	margin-top: -50px;
	z-index: 11;
	position: relative;
	 left: 25px;
	 padding: 28px 25px;
	 
	 
}
.lec-sw .swiper-container .nli-tt h4{
	font-size: 20px;
	color: #fff;
	line-height: 31px;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

}
.lec-sw .swiper-container .nli-tt p{
	font-size: 16px;
	color: #fff;
	font-style: italic;
	
}
.lec-sw .swiper-container .nli-tt p img{
	padding-right: 10px;
	
}

.lec-sw .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	
}

/**/

.keyan{
	padding: 40px 0 50px;
	min-height: 200px;
	
}
.key-con{
	padding-top: 20px;
	
}
.ke-con{
	padding-top:40px;
	
}

.ke-leftcon a{
	display: block;
	text-decoration: none;
	background: #3ab3e8;
	
}
.ke-leftcon .ke-tt{
	padding: 35px 40px;
	
}
.ke-leftcon .ke-tt span{
	font-size: 24px;
	color: #fff;
	font-style: italic;
	margin-bottom: 20px;
	display: block;
}
.ke-leftcon .ke-tt p{
	font-size: 32px;
	line-height: 50px;
	
	font-weight: bold;
	color: #fff;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
    height: 100px;
}

.ke-rightcon{
	
}
.ke-rightcon ul{
	padding: 0;
	margin: 0;
}
.ke-rightcon ul li{
	background: #eaf1f9;
	margin-bottom: 25px;  transition: all 0.8s linear;
}
.ke-rightcon ul li:last-child{
	margin-bottom: 0;
}


.ke-rightcon ul li a{
	display: block;
	text-decoration: none;
	padding: 35px;
	
}
.ke-rightcon ul li a span{
	display: block;
	font-size: 16px;
	color: #333;
	
}
.ke-rightcon ul li a p{
	font-style: italic;
	font-size: 20px;
	color: #114b9f;
	margin-top: 20px;
	line-height: 31px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}

.ke-rightcon ul li:hover{
	opacity: 0.8;
       transition: all 0.8s linear;
}


/*大话主席*/


.key-con .bd{	
	width: 850px;
}

.key-con .bd img{
			height: 504px;
			max-width: 100%;
}

.key-con .hd ul{
	padding: 0;
}
	
		.key-con .hd{
			width: 440px;
			position: absolute;
			right: 0px;
			top: 0px;
			/*font-family: "黑体";*/
		}
		.key-con .hd li{
			border-bottom: 1px solid #49c1f0;		
			background: #104b9f;
			padding: 12px 25px 12px 30px;
			height: 168px;
                        cursor: pointer;
              position: relative;          
		}
	.key-con .hd li:last-child{
		border-bottom: none;
	}
.key-con .hd li a {
	text-decoration: none;
	
}	
.key-con .hd li a i{
	display: block;
	position: absolute;
	left: -30px;
	top: 45%;
border-left:15px solid transparent;
border-right: 15px solid #3ab3e8;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
opacity: 0;

}
.key-con .hd li a h4{
	color: #fff;
	display: block;
	line-height: 31px;
	font-size: 18px;
	font-weight: bold;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

	
}
	
.key-con .hd li a span{
			color: #fff;
			display: block;
			line-height: 27px;
			font-size: 16px;
	position: absolute;
	left: 30px;
	bottom: 24px;
		}
	
.key-con .hd li a:hover{
	color: #123e7a;
}
.key-con .hd li.on {
	background: #3ab3e8;
	
}
.key-con .hd li.on a{
	color: #fff;
}
.key-con .hd li.on a i{
	opacity: 1;
}		



/**/

.join{
	background:url(/_upload/tpl/0d/48/3400/template3400/images/joinbg.jpg) no-repeat center center;
	min-height: 732px;
	background-size: cover;
display: none;
	
}

.join-us{
	background: #2459a5;
	padding: 50px 35px;
	margin-top: 118px;
	text-align: center;	
    display: none;
}
.join-us h4{
	text-align: center;
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	
	
}
.join-us p{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 39px;
	
}
.join-us a{
	text-align: center;
	color: #2459a5;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding:20px 50px;
	background: #fff;
	text-decoration: none;
	margin-top: 30px;
	  transition: all 0.2s linear;
}
.join-us a:hover{
	opacity: 0.8;
	  transition: all 0.2s linear;
}


.join-ul{
	margin-top: 110px;
	
}
.join-ul h4{
	font-size: 72px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
.join-ul ul {
	padding-left: 0;
	padding-top: 30px;
}
.join-ul ul li{
	border: 1px solid #fff;
	margin-bottom: 18px;
	padding: 20px 20px 5px;
	
}
.join-ul ul li a{
	text-decoration: none;
	
	
}
.join-ul ul li span{
	display: block;
	color: #fff;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 16px;
	
}
.join-ul ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}






/*footer*/

.footer {
	min-height: 20px;
	padding: 45px 0 35px;
	background: #2459a5;
	color: #fff;
}
.footer p{
	color: #fff;
	font-size: 16px;
	
	line-height: 31px;
	margin-bottom: 1px;
}



.footer .row:last-child p
 {
	font-size: 16px;
	color: #7084a1;
	padding: 0 15px;
	margin-top: 16px;
}

.jq-en{
    display: inline-block !important;
    margin-bottom: 0px !important;
}
.biaoti{
    font-size: 20px;
    color: #104b9f;
    text-decoration: none;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.st-con {
    padding-top: 20px;
}

.ac-rightcon .xueshu .li-img{	
	overflow: hidden;	
}

.ac-rightcon .xueshu .li-img img{
	max-width: 100%;
	transition: all 1.5s;
	transform: scale(1.0);	
width: 100%;
}

.ac-rightcon .xueshu:hover .li-img img {	
	transition: all 1.5s;
	transform: scale(1.1);	
}


.ac-rightcon .xueshu .li-tt{
	background: #f4f8fd;
	padding:20px  15px 25px 15px;
}
.ac-rightcon .xueshu .li-tt a{
	font-size: 18px;
	color: #333;
	display: block;	
    font-weight: bold;	
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.ac-rightcon .xueshu .li-tcon p{
	font-size: 16px;
	color: #3e6eb0;
	line-height: 25px;
        min-height:50px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ac-rightcon .xueshu .li-tcon p img{
	   margin-right:8px;
}

.ac-rightcon .xueshu .li-tcon p img.hid2{
	display: none;
}

.ac-rightcon .xueshu .li-tt:hover{	
	cursor: pointer;
        background:#fff;
        box-shadow: 0 0px 8px rgba(0,0,0,.2);
}

.ac-rightcon .xueshu .li-tt:hover  p img.hid2{
	display: initial;
}

.ac-rightcon  .swiper-pagination{
     position: relative;
    margin-top: 20px;
    bottom: 0;
}

.ac-rightcon  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity:1; 
}

.ac-rightcon  .swiper-pagination-bullet-active{
     background: #007aff;
}


/*.wc-copyEnd*/



@media (min-width: 1200px) {
	
	
	

	
	
	
	
	
	
	
}
@media (max-width: 1750px) {
	.top-right2 ul li{
		padding: 0 10px;
	}
	
	
	
	
}
@media (max-width: 1600px) {
	
	.banner .swiper-container .swiper-slide .bant p{
		font-size: 60px;
		line-height: 70px;
	}
	
	
	
}
@media (max-width: 1440px) {
	.banner .swiper-container .swiper-slide .bant p{
	font-size: 40px;
	line-height: 60px;
	/*-webkit-line-clamp: 2;*/
}
.banner .swiper-container .swiper-slide .bant{
	bottom: 110px;
}	
	.banner .swiper-container .bpage{
		bottom: 30px;
		
	}
.new-one .li-img img{
	height: 415px;
	
}	
	
	
	
	
}


@media (max-width: 1340px) {
.wc-menu ul li a{
	padding: 0;
}

.top-right2 ul li {
    padding: 0 5px;
}

	
}



@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.wc-menu ul li a{
	font-size: 16px;
	
}
.top-right2 ul li{
	padding: 0 2px;
}
	.banner .swiper-container .swiper-slide .bant p{
	
	-webkit-line-clamp: 2;
}

.lec-sw .swiper-container .nli-tt{
	left: 20px;
}	

.join-us{
	padding: 36px 35px;
}
.join-us p{
	line-height: 33px;
	
}
.new-two ul li .li-tt p{
	-webkit-line-clamp: 2;
}
.ke-rightcon ul li a{
	padding: 25px;
}

	
}
@media (max-width: 1000px) {
	
	.wc-menu ul li a {
    font-size: 14px;
}
	
	
	
	
	
}




@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
.logo1{
	padding-bottom: 10px;
}  

.banner .swiper-container .swiper-slide .bant p{
	font-size: 26px;
	line-height: 40px;
}

.new-one .li-img img{
	height: auto;
	
}


.banner .swiper-container .bpage{
	bottom: 20px;
}
.banner .swiper-container .swiper-pagination-bullet{
	margin-right: 16px;
	
}
.banner .swiper-container .swiper-slide .bant{
	bottom: 70px;
	
}
.new-one .li-text h4{
	line-height: 28px;
	font-size: 22px;
	
}
.new-one .li-text p{
	font-size: 18px;
	-webkit-line-clamp:2;
}
.new-one .li-text{
	padding: 10px 20px;
}

.new-topp h4{
	font-size: 50px;
	
}
.newbg{
	padding: 30px 0;
}
.new-onecon{
	padding-top: 20px;
}
.lectbg{
	padding-top: 40px;
}
.lec-sw {
    margin-top: 35px;
}
.keyan{
	padding: 30px 0;
}
.ke-rightcon ul li a{
	padding: 20px ;
}
.ke-rightcon ul li a p{
	margin-top: 10px;
}

.ke-rightcon ul li:last-child{
	display: none;
	
}
.ke-leftcon .ke-tt p{
	font-size: 22px;
	line-height: 30px;
	-webkit-line-clamp: 2;
height: 63px;
}
.ke-leftcon .ke-tt{
	padding: 5px 15px;
}
.ke-leftcon .ke-tt span{
	margin-bottom: 10px;
	
}
.ke-con {
    padding-top: 20px;
}
.new-two ul li .li-tt p{
	-webkit-line-clamp: 3;
}




.join-us h4{
	font-size: 52px;
	
}
.join-us p{
	font-size: 18px;
	line-height: 30px;
	
}
.join-ul h4{
	font-size: 52px;
	
}
.join{
	background: url(/_upload/tpl/0d/48/3400/template3400/images/joinbg1.jpg) no-repeat center center;
	background-size: cover;
	
}

.join-right{
	
}
.join-ul{
	margin-top: 120px;
	background: rgba(0,0,0,0.55);
	padding-top: 30px;
	padding-bottom: 13px;
}
.join-ul ul {
	padding: 5% 10%;
}

.join-us a{
	padding: 12px 40px;
	font-size: 20px;
}




.footer{
	padding: 20px 0;
}


	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		width: 86%;
		text-align: left;
	}
	.logo1 img{
		height: 60px;
	}
	.container {
		width: 100%;
	}
.banner .swiper-container .swiper-slide .bant{
	bottom: 25px;
	
	
}
.banner .swiper-container .swiper-slide .bant p{
	width: 100%;
	-webkit-line-clamp:1;
	font-size: 20px;
}
.banner .swiper-container .bpage{
	bottom: 1px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 12px;
}
.banner .swiper-container .swiper-pagination{
	text-align: center;
	bottom:5px;
	
}
.banner .swiper-container .swiper-pagination-bullet-active{
	background: #007AFF;
}

.new-one .li-text span{
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

.new-one .li-img{
	width: 100%;
}
.new-one .li-text {
   width: 100%;
}

.new-topp h4 {
    font-size:26px;
}
.new-onecon ,.st-con{
    padding-top: 5px;
}
.newbg{
	padding: 20px 0;
}
.new-one .li-text h4{
	font-size:18px;
}
.new-two ul li{
	width: 100%;
	float: none;
	margin-bottom: 20px;
	
}
.new-two ul li .li-tt{
	font-size: 15px;
	line-height: 20px;
	
}
.new-two{
	margin-top: 25px;
	
}
.lec-sw .swiper-container .nli-tt{
	padding: 10px;
}
.lec-sw .swiper-container .nli-tt h4{
	font-size: 18px;
	-webkit-line-clamp:2;
}
.ke-leftcon .ke-tt p{
	font-size: 18px;
	
}
.ke-leftcon .ke-tt span{
	font-size: 18px;
}
.ke-leftcon .ke-tt{
	padding:15px 10px 10px;
}
.ke-left{
	margin-bottom: 20px;
}
.ke-rightcon ul li a p{
	font-size: 18px;
	line-height: 28px;
}
.ke-rightcon ul li a{
	padding:15px 10px 10px;
}
.join-us h4{
	font-size: 30px;
}
.join-us{
	padding: 30px;
	margin-top:40px;
}
.join-ul h4{
	font-size: 30px;
	
}
.join-us a{
	font-size: 18px;
	padding: 10px 20px;
}
.join-ul ul li{
	padding: 10px 15px;
}
.new-two ul li:nth-child(3){
	margin-bottom: 0;
}
.lectbg {
    padding-top: 30px;
}
.lec-sw {
    margin-top: 25px;
}
.lectbg {
    padding-top: 15px;
    padding-bottom:20px;
}
.ke-rightcon ul li:last-child{
	margin-bottom: 0;
	display: block;
}
.join-ul {
     margin-top: 40px; 
    background: rgba(0,0,0,0.55);
    padding-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 0;
    
}
.keyan{
	padding: 20px 0;
}
.ke-con {
    padding-top: 5px;
}
.newbg{
	padding-top: 10px;
}

.fleft2{
	margin: 15px 0;
}



}