﻿/* CSS Document *//** Basic Cascading Style Sheet* Intructions:none* Version:1.0* Updated:2014-09-18* Author:Cyan.John.* Contact:* QQ:331863539* Email:zzy85620987@163.com*//* base */* {
	margin: 0;
	padding: 0
}
.clear{clear: both;}
ol, ul {
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none
}
.fl{
	float: left;
	display: inline;
}
.fr{
	float:right;
	display: inline;
}
li {
	list-style: none;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
img {
	border: none;
}
/* framework */.wrap {
	width: 100%;
	margin: 0 auto;
}



/*---------------------------------------------开始---------------------------------------------------------*/
.mt50{margin-top: 50px;}
.container1200{ width: 1200px; margin: 0 auto;}
.top {
	margin: 0 auto;
	transition: all .5s ease-in 0.1s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	min-width: 12rem;
	color: #fff;
}


.top_r p img{    padding: 6px 0 6px 20px;}

/*-----------------------导航-----------------------*/
.nav_bg {
	width: 100%; background: #0077f0;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav {
	width: 1200px;
	font-weight: lighter;
	font-size:18px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	position: relative;
}

.active-nav {
	 background: #2b9bfc;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav div:hover { background: #2b9bfc;
	color: #fff;
}

.nav div {
	line-height:60px;
	padding: 0px 3px;
	position: relative;
}

.nav div>a {
	display: block;
	padding: 0 45px;
	height: 100%;
}

.nav div>ul {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: #333;
	background-color: rgba(255, 255, 255, .9);
	padding: 0.14rem 0;
	display: none;
	z-index: 999;
	left: 0;
	top: 0.8rem;
}

.nav div>ul>li {
	line-height: 0.44rem;
	cursor: pointer;
}

.nav div>ul>li:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* .nav span:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 5px;
	background: #f07d01;
	transition: all .3s ease-in .1s;
} */

.wrap>span:hover {
	background: #00a0e9;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav>div {
	text-align: center;
}

.wrap>span {
	/* display: inline-block; */
	font-size: 0.18rem;
	line-height: 0.65rem;
	float: left;
	height: 0.65rem;
	padding: 0 0.56rem;
	cursor: pointer;
	margin: 0;
}

.search {position: relative;
    border: #dcdcdc solid 1px;
    text-align: right;

    float: right;
    height: 40px;

    border-radius: 50px;
    background-color: #fff;
}

.search>img {
	width:21px;
	height: auto;
	cursor: pointer;
}

.search input {
	border: none;
	background: none;
	outline: none;
}

.search button {
	position: absolute;
	right: 0px;
	top: -12px;
	background: none;
	border: none;
	color: #bc7b3c;
	font-size: 14px;
	border-radius: 6px;
	width: 60px;
	height: 30px;
}

.search-mod {
	width:30px;
	height: 30px;
	margin-left:34px;
	cursor: pointer;
	display: flex !important;
	position: relative;
}

.search-mod>img {
	width: .3rem;
	height: .3rem;
}

.search-box {
	position: absolute !important;
	right: 0;
	top:17px;
	width: 0;
	height: 0.46rem !important;
	border: 0;
	border-radius: 24px;
	display: none;
	align-items: center;
	/* padding: 0 1rem 0 2rem; */
	background-color: #fff;
	transition: 0.2s;
}

.search-box input {
	width: 100%;
	height: 30px;
	border: 0;
	outline: 0;
}

.search-box img {
	width: 21px;
	cursor: pointer;
}

.textbox {
	padding: 0 10px 0 5px;
	height: 30px;
}


