p:before {
    content:"";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}
span:before {
    content:"";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}
h3:before {
    content:"";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}
a:before {
    content:"";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}
.index-al{
    width: 100%;
    padding: 40px 0;
}
.ial-left{
    width: 300px;
    box-sizing: border-box;
    padding-right: 25px;
    float: left;
    display: none;
}
.ial-left>div{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #dedede;
}
.ial-left>div>h3{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #4c556f;
    box-sizing: border-box;
    padding: 0 30px;
}
.ial-left>div>div{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 30px;
    line-height: 50px;
    background: url('../images/next.png') no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
}
.ial-left>div>div>a{
    font-size: 14px;
    color: #666;
}
.icp-cont{
    width: 100%;
    float: left;
}
.icp-cont>li{
    width: 48%;
    margin: 0 1% 2%;
    float: left;
    box-shadow: 1px 2px 3px 4px #eee;
    position: relative;
    top: 0;
    transition: 1s all;
}
.icp-cont>li:hover{
    top: -10px;
}
.icp-cont>li>a{
    display: block;
}
.icp-cont>li>a>img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.icp-cont>li>a>div{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    background: rgba(255,255,255,0.8);
    line-height: 50px;
}
.icp-cont>li>a>div>span{
    display: block;
    font-size: 16px;
    color: #474747;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.icp-cont>li>a>div>p{
    font-size: 14px;
    color: #999;
    padding-top: 15px;
    border-top: 1px solid #eee;
    position:relative;
    line-height:24px;
    height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.icp-cont>li:nth-of-type(5),
.icp-cont>li:nth-of-type(6),
.icp-cont>li:nth-of-type(7),
.icp-cont>li:nth-of-type(8){
    width: 23%;
    margin: 0 1%;
}

.index-you{
    width: 100%;
    padding: 40px 0;
    background: url('../images/iybg.jpg') no-repeat;
}
.iy-title{
    width: 100%;
    height: 80px;
    background: url('../images/iybgt.png') no-repeat center;
}
.iy-title>h3{
    width: 180px;
    height: 100%;
    font-size: 36px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    margin: auto;
}
.iy-cont{
    width: 100%;
}
.iy-cont>li{
    width: 40%;
    height: 170px;
    float: left;
    margin: 0 5% 2%;
    padding: 15px;
    box-sizing: border-box;
}
.iyc-img{
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    float: left;
}
.iyc-img>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: 1s all;
}
.iyc-img>img:hover{
    transform: rotate(720deg);
}
.iyc-text{
    display: block;
    width: 310px;
    padding: 10px;
    box-sizing: border-box;
    height: 140px;
    float: left;
}
.iyc-text>span{
    display: block;
    font-size: 22px;
    color: #fff;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.fc:hover{
    color: #ffbe00;
}
.iyc-text>p{
    font-size: 18px;
    color: #a5b1d9;
    position:relative;
    line-height:2em;
    height:4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-about{
    width: 100%;
    height: 500px;
    /* padding: 40px 0 60px; */
    /* background: url('../images/ifbg.jpg') no-repeat center top; */
}
.ia-1-left{
    width: 600px;
    height: 500px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.ia-1-left>img{
    width: 400px;
    height: 350px;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -175px;
}
.background_img{
    width: 100%;
    height: 150px;
    background: #0e6fda;
    margin-top: 175px;
}
.ia-1-right{
    width: 550px;
    float: left;
    margin-top: 100px;
    position: relative;
}
.ia-1r-title{
    width: 100%;
    height: 70px;
    position: relative;
    background: url('../images/ia-1tbg.png') no-repeat left center;
}
.ia-1r-title>h3{
    font-size: 40px;
    height: 100%;
    line-height: 70px;
    font-size: 40px;
    color: #0a2966;
    box-sizing: border-box;
    padding-left: 16px;
}
.ia-1r-cont{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin-top: 70px;
}
.ia-1r-cont>p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    position:relative;
    line-height:2em;
    max-height:10em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.ixq{
    display: block;
    width: 160px;
    height: 40px;
    color: #7a7a7a;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #7a7a7a;
    position: absolute;
    bottom: -74px;
    left: 13px;
}
.ia-2{
    width: 100%;
    margin-bottom: 40px;
}
.ia-2-title{
    width:100%;
    background: url('../images/ia-1tbg.png') no-repeat left center;
    height: 70px;
}
.ia-2t-left{
    float: left;
    height: 100%;
    line-height: 70px;
    padding-left: 10px;
    font-size: 40px;
    color: #0a2966;
}
.ia-2t-right{
    float: right;
    font-size: 40px;
    color: #0a2966;
    height: 100%;
    line-height: 70px;
}
.index_news{
    
}
.ia-2-cont{
    width: 100%;
    padding: 10px 0;
    background: #fff;
}
.ia-2-cont>li{
    width: 31.3%;
    margin: 0 1% 2%;
    float: left;
    position: relative;
}
.ia-2-cont>li>a{
    display: block;
}
.in2c-times{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #0a2966;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.in2c-text{
    width:100%;
    height: 160px;
    padding: 20px 20px 50px;
    box-sizing: border-box;
    transition: 0.5s all;
}
.ia-2-cont>li:hover .in2c-img>img{
    transform: scale(1.1)
}
.ia-2-cont>li:hover .in2c-text{
    background: #151515;
    padding: 20px 10px 50px 30px;
}
.ia-2-cont>li:hover .in2c-text>div>span{
    color: #fff;
}
.ia-2-cont>li:hover .in2c-text>div>p{
    color: #fff;
}
.ia-2-cont>li:hover .ia-2ct-m{
    width: 100px;
    border-radius: 15px;
}
.in2c-text>div{
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.in2c-text>div>span{
    display: block;
    height: 30px;
    color: #444;
    font-size: 16px;
    position:relative;
    overflow:hidden;
}
.in2c-text>div>p{
    font-size: 14px;
    color: #999;
    position:relative;
    line-height:1.4em;
    height:2.8em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ia-2ct-m{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: 0.5s all;
    background: #fff;
}

.index-news{
    width: 100%;
    padding: 40px 0;
}
.in-title{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding-left: 10px;
    background: url('../images/ia-1tbg.png') no-repeat left center;
}
.in-title>h3{
    margin: 0;
    font-size: 40px;
    color: #0a2966;
    position:relative;
    line-height:60px;
    height:60px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.in-cont{
    width: 100%;
    padding: 10px 0;
}
.in-cont>li{
    width: 31.3%;
    margin: 0 1% 2%;
    float: left;
    box-sizing: border-box;
    padding: 10px 0;
}
.in-cont>li>a{
    display: block;
}
.in-cont>li:hover .itdc-text>span{
    margin-top: -15px;
}
.in-cont>li:hover .itdc-text>p{
    margin-top: 5px;
}
.in-cont>li:hover .itdc-g{
    width: 100%;
    margin-top: 45px;
}
.in-cont>li:hover .inc-time{
    padding: 0 20px;
}
.in-cont>li:hover .inc-time>p{
    opacity: 1;
}
.itdc-text{
    width: 100%;
}
.itdc-text>span{
    display: block;
    font-size: 16px;
    color: #444;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
}
.itdc-text>p{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    position:relative;
    line-height:1.4em;
    height:4.2em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.5s all;
}
.itdc-g{
    width: 80px;
    height: 2px;
    background: #4a4a4a;
    margin: 30px 0 15px;
    transition: 0.5s all;
}
.inc-time{
    width: 100%;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    transition: 0.5s all;
}
.inc-time>span{
    float: left;
    font-size: 14px;
    color: #888;
}
.inc-time>p{
    float: right;
    font-size: 14px;
    color: #888;
    transition: 0.5s all;
    opacity: 0;
}