p{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}
.hide{
    display: none;
}
.box-imgs .hd ,.box-imgs .bd,.box-left .hd ,.box-left .bd,.box-right .hd ,.box-right .bd{
    background: none;
    border: none;
}
.cms_body{
    width: 100%;
    padding: 0;
}
#cms_Location_1{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 528px;
    background: url("http://www.imtaweb.net/cms_fragments/res/200/images/news-bg.jpg") no-repeat top center;
}

#cms_Location_1 .tui-center{
    width: 1100px;
    position: relative;
    margin: 0 auto;
    float: none;
}

.box-imgs .bd{
    overflow: hidden;
    height: 450px;
    padding: 20px 0 0;
}
.box-imgs .bd .pic-roll{
    width: 1100px;
}

.box-imgs .bd ul li h3{
    bottom: -9px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
}
.box-imgs .bd ul li a{
    display: block;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
}

#cms_fragment_14_ul{
    position: relative;
    /*一定要有以下样式，才会有3D的效果*/
    /*把div变成3D的场景*/
    transform-style: preserve-3d;
    perspective: 900px;
    transform: scale(0.62);
    top: 160px;
}
#cms_fragment_14_ul li{
    /*这里一定要设置为绝对定位*/
    position: absolute;
    /*calc()是一个计算函数  页面的宽度-容器宽度的一半*/
    left: calc(50% - 296px);
    top: calc(50% - 160px);

    /*看到图片的运动过程*/
    transition:0.8s ease-in-out;
}

.box-imgs .tlist-btns{
    position: relative;
    top: 200px;
    width: 1100px;
    margin: 0 auto;
    z-index: 100;
}
.box-imgs .b-left{
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -22px;
    z-index: 10;
    left: 0;
    width: 36px;
    height: 54px;
    background: url("http://www.imtaweb.net/cms_fragments/res/200/images/btn-left.png") no-repeat center;
}
.box-imgs .b-right{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    width: 36px;
    height: 54px;
    background: url("http://www.imtaweb.net/cms_fragments/res/200/images/btn-right.png") no-repeat center;
}

#cms_Location_2{
    margin-top: 30px;
    width: 1100px;
    padding-bottom: 70px;
}
#cms_Location_2 .tui-left{
    width: 680px;
}
#cms_Location_2 .tui-right{
    width: 380px;
    float: right;
    background: #ebebeb;
    /*padding-bottom: 80px;*/
}
.box-left .hd{
    height: 40px;
}
.box-left .hd img{
    margin-top: 14px;
}
.box-left .hd h2{
    display: block;
    font-family: "Tahoma";
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin-right: 10px;
}
.box-left .hd span{
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.news1 ul li,.news1 ul .clear-line{
    padding: 26px 0;
    position: relative;
    border-bottom: 1px dashed #b1b1b1;
}
.news1 ul li .summary-title{
    /*margin-bottom: 6px;*/
    margin-left: 174px;
}
.news1 ul li .summary-title a{
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.news1 ul li .summary{
    margin-left: 174px;
    color: #7a7a7a;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.news1 ul li .showSubtitle{
    position: absolute;
    bottom: 6px;
    left: 175px;
}
.news1 ul li .showSubtitle a{
    pointer-events: none;
    color: #206cc0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.news1 ul li .additionalItem_date{
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 14px;
    color: #b3b3b3;
}

.news2{
    margin-top: 20px;
}
.news2 .bd ul li{
    margin: 8px 0;
    
}
.news2 .bd ul li h3{
    height: auto;
    background-position: 0 0;
}
.news2 .bd ul li a{
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    -webkit-line-clamp:2;
}

.box-right .hd{
    border-bottom: 5px solid #a0cbe4;
    padding: 16px 10px;
}
.box-right .hd h2{
    font-weight: normal;
    color: #000;
    font-size: 20px;
    font-family: "Tahoma";
}

.box-right ul li{
    padding: 15px 5px 15px 0 ;
    border-bottom: 1px solid #cacaca;
}
.box-right ul li .summary-title a{
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.box-right ul li .summary{
    margin-left: 150px;
    color: #7a7a7a;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}