/*通知公告*/
.slide {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px 0 50px;
    margin-bottom: 10px;
    background: #f5f8fd url( ../images/tz.png) no-repeat 15px;
    overflow: hidden;
}
.slide p {
    color: #01479d;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.slide_center{width:1050px;float:left;margin-left:25px;height:45px;line-height:45px;position:relative;overflow:hidden;}
.slide_center ul{overflow:hidden;position:absolute;top:0px;bottom:0px;overflow:hidden;}
.slide_li{float:left;}
.slide_li a{margin-left:18px;background:url( ../images/dian.png) no-repeat left;padding-left:15px;margin-right:30px;color:#333333;font-size:16px;}

/****行业动态****/
.container {
    max-width: 1230px !important;
    width: 1230px;
    margin: 0 auto;
}
.swiper-containermode p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    width: 100%;
    line-height: 45px;
    width: 100%;
    padding-left: 10px;
    padding-right: 100px;
}
.part1fr ul.part1ul {
    list-style: none;
    overflow: hidden;
}
.part1fr ul.part1ul li.aa {
    border-radius: 20px;
	background: #005dbc;
	color: #0062eb;
	color: white;
}
.part1fr .content1>div.aa {
	display: block;
}

.part1fr ul.part1ul li {
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius:2px;
    padding: 5px 30px;
    font-size: 20px;
    margin-right: 15px;
    background: #FFFFFF;
    color: #292929;
}
.more1 {
    position: absolute;
    color: #0077f0;
    right: 0px;
    top: 10px;
    font-size: 14px;
}
.newswtz {
    margin: 20px auto 10px; display: flex;justify-content:space-between;
   
}
.newswtz h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000000;
}
.newswtz h2 {
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #656565;text-align: center;margin: 0px;
}
.riqi h3{
	text-align: center;
}
.riqi p{
	text-align: center;
}
.newswtz-b p { padding-bottom: 15px;
    
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px; border-bottom: #d7d7d7 solid 1px;white-space: nowrap ;overflow: hidden;text-overflow: ellipsis ;
}
.newswtz p a {
    margin-bottom: 0px;
    color: #696969;
}
ul.topmain li {
    display: flex;
    justify-content: space-between;
}
ul.main li {
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #010101;
    border-bottom: 1px #e1e1e1 dashed;
}
ul.main li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0077f0;
    left: 0px;
    top: 45%;
}
ul.topmain li a {
    /* margin-right: 23px; */
    overflow: hidden;
}
ul.main li a {
    overflow: hidden;
    margin-right: 25px;
}
ul.topmain li span {
    color: #999;
}



