@charset "utf-8";

/*==========================banner===========================*/
/*.banner{ width: 100%; min-width: 1200px; height: 100%;  background: url(../images/E1-min.png); background-position: center; background-size: cover; overflow: hidden; }*/
.banner{height: 400px; background: url(../images/E1-min.png); background-position: center; background-size: cover; overflow: hidden; }
.banner .cont{ width: 100%; height: 100%; display: flex; justify-content: center; flex-wrap: wrap; align-items: center;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
 
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  
   -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap; 
  
   -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;}
.banner .cont .tit{ margin-top: -20px; width: 100%; padding-left: 26px; font-size: 48px; color: #fff; letter-spacing: 50px; text-align: center;}
.banner .cont .tit-en{ margin-top: 20px; font-size: 35px; font-family: Arail,Tabhoma; color: #fff; text-align: center;}

/*==========================京麒源动态===========================*/
.main{ width: 100%; min-width: 1200px; padding-top: 80px; padding-bottom: 60px; background: #F0F0F0;}
.main .title{ font-size: 36px; color: #000; text-align: center;}
.main .tip{ margin-top: 25px; font-size: 16px; color: #444; text-align: center;}
.main .cnt{ overflow: hidden; margin-top: 60px;}
.main .cnt li{ width: 1200px; height: 210px; margin-bottom: 50px; overflow: hidden;}
.main .cnt li:hover .infor{ background: #0064FA;}
.main .cnt li:hover .infor .tit{ color: #fff;}
.main .cnt li:hover .infor .cont{ color: #ccebff;}
.main .cnt li:hover .infor .date{ color: #77caff;}
.main .cnt li .pic{ float: left; width: 420px; height: 210px; overflow: hidden;}
.main .cnt li .pic img{ display: block; width: 420px; height: 210px; transition: all .5s;}
.main .cnt li .pic img:hover{ transform: scale(1.15,1.15);}
.main .cnt li .infor{ float: left; box-sizing: border-box; width: 780px; height: 210px; padding: 25px 40px; background: #fff; transition: all .5s;}
.main .cnt li .infor .tit{ font-size: 18px; color: #000; cursor: pointer; transition: all .5s;}
.main .cnt li .infor .cont{ margin-top: 22px; height: 75px; font-size: 14px; color: #444; line-height: 20px; transition: opcity .5s;}
.main .cnt li .infor .date{ margin-top: 18px; font-size: 14px; color: #999; cursor: pointer;}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++手机端++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++手机端++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@media only screen and (min-width: 300px) and (max-width: 768px) {
/*==========================banner===========================*/
/*.banner{ width: 100%; min-width: 300px; height: calc( 100vw * 1.44 );  background: url(../images/banner-news.jpg); background-position: center; background-size: cover; overflow: hidden; }*/
.banner{ width: 100%; min-width: 300px; height: calc( 100vw * 1.44 );  background: url(../images/06-min.png); background-position: center; background-size: cover; overflow: hidden; }
.banner .cont{ width: 100%; height: 100%; }
.banner .cont .cont-in{ margin-top: -100px;}
.banner .cont .tit{ margin-top: -20px; width: 100%; padding: 0 0 0 8px; font-size: 2.2rem; color: #fff; letter-spacing: 15px; text-align: center;}
.banner .cont .tit-en{ margin-top: 2px; font-size: 1.2rem; font-family: Arail,Tabhoma; color: #fff; text-align: center;}

/*==========================京麒源动态===========================*/
.main{ width: 100%; min-width: 300px; padding-top: 25px; padding-bottom: 30px; background: #F0F0F0;}
.main .title{ font-size: 1.8rem; color: #000; text-align: center;}
.main .tip{ margin-top: 5px; font-size: 1.4rem; color: #444; line-height: 20px; text-align: center;}
.main .cnt{ overflow: hidden; margin-top: 20px; width: 98%;}
.main .cnt li{ width: 100%; height: auto; margin-bottom: 15px; overflow: hidden;}
.main .cnt li:hover .infor{ background: #0064FA;}
.main .cnt li:hover .infor .tit{ color: #fff;}
.main .cnt li:hover .infor .cont{ color: #ccebff;}
.main .cnt li:hover .infor .date{ color: #77caff;}
.main .cnt li .pic{ float: none; width: 100%; box-sizing: border-box; height: auto; overflow: hidden;}
.main .cnt li .pic img{ display: block; width: 100%; height: auto; transition: all 0s;}
.main .cnt li .pic img:hover{ transform: scale(1,1);}
.main .cnt li .infor{ float: left; box-sizing: border-box; width: 100%; height: auto; padding: 15px 10px 15px; background: #fff; transition: all 0s;}
.main .cnt li .infor .tit{ font-size: 1.4rem; color: #000; cursor: pointer; transition: all 0s;}
.main .cnt li .infor .cont{ margin-top: 8px; height: auto; width: 100%; display:block; overflow:hidden; display: -webkit-box;white-space: normal !important;word-wrap: break-word;-webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow:ellipsis; font-size: 1.2rem; color: #444; line-height: 22px; transition: opcity 0s;}
.main .cnt li .infor .date{ margin-top: 8px; font-size: 1.2rem; color: #999; cursor: pointer;}


 .Pagination{width: 100%;  display: flex; justify-content: center; line-height: 20px; color: #565656; margin-top:30px; margin-bottom: 0px; margin-left: 0px;}
 .Pagination span{ margin-right: 5px; display: none;float: left;margin-left: 5px; } 
 .Pagination .homePage{ display: none; } 
 .Pagination .lastPage{ display: none; } 
 .Pagination span b{padding: 0 2px;}
 .Pagination div {float:left }
 .Pagination a{ font-size: 1.2rem;text-decoration: none;display: block;float: left;color: #666;border: 1px solid #888; height: 14px; line-height: 14px;padding: 4px 8px; margin: 0 3px;}
 .Pagination .Ellipsis {line-height: 28px;overflow: hidden; display:none;}
cite.FormNum{display: block;float: left;line-height: 20px;height: 20px; font-style:  normal; padding-left:10px;}
 #PageNum{ color:#777;width: 16px;height: 16px;line-height: 18px; border: 1px solid #ff9900; margin:0 5px; text-align:center;}
 .Pagination a:hover,.Pagination a.PageCur{background-color: #0064FA; border: 1px solid #0064FA; color: #ffffff; }
}