@charset "UTF-8";
.listcolumn .center {
    padding-top: 24px;
    padding-bottom: 50px;
    background-color: #FAF9F7; }
.listcolumn .center .top {
    margin-bottom: 100px; }
.listcolumn .center .top > div {
    width: 50%;
    float: left; }
.listcolumn .center .top > div .title .EN {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: capitalize; }
.listcolumn .center .top > div .title .CN {
    font-size: 24px;
    color: #ff6c00;
    letter-spacing: 4px; }
.listcolumn .center .top > div .firstNew img {
    max-width: 100%; }
.listcolumn .center .top > div .firstNew .newBox {
    position: relative;
    margin-top: 30px;
    min-height: 81px; }
.listcolumn .center .top > div .firstNew .newBox .dateBox {
    width: 82px;
    height: 82px;
    text-align: center;
    position: absolute;
    left: 0;
    background: -webkit-linear-gradient(left bottom, #f59245, #ff6c00);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top right, #f59245, #ff6c00);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #f59245, #ff6c00);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #f59245, #ff6c00);
    /* 标准的语法 */ }
.listcolumn .center .top > div .firstNew .newBox .dateBox .day {
    font-size: 32px;
    color: #fcfcfc; }
.listcolumn .center .top > div .firstNew .newBox .dateBox .year {
    font-size: 26px;
    color: #fcfcfc; }
.listcolumn .center .top > div .firstNew .newBox .newContainer {
    padding-left: 120px; }
.listcolumn .center .top > div .firstNew .newBox .newContainer .title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: justify; }
.listcolumn .center .top > div .firstNew .newBox .newContainer .text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: justify; }
.listcolumn .center .centerContainer .left {
    display: none;
    width: 38%;
    float: left;
    padding-right: 16px;
    overflow: hidden; }
.listcolumn .center .centerContainer .left .firstNew img {
    max-width: 100%; }
.listcolumn .center .centerContainer .left .firstNew .newBox {
    position: relative;
    margin-top: 30px;
    min-height: 81px; }
.listcolumn .center .centerContainer .left .firstNew .newBox .dateBox {
    width: 82px;
    height: 82px;
    text-align: center;
    position: absolute;
    left: 0;
    background: -webkit-linear-gradient(left bottom, #f59245, #ff6c00);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top right, #f59245, #ff6c00);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #f59245, #ff6c00);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #f59245, #ff6c00);
    /* 标准的语法 */ }
.listcolumn .center .centerContainer .left .firstNew .newBox .dateBox .day {
    display: block;
    font-size: 32px;
    color: #fcfcfc; }
.listcolumn .center .centerContainer .left .firstNew .newBox .dateBox .year {
    display: block;
    font-size: 26px;
    color: #fcfcfc; }
.listcolumn .center .centerContainer .left .firstNew .newBox .newContainer {
    padding-left: 120px; }
.listcolumn .center .centerContainer .left .firstNew .newBox .newContainer .title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: justify; }
.listcolumn .center .centerContainer .left .firstNew .newBox .newContainer .text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: justify; }
.listcolumn .center .centerContainer .News {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 68px;
    position: relative; }
.listcolumn .center .centerContainer .News ul li {
    background: white;
    box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
    padding: 15px 50px;
    margin-bottom: 12px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-left:2px solid rgba(250,141,25,0.4);
    position: relative;
    transition:all 0.5s;
}
.listcolumn .center .centerContainer .News ul li a {
    display: block;
    position: relative;}
.listcolumn .center .centerContainer .News ul li a div:last-child {
    margin-bottom: 0; }
.listcolumn .center .centerContainer .News ul li a .time {
    font-family: DINPro;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 20px;
    position: absolute;
    right: 0px;
    top:3px;
       

}
.listcolumn .center .centerContainer .News ul li a .title {
    font-size: 18px;
    font-weight: 400;
    color: #CCC6C0;
    line-height: 32px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.listcolumn .center .centerContainer .News ul li a .title.simpleLine {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px; 
    color:#333230;}
    .listcolumn .center .centerContainer .News ul li:hover a .title.simpleLine{color:#fa8d19;}
.listcolumn .center .centerContainer .News ul li a .description {
    font-size: 12px;
    font-weight: 400;
   color: #999590;
    line-height: 20px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 38px;
    margin-top: 12px;
    text-overflow: ellipsis; }
.listcolumn .center .centerContainer .News ul li a .description.show {
   // display: block; }
.listcolumn .center .centerContainer .News ul li a .description.hide {
    display: none; }
.listcolumn .center .centerContainer .News ul li a .text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 26px; }
.listcolumn .center .centerContainer .News ul li .hoverNews {
    width: 38%;
    padding-right: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
.listcolumn .center .centerContainer .News ul li .hoverNews:hover .firstNew img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
.listcolumn .center .centerContainer .News ul li .hoverNews:hover .firstNew .newBox .newContainer .title {
    color: RGBA(245, 166, 35, 1); }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .propertyImg {
    overflow: hidden; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew img {
    max-width: 100%;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox {
    position: relative;
    margin-top: 30px;
    min-height: 81px; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .dateBox {
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 0;
    background: -webkit-linear-gradient(left bottom, #f59245, #ff6c00);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top right, #f59245, #ff6c00);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #f59245, #ff6c00);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #f59245, #ff6c00);
    /* 标准的语法 */ }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .dateBox .day {
    display: block;
    font-size: 32px;
    color: #fcfcfc;
    font-family: dincond-medium-webfont; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .dateBox .year {
    display: block;
    font-size: 26px;
    color: #fcfcfc;
    font-family: dincond-medium-webfont; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .newContainer {
    padding-left: 120px;
    overflow: hidden; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .newContainer .title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: justify;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
.listcolumn .center .centerContainer .News ul li .hoverNews .firstNew .newBox .newContainer .text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: justify;
    max-height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; }
.listcolumn .center .centerContainer .News ul li .hoverNews.active {
    display: block; }
.listcolumn .center .centerContainer .News ul li .topNews {
    display: block; }
.listcolumn .center .centerContainer .News ul li:hover {
    box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15); }
.listcolumn .center .centerContainer .News ul li:hover a .title {
    color: #333230; }
.listcolumn .center .centerContainer .News ul li:hover a .time {
    //color: RGBA(245, 166, 35, 1); }
.listcolumn .center .centerContainer .News .loadMore {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 191, 95, 0.65); }
.listcolumn .center .centerContainer .News .loadMore .fa {
    display: inline-block;
    font-size: 30px;
    color: #ffffff; 
    padding:1px 0;}
.listcolumn .center .centerContainer .News .loadMore:hover {
    background-color: #ffbf5f; }

.listcolumn .horizontal .center .centerContainer .News ul li {
    position: relative;
    padding: 16px 20px; }
.listcolumn .horizontal .center .centerContainer .News ul li a .time {
    position: absolute;
    right: 40px;
    line-height: 16px;
    margin-bottom: 0;
    top: 3px; }
.listcolumn .horizontal .center .centerContainer .News ul li a .description {
    display: none !important; }

.listcolumn .center .centerContainer .News .search_form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px auto;
    border-bottom: 3px solid #ff6c00;
    position: relative; }

.listcolumn .center .centerContainer .News .search_form form input {
    width: 100%;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    padding-right: 45px; }

.listcolumn .center .centerContainer .News .search_form form .sub {
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    right: 18px;
    bottom: 18px; }

.listcolumn .center .centerContainer .News .search_form form .sub span {
    color: #ff6c00; }

.listcolumn .center .centerContainer .News ul li a .title.simpleLine span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px; }

.listcolumn .center .centerContainer .News .page {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 72px; }

.listcolumn .center .centerContainer .News .page span a {
    cursor: pointer;
    color: white;
    background: #f38a18;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    font-size: 14px;
    padding: 0 10px; }

.listcolumn .center .centerContainer .News .page span span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 2px;
    margin: 0 5px;
    font-size: 14px;
    padding: 0 10px; }

/*# sourceMappingURL=listcolumn.css.map */


@media screen and (max-width: 992px){
    .listcolumn .center .centerContainer .News ul li a .title.simpleLine{
        margin-bottom:16px;
        line-height: 22px;
       /* display: -webkit-box;*/
        -webkit-box-orient: vertical;
        /*-webkit-line-clamp: 2;*/
        /*height:50px;*/
       text-overflow: ellipsis;
       white-space: nowrap;
        overflow: hidden;
        
    }
    
    .listcolumn .center .centerContainer .News ul li a .title.Line{margin-bottom:30px;/*height:40px;*/}
    .listcolumn .center .centerContainer .News ul li a .time{
        position: absolute;
        top:26px;
        left:0px;
        font-size:12px;
    }
    .listcolumn .horizontal .center .centerContainer .News ul li a .time{
       top: inherit;
    bottom: -23px;
    }
}

@media screen and (max-width: 992px){
 .listcolumn .horizontal .center .centerContainer .News ul li a .time{left:0}
}
/*# sourceMappingURL=listcolumn.css.map */
<!--耗时1762602312.2305秒-->