  * {
    margin: 0;
    padding: 0;
    text-decoration: none;}
  .Nav {
    height: 65px;
    min-width: 1290px;
    background-color: #013df3/*#3c0cb6*/;
    text-align:center;
    font-family: 微软雅黑;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;}
  .Nav img {
    float: left;}
  /*.Dropcon {
    margin: 0 auto;
  }*/
  .Fontsty {
    color: #FFF;
    font-size: 20px;}
  .dropdown {
    position: relative;
    top: 17px;
    display: inline-block;}
  .dropdown-content {
    display: none;
    position: absolute;
    margin-left: 25px;
    background-color: /*#3c0cb6*/#013df3;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    padding: 12px 16px;}
  .dropdown-content a {
    color: #FFF;
    font-size: 18px;}
  .dropdown:hover .dropdown-content {
    display: block;}






.lunbo{
  margin-top: 65px;}
.single-service {
  display: flex;
  text-align: center;}
.service-content i {
  font-size: 20px;
  border: 1px solid #333;
  width: 50px;
  margin-bottom: 10px;
  height: 50px;
  color: #333;
  line-height: 50px;
  border-radius: 50%;
  transition: all .5s ease 0s;}

.single-service:hover i {
  background: #333;
  color:#fff;}
.service-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;}
.service-content p {
  font-size: 13px;
  margin-bottom: 0;}
.infor-mess{
    display: inline-block;
    float: left;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    background-color: /*#3c0cb6*/#013df3;}
.infor-more{
    float: right;
    line-height: 35px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;}
.ccc{

    display: inline-block;
    width: 350px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #DDD;
    list-style: none;
    color: black 
;}
.newsimg{
  width: 400px;height:200px;}

.infor-span{
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:240px;
    display: inline-block;}
.infor-ul{
  margin: 0px;
  padding: 0px;}
.infor-title{
  height: 40px;
  border-bottom: 1px solid  /*#3c0cb6*/#013df3;
  margin:0px;
  padding: 0px;}
.news-p
{
  overflow:hidden; 

  text-overflow:ellipsis;

  display:-webkit-box; 

  -webkit-box-orient:vertical;

  -webkit-line-clamp:3;}
.newsmore{
  color: #555;}
