.box{width: 1200px;height: 400px;margin: 10px auto;overflow: hidden;position: relative; margin-top: 10px}
.box-1 ul{}
.box-1 ul li{width: 1200px;height: 400px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 1200px; height: 400px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em;
    padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
    white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
    background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
    top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
    text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}

.about{width: 1200px;margin: 0 auto;overflow: hidden;margin-top: 20px}
.about_tit{width: 100%;height: 30px;border-bottom: 1px solid #c8c9cc}
.about_tit a{float: left;line-height: 30px;background: #10429D;color:#fff;display: block;width: 80px; height:30px;text-align: center;font-size: 14px;}
.about_text{width: 100%;overflow: hidden;line-height: 36px;font-size: 12px}
.about_text p{text-indent:2em}
.index_news{width:1200px;margin: 0 auto;overflow: hidden;margin-top: 20px}
.index_news_left{width: 540px;height: 280px;float: left}
.index_news_right{width: 540px;height: 280px;float: right}
.index_news_tit{width: 540px;height: 30px;border-bottom: 1px solid #c8c9cc}
.index_news_text{width: 540px;height: 220px;}
.news_sp0{float: left;line-height: 30px;background: #10429D;color:#fff;display: block;width: 80px; height:30px;text-align: center;font-size: 14px;}
.news_sp1{float: right}
.news_sp1 a{font-size: 12px;color: #10429D}

.index_news_text li{font-size: 14px;width: 100%;height: 40px;line-height:40px;border-bottom: 1px dashed #c8c9cc}
.news_text_sp0{
    float: left;
    width: 420px;          /* 必须设置固定宽度或最大宽度 */
    white-space: nowrap;   /* 强制文本不换行 */
    overflow: hidden;      /* 隐藏溢出内容 */
    text-overflow: ellipsis;
}
.news_text_sp1{float: right}