/*首页*/
body{font-family: ArialMT;}
.en-header{background:#fff;border-bottom:9px solid #016bb5;padding:10px 0 29px 0}
.headtop{line-height: 24px;}
.headtop a{float: right;color: #b6b6b6;}
.en-header a.f-fl{margin-top:-8px}
.headtop img{margin-right:10px;}
input{border:none}
.u-search{width: 286px; height: 46px;float: right;margin-top: 10px;border-radius: 23px;}
.u-search form{display: flex;background-color: #f7f8fa;border-radius: 23px;overflow: hidden;height: 46px;}
.u-search form input[type="text"]{flex:1;padding:0 0 0 20px;height: 46px;background-color: #f7f8fa;line-height: 46px;font-size: 18px;}
.u-search form input[type="submit"]{width: 50px;height: 46px;background: url(../images/en/enseach.png) center center no-repeat;}
.u-search form input[type="text"]::-webkit-input-placeholder{color: #b3b3b3;}

.en-main{background-image: linear-gradient(0deg, #ffffff 0%, #e7f0f9 100%), linear-gradient( #f4f4f4,  #f4f4f4);
  background-blend-mode: normal, normal;}
  /* 轮播 */
.m-flashen{position: relative;width:55.5%}
.m-flashen .bd,.m-flashen img{height: 428px;}
.m-flashen img{display: block; width: 100%;object-fit: cover;transition: all linear .3s }
.m-flashen img:hover{transform: scale(1.1);}
.m-flashen .bd li,.m-flashen .bd li a{position: relative;}
.m-flashen .bd li a{display: block;}
.m-flashen .bd li p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 118px 0 18px; line-height: 45px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; color: #fff;background:rgba(0, 0, 0, .5);}
.m-flashen .hd a{display:block;position: absolute;width:40px;text-align: center; height: 40px;z-index: 99;top: 50%;transform: translateY(-50%);}
.m-flashen .hd .prev{left: 15px;background: url(../images/en/prev.png) center center no-repeat;}
.m-flashen .hd .next{right: 15px;background: url(../images/en/next.png) center center no-repeat;}

.m-newsen{width:41.5%}
.m-newsen h2{font-family: Cambria;}
.m-newsen p{line-height:40px;word-break: normal;overflow-wrap: break-word;text-align: justify;height:330px;overflow: hidden;}
 .m-newsen a{background: #f7f7f7;padding:5px 24px 7px 24px;color:#999}

.m-titleen a{font-size:40px;color: #016bb5;font-family: Cambria;}
.m-listen li{padding:20px 0;border-bottom:1px dashed #ccc;overflow: hidden;}
.m-listen li>a{float:left;width:280px;height:200px;overflow: hidden;}
.m-listen li img{width:100%;height:100%;transition: all .3s linear;}
.m-listen li img:hover{transform: scale(1.1);}
.m-listen li div{margin-left:300px;}
.m-listen li h2 a{font-family: Cambria;}
.m-listen li p{line-height: 36px;color:#999}
.m-listen li:last-child{border-bottom:none}

.en-footer{background:#f7f7f7;padding:30px 0;text-align: center;line-height:36px;color:#666}

  /* 搜索结果 */
  .m-searchlists{border:1px solid #ddd;overflow: hidden;padding:0 30px;}
  .m-searchlists ul li{float:left;width:100%;border-bottom:1px dashed #ddd;padding:30px 30px 30px 0;}
    .m-searchlists ul li:last-child{border-bottom: none;}
  .m-searchlists h1{font-weight:normal}
  .u-infos span,.u-url a,.u-searchkey{color:#999;font-size:14px;}
  .u-infos span{margin-right:20px;}
  .u-infos{margin:5px 0}
  .m-searchlists .u-tit{font-size:18px;}
  .u-searchkey{margin-bottom:10px}

@media (max-width:991px) {
  .m-flashen{width:100%}
  .m-flashen .bd, .m-flashen img{height:250px}
  .m-newsen{width:100%;margin-top:15px}
  .m-newsen p{line-height:30px}
  .m-listen li>a{width:100%;float: none;display: block;}
  .m-listen li div{margin-left:0;width:100%;margin-top:15px}
  .m-listen li p{line-height:30px}
  .headtop{margin-bottom:10px}
  .m-titleen a{font-size:30px}
}