/* CSS Document */

/*²úÆ·*/
.hl-zx{    overflow: hidden; margin-top: 10px;}
.hl-zx li{ width:50%; float: left;  margin-bottom: 0px; }
.hl-zx li span{float: left;width:100%;}
.hl-zx li img{    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;}
.hl-zx li span a{position: relative;
    height: 150px;
    width: 100%;
    float: left;}
.hl-zx li em{ justify-content: space-around;align-items: center;width: 96%;text-align: center;overflow: hidden;margin: 6px auto;line-height: 22px;height: 45px;float: left;}
.add-img{width:100%;height:5rem;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }



/*about*/
.about{ padding:10px;text-align: center;}
.about-cot p{margin-top: 10px;color: #333;line-height: 20px;}
.about-cot a{background: #ff7214;color: #fff;display: block;width: 120px;margin: 0 auto;line-height: 30px;margin-top: 10px;}
/*about end*/

.gsba{padding: 10px; text-align: center; color: #999; font-size: 12px; border-top: 1px solid #d2d2d2;}
.gsba a{color: #999;}