/*社会责任*/
.container1200{
    width: 1200px;
    margin: 0 auto;
}
.Responsibility{
    position: relative;
}
.Responsibility a{
    cursor: pointer;
}
.Responsibility .contFirst{
    height: 363px;
    background: #ffffff;
}
.Responsibility .contFirst .tubtitle{
    color: #303740;
    letter-spacing: -0.04px;
    line-height: 60px;
    padding-left: 20px;
    background: #ffffff url(../images/responsibility/line.png) left center;
    background-repeat: no-repeat;
}
.Responsibility .contFirst .tubtitle h1{
    font-size: 18px;
    border-bottom: 1px solid #CBCBD1;
}
.Responsibility .contFirst .cont{
    padding: 30px 15px 0 30px;
    width: 568px;
}
.Responsibility .contFirst .cont h1{
    font-size: 20px;
    color: #303740;
    letter-spacing: -0.05px;
    line-height: 26px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Responsibility .contFirst .cont p{
    height: 180px;
    font-size: 14px;
    color: #777777;
    letter-spacing: -0.05px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.Responsibility .contFirst  .contBg{
    width: 585px;
    height: 363px;
    overflow: hidden;
}
.Responsibility .contFirst  .contBg img{
    width: 100%;
}

/*社会责任列表*/
.content_list{
    margin-top: 50px;
}
.content_list .item{
    width: 380px;
    height: 377px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;/* Firefox 4 */
    -webkit-transition: all 0.36s ease;/* Safari 和 Chrome */
    -o-transition: all 0.36s ease;
}
.content_list .item:nth-child(3n){margin-right: 0}
.content_list .item.nospace{margin-right: 0}
.content_list .item:hover{
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -moz-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.content_list .item .item_img{
    width: 380px;
    height: 235px;
    overflow: hidden;
}
.content_list .item .item_img img{
    width: 100%;
    height: 100%;
    color: #999999;
    transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;/* Firefox 4 */
    -webkit-transition: all 0.36s ease;/* Safari 和 Chrome */
    -o-transition: all 0.36s ease;
}
.content_list .item:hover .item_img img{
    transform: scale(1.08);
}
.content_list .item .item_wrapper{
    padding: 20px 20px 15px 20px;
    background: #ffffff;
}
.content_list .item .item_wrapper .date_h1{
    font-size: 20px;
    color: #303740;
    letter-spacing: -0.48px;
    line-height: 26px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content_list .item .item_wrapper .date_wrap{
    height: 44px;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content_list .item .item_wrapper .date_time{
    font-size: 12px;
    color: #888888;
    letter-spacing: -0.29px;
    line-height: 16px;
}
/*分页*/
.pages{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.pagination{
    display: inline-block;
}
.pagination li{
    display: inline;
}
.pagination > li > a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #303740;
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}
.pagination > li.active > a{
    background: #ebecee;
}
.pagination > li.prev > a,
.pagination > li.next > a {
    background:#eeeeee;
}
.pagination > li.prev > a{
    margin-right: 20px;
}
.pagination > li.next > a{
    margin-left: 20px;
}
.pagination > li.first > a{
    margin-right: 10px;
}
.pagination > li.last > a{
    margin-left: 10px;
}

/*社会责任详情*/
.detailCont{
    width: 780px;
    padding: 50px 45px;
    margin-right: 20px;
    margin-bottom: 80px;
    background: #FFFFFF;
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -moz-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.detailCont h1{
    font-size: 22px;
    color: #303740;
    letter-spacing: -0.53px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    /*white-space: nowrap;*/
}
.detailCont .time{
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.34px;
}
.detailCont .line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CBCBD1;
    margin-top: 5px;
    margin-bottom: 25px;
}
.detailCont .line3{
    margin: 60px 0 30px;
}
.detailCont .article p{
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
}
.detailCont .article p img,.detailCont .article img{
    width: 780px;
    margin: 10px 0;
}
.detailCont .bottom a.prv,.detailCont .bottom a.next{
    display: block;
    font-size: 14px;
    color: #88888888;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detailCont .bottom a.prv:hover,.detailCont .bottom a.next:hover{
    color: #1F2678;
}

.listCont{
    width: 310px;
    padding-top: 20px;
    padding-bottom: 35px;
    background: #FFFFFF;
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -moz-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.listCont h1{
    font-size: 18px;
    color: #303740;
    letter-spacing: 0;
    line-height: 24px;
    background: #ffffff url(../images/responsibility/line.png) left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.listCont .line2 {
    height: 1px;
    border-bottom: 1px dashed #CBCBD1;
    margin: 15px 25px;
}
.listCont .list{
    padding: 0 25px 5px 25px;
}
.listCont .list h2{
    font-size: 16px;
    color: #303740;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.listCont .list p{
    height: 70px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/**/

/*新闻中心列表页*/
.newslist{
    margin-bottom: 20px;
    background: #ffffff;
}
.newslist:last-child{
    margin-bottom: 0;
}
.item_img{overflow:hidden;width: 360px;height: 220px;}
.item_img img{
    width: 360px;
    height:auto;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
}
.text_area{
    width:572px;
    text-align:left;
    margin-top:-34px;
}
.text_area_pub{ width:692px}
.text_area h5{
    width:570px;
    font-size:18px;
    color:#3462b1;
    font-weight:normal;
    margin-bottom:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
}
.text_area_pub h5{
    width:570px;
    font-size:18px;
    color:#3462b1;
    font-weight:normal;
    margin-bottom:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text_area h5 a,.text_area_pub h5 a{ color:#3462b1;}
.text_area p{
    margin:20px 0 14px 0;
    font-size:16px;
    color:#333;
    line-height:32px;
    height:134px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
}
.text_area_pub p{
    margin:20px 0 14px 0;
    font-size:16px;
    color:#333;
    line-height:32px;
    height:134px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text_area .date{
    display:block;
    color:#747474;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
}
.text_area_pub .date{
    display:block;
    color:#747474;
}
.details{
    display:inline-block;
    transition: all 0.3s linear;
    padding: 0 25px 0 13px;
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 32px;
    background: #D8D8D8;
    opacity: 0.7;
    position:relative;
    margin-top: 15px;
}
.details:after, .details:before {
    border: 5px solid transparent;
    border-left: 5px solid #D8D8D8;
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    right: 8px;
    content: ' ';
}
.details:before {
    border-left-color: #777;
    right: 6px;
}

/*新闻列表hover*/
.newslist:hover{
    -moz-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.newslist:hover .details{
    background:#3078fe;
    color:#fff;
}
.newslist:hover .details:after, .newslist:hover .details:before{
    border-left: 5px solid #3078fe;
}
.newslist:hover .details:before {
    border-left-color: #fff;
    right: 6px;
}
.newslist:hover .item_img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newslist .item_wrapper{width: 790px;padding: 35px 30px 0 20px;}
.newslist .item_wrapper>.date_wrap{
    width: auto;
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.39px;
    line-height: 19px;
    float: right;
    position: relative;
    top: -18px;
    right: 0px;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
}
.newslist .item_info h1{
    font-size: 16px;
    color: #303740;
    letter-spacing: -0.39px;
    line-height:21px;
}
.newslist .item_des{
    height:85px;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 10px;
    text-align:left;
    -moz-transition:transform 0.36s ease;
    -webkit-transition:transform 0.36s ease;
    transition:transform 0.36s ease;
    overflow: hidden;
}
.newslist .item_des p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/**/

/*集团刊物*/
.publist .item_box{
    width:584px;
    background: #ffffff;
    margin-top: 20px;
    -moz-transition:all 0.36s ease;
    -webkit-transition:all 0.36s ease;
    transition:all 0.36s ease;
}
.publist .item_box:nth-child(2n){ margin-left:30px;}
.publist .item_box.hasspace{ margin-left:30px;}
.item_wrapper_pub{
    width:270px;
    padding-left:24px;
    padding-right: 10px;
    position: relative;
}
.item_wrapper_pub>.date_wrap{
    height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: -0.29px;
    line-height: 22px;
    background: #1F2678;
    opacity: 0.6;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.item_img_pub{ overflow:hidden; width:280px; height:174px;}
.item_img_pub img{
    width:280px;
    height:auto;
    -moz-transition: transform 0.36s ease;
    -webkit-transition: transform 0.36s ease;
    transition: transform 0.36s ease;
}
.item_img_pub:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item_info_pub{
    font-size: 20px;
    color: #303740;
    letter-spacing: -0.48px;
    line-height: 26px;
    padding:33px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition:all 0.36s ease;
    -webkit-transition:all 0.36s ease;
    transition:all 0.36s ease;
}
.item_des_pub{
    height:44px;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    line-height: 22px;
    text-align:left;
}
.item_des_pub p{
    height:44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.publist .item_box:hover{
    -moz-box-shadow:  0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow:  0 9px 10px 0 rgba(122,122,122,0.50);
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.publist .item_box:hover .details, .publist .item_box:hover .details{
    color:#ffffff;
    background:  #4A90E2;
}
.publist .item_box:hover .details:after, .publist .item_box:hover .details:after, .publist .item_box:hover .details:before, .publist .item_box:hover .details:before {
    border-left: 5px solid #4A90E2;
}
.publist .item_box:hover .details:before {
    right: 6px;
    border-left-color: #ffffff;
}
/**/

/*招贤纳士*/
.recruit{
    padding-top: 20px;
padding-bottom: 35px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -moz-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
    -webkit-box-shadow: 0 9px 10px 0 rgba(122,122,122,0.50);
}
.recruit h1{
    font-size: 18px;
    color: #303740;
    letter-spacing: 0;
    line-height: 24px;
    background: #ffffff url(../images/responsibility/line.png) left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.recruit .line{
    height: 1px;
    border-bottom: 1px solid #CBCBD1;
    margin: 15px 40px 40px 25px;
}
.recruit .introduction{
    font-size: 16px;
    color: #444444;
    letter-spacing: -0.39px;
    line-height: 38px;
    padding: 50px;
    padding-top: 0;
}
.recruit .introduction span{
    color: #1F2678;
}
.recruit .ui-post{
    margin: 0 50px 30px 50px;
}
.recruit .ui-post.active{
    border: 1px solid #77777742;
}
.recruit .ui-post.active h2{
    color: #1F2678;
    background: #5764ef1c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#665764EF,endColorstr=#665764EF);
}
.recruit .ui-post.active h2 span{
    color: #1F2678;
}
.recruit .ui-post h2{
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.43px;
    line-height: 54px;
    background: #77777717;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66777777,endColorstr=#66777777);
    padding-left:  30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.recruit .ui-post h2 span{
    position: absolute;
    right: 30px;
    top: 0;
    display: block;
    color: #444444;
    font-size: 18px;
    letter-spacing: -0.43px;
    padding-right: 15px;
    background: url(../images/news/bottomIcon.png) right center no-repeat;
}
.recruit .ui-post.active h2 span{
    background: url(../images/news/topIcon.png) right center no-repeat;
}
.recruit .ui-post .requirement{
    font-size: 16px;
    color: #777777;
    letter-spacing: 0;
    line-height: 35px;
    padding: 25px 30px 30px 30px;
}

/*暂无内容*/
.noContent{
    width: 250px;
    margin: 0 auto;
    padding: 130px 0;
}
.noContent img{
    width: 100%;
}
.noContent p{
    font-size: 22px;
    color: #BBBBBB;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
}
/* 联盟布局 */
.content_box{
    margin-top: 144px;
	position: relative;
}
.list_box_tit {
    margin-bottom: 58px;
}
.list_box_tit h3{
    font-size: 26px;
    line-height: 35px;
    color: #616780;
    text-align: center;
}
.list_box_tit p{
    font-size: 14px;
    color: #B1B6C7;
    line-height: 19px;
    text-align: center;
    margin-top: 23px;
}
.haitingdunedu{
    position: relative;
}
.haitingdunedu .left{
    padding: 220px 150px;
    width: 382px;
    background: #021c5a;
}
.haitingdunedu .left h3{
    font-size:46px;
    line-height: 61px;
    color:#FFFFFF;
}
.haitingdunedu .left p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #B1B6C7;
}
.haitingdunedu .right{
    position: absolute;
    width: 615px;
    top: 76px;
    right: 0px;
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
.haitingdunedu .right img{
    width: 400px;
    margin-top: 50px;
}
.haitingdunedu .right h3{
    font-size: 30px;
    line-height: 42px;
    color:#616780;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 16px;
}
.haitingdunedu .right p{
    font-size: 14px;
    line-height: 30px;
    color:#B1B6C7;
    text-align: left;
    padding-left: 30px;
}
.jiankang{
background: #fff;
}
.jiankang .left{
    width: 600px;
    padding: 30px 60px;
    background: url(../images//news/jm_bg.png) no-repeat #ffffff center;

}
.jiankang .left li{
    border-bottom: 1px solid #B1B6C7;
    color: #616780;
    margin-top: 36px;
    padding-bottom: 37px;
}
.jiankang .left li:first-child{
	margin-top: 0;
}
.jiankang .left li h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
}
.mart{
    margin-top: 0px!important;
}
.borNon{
    border-bottom: none!important;
}
.jiankang .left{
    float: left;
}
.jiankang .left li h4{
    margin-top: 23px;
}
.jiankang .left li h4,.jiankang .left li p{
    font-size: 14px;
    line-height: 20px;
}
.jiankang .left li p{
margin-top: 5px;
    color: #B1B6C7;
}
.jiankang .right{
    padding: 236px 0px;
    width: 480px;
    background: #081B56;
    color: #B1B6C7;
    float: right;
}
.jiankang .right h3{
    font-size: 30px;
    line-height: 40px;
    margin:0px 100px;
    color: #fff;
}
.jiankang .right strong{
    margin-top: 51px;
    display: inline-block;
    width: 377px;
	height: 0px;
	font-size: 0;
	line-height: 0;
    border-bottom: 1px solid #B1B6C7;
}
.jiankang .right p{
    padding-top: 16px;
    margin:0px 103px;
    font-size: 14px;
    line-height: 28px;
    color:#B1B6C7;
}
.dadichan{

}
.dadichan .left{
    float: left;
    width: 65%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.dadichan .left img{
    width: 100%;
    height: auto;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.dadichan .left:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.dadichan .left ul{
    margin-top: 27px;
    padding: 0px 15px 30px;
}
.dadichan .left ul li{
    font-size: 16px;
    line-height: 35px;
    color: #B1B6C7;
}
.dadichan .left ul li p{
	font-size: 16px;
	line-height: 35px;
	color: #B1B6C7;
}
.dadichan .right{
    float: right;
    width: 33%;

}
.dadichan .right li{
    background: #fff;
    padding: 43px 30px;
    margin-top: 32px;
}
.dadichan .right li:first-child{
	margin-top: 0;
}
.dadichan .right li img{
    width: 45%;
    float: left;
}
.dadichan .right li .text{
    width: 52%;
    padding-left: 3%;
    float: right;
}
.dadichan .right li .text h3{
    font-size: 18px;
    line-height: 25px;
    color:#616780;
}
.dadichan .right li .text p{
    font-size: 14px;
    line-height: 20px;
    color: #B1B6C7;
    margin-top: 17px;
}
.dadichan .right li:hover{
    background: #E6E6E6;
}
.fanjinrong .left{
    background: none;
    padding: 0px;
    width: 720px;
}
.fanjinrong .right{
    padding: 81px 0px;
}
.fanjinrong .left p{
    color: #B1B6C7;
}
.fanjinrong .right strong{
    margin-top: 40px;
    margin-bottom: 11px;
}
a.anchors{position: absolute; display: block; width: 100%; height: 1px; background: none; top: -150px;}
.fanjinrong .left img{
    width: 100%;
}
/* 联盟建党 */
.lmjd_baner{
    position: relative;
}
.banner_content{
    background: #fff;
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 300px;
}
.banner_content .left_box{
    float: left;
    width: 600px;
    box-shadow:0px 3px 5px 0px rgba(122,122,122,0.1);
}
.banner_content .left_box h3{
    color: #303740;
    font-size: 18px;
    line-height: 24px;
    border-left: 3px solid #1F2678;
    padding-left: 23px;
    margin-top: 21px;
    margin-bottom: 15px;
}
.banner_content .content_text{
    padding:0px 15px 33px 28px;
}
p{
    font-size: 14px;
    line-height: 30px;
    color:#777777;
}
.banner_content  h4{
    color: #303740;
    font-size: 20px;
    line-height: 26px;
    border-top: 1px solid #CBCBD1;
    padding-top: 27px;
}
.banner_content .right_box{
    float: right;
    width: 600px;
    height: 327px;
    overflow: hidden;
}
.banner_content .right_box img{
    width: 100%;
    height: auto;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.banner_content .right_box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.list_box_lmjd{
    width: 1200px;
    
}
.list_box_lmjd li{
    float: left;
    width: 380px;
    margin-left:30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(122,122,122,0.1);
    overflow: hidden;
}
.list_box_lmjd li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.list_box_lmjd li img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.list_box_lmjd li dl{
    width: 340px;
    padding: 33px 20px 22px;
}
.list_box_lmjd li dl dt{
    font-size: 20px;
    line-height: 28px;
    color: #303740 ;
    margin-bottom: 7px;
}
.list_box_lmjd li dl dt dd{
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}
.list_box_lmjd li dl p{
	line-height: 22px;
}