/*------标准规范--------*/
.conlist{padding:10px; margin-bottom: 0; width: 1200px; margin: 0 auto; overflow: hidden; background:#f8f8f8;}
.bjmy{background: url("../images_page/dabj.png") center no-repeat; height: 180px;}
.listcon{ width:1200px; margin: 0 auto; height:172px;}
.conlist p{font-size:18px;color:#fff; width:50px;font-weight: blod; background:#01479d; height: 100%; font-weight: bold;}
.conlist ul {
    margin-top:26px;
}
.flr{float: right;float: right;
    width: 486px;}
.picyy{ margin: 20px;}
.wlfd{display: flex;width: 680px;}
.sankuanri{
	width: 100%;
	margin: 20px auto;
	background: url("../images_page/jiubg.png") top center no-repeat;
	height: 100%;
	padding: 30px 0px;
	overflow: hidden;
}
.zuozuobb{width: 816px; display: flex;justify-content: space-around; float: left;}
.conlist ul li span {
    float: right;
    color: #033333;
    font-size: 16px;
    margin-right: 23px;
} 
.zuyx{
	background: #FFFFFF;width: 400px;
}
.conlist ul li {
    font-size: 16px;
    width: 415px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;

	line-height: 40px;
    height: 40px;    background: url("../images/dian.png") no-repeat left center;padding-left: 20px;
}
.zuoyy{
	float: right;
	width: 371px;
}
.conlist ul li a {color: #333333;}
.a2{display:flex; 	justify-content: space-between; padding-top:5px;}
.a2_nr{ width:49%; background: #FFFFFF;}
.a2_nr ul{
	padding: 0px 20px;
}
.zuyx h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	background: url("../images_page/hg.png") left bottom no-repeat;
	margin: 15px;
}
.zuyx h3 a{}
.zuyx ul{
	margin: 15px;
	
}
.zuyx ul li {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height:38px;
    height: 38px;
    background: url(../images/dian.png) left center no-repeat;
    padding-left: 20px;
}
.zuoyy li{
	margin-bottom: 22px;
}

/*------常用服务--------*/

.a3{ border:2px solid #6791c4; padding:40px 25px; display:flex; justify-content: space-between;}
.a3_bt{     font-size:26px;padding: 78px 18px 34px;   position: relative;
    color: #01479d;
    width: 62px; font-weight: bold;
    background: #daebff;
    height: 100%;}
.a3_bt::before{ content: "";top: 30px;left: 14px;
	position: absolute; width: 34px; height: 34px;
 background: url(../images/logo1.png) no-repeat left;}
.changyong{
	width:618px;
}
.changyong_list{ display: flex;justify-content: space-between;}
.changyong_icon{ text-align: center;    padding-top: 36px;
	width:190px; height: 216px; border:1px solid #e2e8f2;
}
.changyong_icon img{transition: top .3s;
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;}
.changyong_icon:hover{top:-6px;}
.changyong_icon p{ font-size:20px;}
.xueyuan_list{ display: flex; justify-content:flex-end;}
.xueyuan_icon1{ width: 206px; height: 216px; background: url(../images/lc_bg.png) right bottom no-repeat; border:1px solid #e2e8f2; padding: 75px 30px 80px 30px;}
.xueyuan_icon1 p{ font-size:20px; float:right;line-height: 40px;}
.xueyuan_icon2{ width: 206px; height: 101px; background: url(../images/xy_bg.png) right bottom no-repeat; border:1px solid #e2e8f2;padding:30px; margin-left: 15px;}
.xueyuan_icon2 p{ font-size:20px; float:right;line-height: 40px;}



/*------公益视频--------*/
.a4{ background: url("../images/scx.png")bottom repeat-x; width: 100%;}
.bt{font-size:20px; font-weight: bold;}
.picbox3 {
    text-align: center;
    margin-bottom: 50px;
}
.picbox3 p {
    font-size: 20px;
    padding-top: 20px;
    line-height: 40px;
	font-weight: bold;
}

.anniu {
    width: 100%;

    z-index: 2;
}
.aaa, .bbb {
    outline: none;
}
.anniu img {
    border: 0;
}
.a4_piclist{      width: 1300px;    padding-top: 30px;  position: relative;    margin: 0 auto;}

.swiper-container1{ width:1200px;}
.aaa {position: absolute; top: 40%;display:block;left: -7px; z-index: 3;}
.bbb {position: absolute; top: 40%;display:block;right: -7px; z-index: 3;}






/*******信息公示**********/
.rank_list{ margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.rank_list dl{
    width: 390px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.rank_list dl dd{
    border-bottom: 1px solid #f3f3f3;
}
.rank_list dl dd .index {
    font-weight: 500;
    font-size: 18px;
    width: 40px;
    text-align: left;
}
#app, *, body, html {
    padding: 0;
    margin: 0;
}
.rank_list dl dd {
    height: 56px;
    line-height: 56px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    font-size: 16px;
}
.rank_list dl dd .name {
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rank_list dl dd .level{
    width: 60px;
    text-align: right;
}
.rank_list dl dt {border: 0px;
    height: 60px;
    line-height: 54px;
    color: #01479d;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    box-sizing: border-box;
    background: #eaf2fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rank_list dl dt .title_icon{
    width: 18px;
}


.footer{ margin-top: 80px;
  padding:40px 0px 60px;
  display:flex; justify-content: space-between; align-items: center;
}
.footer_wz{ width: 66%;color: #e1e1e1;}
.lianjie{ background: #2a344e; color: #e1e1e1;padding: 5px 16px; }





/*---------------------------------------二级页-驾校---------------------------------------------------*/

.xuanze{ display: flex;    line-height: 40px;     margin-bottom: 30px; }
.quyu{display: flex; flex-wrap:nowrap; float: left;  font-size: 16px;align-items: center; 
    color: #666; margin: 0 10px;}
.mr8{ margin-right: 8px;}
.biaoge{margin: 20px 0px 40px; text-align: center; color: #737373;line-height: 56px;}
.fenye{text-align: center;margin-bottom: 60px;}
.table>tbody>tr>td{line-height: 2}
.jiaolian_list{ display: flex;justify-content: space-around; margin: 40px auto;flex-wrap:wrap;}
.jl{ border: 1px solid #d2d2d2; padding: 20px; width: 366px; margin-bottom: 25px; }
.jl:hover{border:1px solid #01479d;}
.jl .text{white-space:normal; font-size: 16px; line-height: 28px; word-break: break-word; width: 182px}
.jl .text span{color: #01479d;}

/*---------------------------------------二级页-列表---------------------------------------------------*/
.topline{margin-bottom: 20px;}
.erji_l{width: 240px; background: #fff; padding: 1px; }
.erji_l ul li{ line-height: 60px; border-bottom: 1px solid #ebebeb; background: url(../images/icon_news.png) scroll no-repeat;  background-position:left 16px bottom 50%; padding-left: 40px;}
.erji_l ul li.active{ background: url(../images/icon_news.png) scroll no-repeat #e0edfe;  background-position:left 16px bottom 50% ;}
.erji_l ul li:hover{ background:url(../images/icon_news.png) scroll no-repeat #e0edfe;  background-position:left 20px bottom 50%; color: #0062eb; }

.erji_list{ width: 950px; background: #fff; padding: 20px;}
.mianlist1 { margin-bottom: 30px;}
.mianlist1 li {

    padding-left: 30px;
    line-height: 66px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
    font-size: 1.1rem;
    display: flex;
}
.mianlist1 li a { color: #333333;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
}
.mianlist1 li span{ color: #999999;}
.mianlist1 li>a:before {
    content: '';
    border: 0;
	border-radius: 50%;
    height: 5px;
    width: 5px;
    background-color:#01479d;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}



/*---------------------------------------二级页-尾页---------------------------------------------------*/
.seccon {
    margin: 50px 0 40px;
}
.pic_title2 {
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 0 auto 15px;
}

.date {
    color: #737373;
    text-align: center;
    width: 100%;
}

.line_weiye {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 50px;
    margin-bottom: 60px;
}
.requiretext {
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 60px;
}

.weiyepic {
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding: 20px;
}.weiyepic img {
    width: 100%;
    height: auto;
}
.requiretext p {
    font: 16px/30px "微软雅黑";
    text-indent: 32px;
    color: #333;
}
.news_btn { width: 196px;
    display: inline-block;
    background: #eeeeee;
    *display: inline;
    color: #01479d;
    zoom: 1;
    padding: 10px 50px;
    margin: 0 500px 80px;
    font-size: 0;
    border: 1px solid rgba(255,255,255,.4);
}
.content{padding: 50px;}
.news_btn span {
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: right center;
}
.news_btn:hover{background:#01479d; color: #fff;}



/*---------------------------------------考核公告---------------------------------------------------*/
.nav2list {
    display: flex;
    margin: 0px auto 40px;
    width: 1200px;
    align-items: center;
    justify-content: space-around;
}
.nav2list a {
    justify-content: center;
    width: 400px;
    display: flex;
    align-items: center;
    height: 70px;
    transition: width 0.5s;
}
.active-nav2 {
    border-bottom: 2px solid #01479d;
    color: #01479d;
}
.nav2list a:hover {
    border-bottom: 2px solid #01479d;
    transition: width 0.5s;
    color: #01479d;
    transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.search .sousuo {
    position: absolute;
    right: 0px;
    top: -3px;
    background: none;
    border: none;
    color: #bc7b3c;
    font-size: 14px;
    border-radius: 6px;

}
.toutiao h1{
	font-size: 30px;
	line-height: 46px;
	text-align: center;
}
.toutiao p{
	font-size: 18px;
	line-height: 46px;
	text-align: center;
}
.toutiao{
	width: 100%;
}
.conlist2{ display: flex; justify-content: space-between;}
.conlist2 ul li {
    background: url( "../images/diandian.jpg") no-repeat left center;
    height: 46px;
    line-height: 46px;
    margin-left: 1px;
    padding-left: 20px;
	overflow: hidden;text-overflow: ellipsis;
}
.zuobtt{
	background: url( "../images/tit.png") left center no-repeat;
	font-size: 20px;
	font-weight: bold;
	height: 40px;color: #3366cc;
	padding-left: 30px;
	line-height: 40px;
	margin: 0px auto 10px;
}
.zuobtt a{
	color: #3366cc;
}
.mt25px {
    margin-top: 25px;
}
dd.moudle01 {
    float: left;
    width: 438px;
}
.moudle {
    height: 220px;
    width: 100%;
}
.moudle .divl {
    float: left;
    font-family: 宋体;
    height: 100%;
    width: 220px;
    padding: 0px 16px;background-color: #f9f9f9;
}
.moudle .divl h3 {  
    margin-top: 12px;    line-height: 20px;
}
.bianb{border-bottom: 1px solid #b5b5b5; width: 60px;}
.moudle .divl h3 a {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.moudle .divl p {
    margin-top: 8px;
    line-height: 20px;
    text-indent: 2em;
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.moudle .divl p a {
    color:#515151;
    font-size: 14px;line-height: 23px;
}
.moudle .div2 .pos_L {
    background: url( "../images/sanjiao3.png") no-repeat;
    left: 0px;
}
.moudle .div2 {
    float: left;
    height: 220px;
    position: relative;
    width: 220px;
    z-index: 99;
}
.moudle .div2 .pos {
    position: absolute;
    top: 98px;
    z-index: 999;
    width: 15px;
    height: 27px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    overflow: hidden;
}
.moudle {
    height: 220px;
    width: 440px;
}
.moudle02 .moudle{width: 220px;  }
.timu{
	float: left;
	margin-right: 10px;
}
dd.moudle02 {
    float: left;
    width: 220px;
}
dd.moudle02 .moudle2 .divl {
    padding: 0px 26px;
}
.div2 .pos_T {
    background: rgba(0, 0, 0, 0) url("../images/sanjiao2.png") no-repeat scroll 0 0;
    height: 15px;
    left: 98px;
    position: absolute;
    top: 0;
    width: 27px;
    z-index: 999;
}.moudle2 .div2 {
    float: left;
    height: 220px;
    position: relative;
    width: 220px;
    z-index: 99;
}
.moudle2 .div2 .pos_R {
    background: url("../images/sanjiao2.png") no-repeat;
    right: 0px;
}
.moudle2 .div2 .pos {
    position: absolute;
    top: 98px;
    z-index: 999;
    width: 15px;
    height: 27px;
}
.youbb{
	display: flex;
}
.moudle .div2 .pos_R {
    background: url( "../images/sanjiao.png") no-repeat;
    right: 0px;
}
.zuobtt2 {
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    color: #3366cc;
    line-height: 40px;
    margin: 0px auto 10px;
	border-bottom: solid 1px #d8d6d7;
}
.a2_nr3{
	width: 770px;
	float: right;
	
}
.a2_nr2{width:395px; 
float: left;
}
.flys{
	display: flex;
	margin-top: 20px;
}
.zuobip h5{
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
}
.zuobip p{font-size: 14px;line-height: 28px;}
.zuobip{
	margin-right: 20px;
}
.qbdz{
	background: url("../images/lc_bg.png") bottom center no-repeat; height: 468px;
	padding: 100px;
}
.qbdz p{
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 16px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
right: 10px;
}
.erji_l h1 {
    background-color: #0077f0;
    font-size: 24px;
    text-shadow: rgb(0 0 0 / 50%) 1px 1px 1px;
    color: #FFFFFF;
   
    height: 100px;
    border-bottom: 1px #FFFFFF solid;
    padding-top: 40px;
	padding-left: 20px;
    margin-bottom: 0px;
}
.newswt {
    margin: 20px auto;
    border-bottom: #d5d5d5 dashed 1px;
    padding-bottom: 20px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.newswt h3 {
    font-size: 20px;
    overflow: hidden;
    line-height: 30px;
    padding-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newswt p.qhui a {
    color: #9a9a9a;
    overflow: hidden;
    text-overflow: ellipsis;text-indent:2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newswt p a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    color: #999;
    /* line-height: 26px; */
}
.newswt p.time {
    font-size: 14px;
    line-height: 20px;
    color: #0077f0;
    display: flex;
    padding-bottom: 0;
}
.erji_list h5{
	font-size: 20px;
    line-height: 24px;
    color: #0063b7;
	font-weight: bold;
	border-bottom: 1px solid #0077F0;
	padding-bottom: 10px;
}
.picbox3 img{
	display: block;width: 100%;height: 100%;transition:all .9s ease 0s;display: block;
}
.picbox3:hover img{width: 108%;height: 108%;bottom:0;
	transform: scale(1.9):
}
.wldi{
	display: none;
}