@charset "utf-8";

/* CSS Reset ----------------------------------------*/
/**/ @font-face {
    font-family: "syht";
    src: url("/font/SourceHanSansSC-Regular.woff2") format("woff2"),
        url("/font/SourceHanSansSC-Regular.woff") format("woff"),
        url("/font/SourceHanSansSC-Regular.ttf") format("truetype"),
        url("/font/SourceHanSansSC-Regular.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
} 

body,
html {
    min-width: 1300px;
    overflow-x: hidden;
    font-size: 14px;

    font-family: "syht",'宋体' !important;
    position: relative;
}

.layer-wrapper {
    width: 1700px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
}

.layer-wrapper>.wrapper {
    width: 100%;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 图片列表动画 */
.imgScale {
    transform: scale(1);
    transition: transform ease 800ms;
}

.imgScale:hover {
    transform: scale(1.1);
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    /* font-family: Arial, 'Microsoft YaHei'; */
    font-family: Arial, "syht",'宋体';
}

q:before,
q:after {
    content: ''
}

div,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
input,
textarea,
th,
td {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover,
a {
    outline: none;
}

a,
button,
input,
textarea,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.security {
    background: #eeeeee;
}

i,
em {
    font-style: normal;
}

.L {
    float: left;
}

.R {
    float: right;
}

.H {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
}

.clearfixed {
    overflow: hidden;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h15 {
    height: 15px;
    overflow: hidden;
    clear: both;
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.H30 {
    height: 30px;
}

.H40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.H60 {
    height: 60px;
}

.hr1 {
    height: 1rem;
}

:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.clearboth {
    clear: both;
}

.rows2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.com-tit {
    line-height: 1;
    text-align: center;
    position: relative;
}

.com-tit h2 span {
    display: block;
    font-size: 36px;
    color: #000;
    letter-spacing: 2px;
}

.com-tit h2:after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 4px;
    background-color: #d6000f;
    margin: 15px 0;
}

.com-tit .en {
    color: #000;
    opacity: 0.3;
    font-size: 16px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.com-tit .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(/images/arrow.png) no-repeat -9px center #ed0011;
    cursor: pointer;
}

/* 分页 */
.page {
    text-align: center;
    margin: 50px 0;
    font-size: 0;
    line-height: 0;
}

.page .loadmore {
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background-color: #d6000f;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.page li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.page li.total a {
    width: auto;
}

.page li.cr {
    background-color: #d6000f;
    color: #fff;
}

.page li.first,
.page li.last {
    text-decoration: underline;
}

.page li.prev,
.page li.next {
    background-color: transparent;
}

.page li.prev span,
.page li.next span {
    display: none;
}

.page li.prev a:after {
    content: "<";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 32px;
    font-family: serif;
}

.page li.next a:after {
    content: ">";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 32px;
    font-family: serif;
}

/*模拟下拉框公共样式*/

select {
    font-size: 12px;
    font-family: arial;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    outline: none;
    border-style: solid;
    border-color: #cbcbcb;
    width: 204px;
    height: 32px;
    box-sizing: content-box;
}

.dropdown {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    outline: none;
    vertical-align: middle;
    *float: left;
}

.dropselectbox {
    position: relative;
    top: 0px;
    left: 0px;
    *float: left;
}

.dropselectbox h4 {
    text-align: left;
    height: 38px;
    line-height: 38px;
    padding-left: 4px;
    overflow: hidden;
    font-weight: normal;
    outline: none;
    color: #999;
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer
}

.dropselectbox ul {
    position: absolute;
    left: 0px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    display: none;
    line-height: 25px;
}

.dropselectbox ul li {
    padding-left: 4px;
    line-height: inherit;
    text-align: left;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #999;
    cursor: pointer;
}

.dropselectbox ul li:hover {
    color: #999
}

.mod-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: none;
    border-collapse: collapse;
}

.mod-table .mod-td,
.mod-table .mod-in-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #055ea2;
}

/* banner */
.mode-banner {
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.mode-banner:after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(34, 41, 51, 0.6);
    z-index: 1;
}

.mode-banner .mode-inner {
    display: inline-block;
    position: relative;
    line-height: 0;
    left: 50%;
}

.mode-banner .mode-inner img {
    /* max-width: inherit; */
    display: block;
}

.mode-banner .mode-inner .banner-cnt {
    display: inline-block;
    height: auto;
    position: relative;
    left: -50%;
    line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    z-index: 3;
}

.mode-banner .inner-wraper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 16px;
}

.mode-banner .inner-wraper .mod-table {
    display: table;
    width: 100%;
    height: 100%;
}

.mode-banner .inner-wraper .mod-table .mod-td {
    display: table-cell;
    vertical-align: middle;
}

.mode-banner .curmenu {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

/*手机端导航*/
.mobile-menucss {
    text-align: left;
    height: 0;
    width: 100%;
    position: fixed;
    top: 50px;
    box-sizing: border-box;
    z-index: 99999;
}

.mobile-menucss>ul {
    overflow: auto;
    width: 100%;
    padding-top: 0;
    background: #f8f8f8;
    height: calc(100%);
}

.mobile-menucss>ul>li {
    margin-top: -1px;
    transition: all 500ms;
    transform: translateX(-100px);
    opacity: 0;
    position: relative;
}

.mobile-menucss>ul>li:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #dedede;
    transform: scaleY(0.3)
}

.mobile-menucss>ul>li.cr {
    background: #fff;
}

.mobile-menucss>ul>li.cr>a {
    color: #000;
}

.mobile-menucss>ul>li.cr>a span {
    color: #000;
}

.mobile-menucss>ul>li>a,
.mobile-menucss>ul>li>h3 {
    font-weight: normal;
    display: block;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
}

.mobile-menucss>ul>li>a>span {
    color: #333;
    font-size: 17px;
}

.mobile-menucss>ul>li>ul {
    padding-left: 50px;
}

.mobile-menucss>ul>li>ul>li {
    line-height: 40px;
}

.mobile-menucss>ul>li>ul>li>a>span {
    color: #333;
    line-height: 40px;
}

.mobile-menucss>ul>li.mobiles-links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    border: none;
}

.mobile-menucss>ul>li.mobiles-links a {
    border: none;
}

.mobile-menucss>ul>li.mobiles-links img {
    width: 50px !important;
    height: 50px !important;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
}

.mobile-menucss .haveSub {
    position: relative;
}

.mobile-menucss .open_sub {
    display: none;
}

.mobile-menucss .haveSub .open_sub {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 2;
}

.mobile-menucss .haveSub:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    position: absolute;
    right: 10px;
    bottom: 18px;
    transform: rotate(-45deg)
}

.mobile-menucss .subNav {
    max-height: 0;
    overflow: hidden;
}

.mobile-menucss .openSub .subNav {
    max-height: 100vh;
    transition: max-height 500ms ease-in-out;
    -webkit-transition: max-height 500ms ease-in-out;
}

/*手机端头部*/

.mobile-headerwrap {
    height: 50px;
    display: none;
    position: relative;
    z-index: 990;
}

.mobile-header {
    background: #d6000f;
    height: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 990;
}

.mobile-header .header-shower {
    height: 50px;
    position: relative;
    z-index: 66;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.mobile-header .header-shower img {
    margin: 0 auto;
    width: auto !important;
    height: 20px;
}

.mobile-header .menus-mobiles {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header .menus-mobiles span {
    background: #fff;
    height: 1px;
    width: 20px;
    display: block;
    transition: all 0.5s;
    margin: 6px 0;
}

.mobile-header .menus-ani1 span:nth-child(1) {
    transform: translateY(3px) rotateZ(45deg);
}

.mobile-header .menus-ani1 span:nth-child(2) {
    transform: translateY(-4px) rotateZ(-45deg);
}


.mobile-header .head-icons {
    position: relative;
    z-index: 2;
    height: 50px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.mobile-header .head-icons .icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.mobile-header .head-icons .icon+.icon {
    margin-left: 5px;
}

.mobile-header .head-icons .icon-language {
    background: url(/images/cn.png) no-repeat center center;
    background-size: 22px;
}

.mobile-header .head-icons .icon-sea {
    background: url(/images/search.png) no-repeat center center;
    background-size: contain;
}

.menu-active {
    height: 100%;
    max-height: calc(100vh - 50px);
    animation-name: ani-menu;
    animation-timing-function: ease-in-out;
    animation-duration: 500ms;
    box-shadow: none;
}

.menu-active>ul>li {
    transform: translateX(0);
    opacity: 1;
}

.menu-active>ul>li>a {
    height: 50px;
    line-height: 50px;
}

.menu-hide {
    height: 0;
    animation-name: ani-menu1;
    animation-timing-function: ease-in-out;
    animation-duration: 500ms;
}

/* 手机端搜索 */

.mobile-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    background: #030303;
    color: #fff;
    display: none;
    z-index: 6666;
}

.mobile-search input {
    width: 100%;
    color: #fff;
    height: 50px;
    vertical-align: middle;
    background: transparent;
    border: none;
    font-size: 14px;
    outline: none;
}

.mobile-search input::-webkit-input-placeholder {
    color: #999 !important;
}

.mobile-search input:-moz-placeholder {
    color: #999 !important;
}

.mobile-search .s-searchs {
    position: absolute;
    height: 100%;
    width: 50px;
    background-size: 20px 20px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.mobile-search .s-close {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 基础按钮 */
.defaultBtn {
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #1dbc9c;
    border-radius: 3px;
    cursor: pointer;
    min-width: 80px;
}

.defaultBtn:hover {
    background-color: #179c82;
    color: #fff;
}

/* 基础表格 */
.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.table-responsive table.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-responsive table.table td {
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
}

.table-responsive table.table th {
    border-bottom: 2px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.table-responsive table.table tr.bg1 {
    background-color: #f6f4f0;
}

.table-responsive table.table tr:hover {
    background-color: #f5f5f5;
}

.table-responsive table.table a.operation {
    color: red;
    margin: 0 5px;
}

/*菜单动画*/

@keyframes ani-menu {
    0% {
        /*left: -100%;*/
        height: 0;
    }

    100% {
        /*left: 0;*/
        height: calc(100%);
    }
}

@-webkit-keyframes ani-menu {
    0% {
        /*	left: -100%;*/
        height: 0;
    }

    100% {
        /*	left: 0;*/
        height: calc(100%);
    }
}

@keyframes ani-menu1 {
    0% {
        /*	left: 0; */
        height: calc(100%);
    }

    100% {
        /*	left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes ani-menu1 {
    0% {
        /*left: 0;*/
        height: calc(100%);
    }

    100% {
        /*left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}

/*搜索开始*/



@keyframes animenu1 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@keyframes animenu2 {
    0% {
        transform: translate3d(0, 6px, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes text1 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes sunny2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }

}

@-webkit-keyframes sunny2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }

}

@media screen and (max-width:1440px) {
    .layer-wrapper {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {

    body,
    html {
        min-width: 100%;
    }

    .layer-wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .mobile-headerwrap {
        display: block;
    }

    .page-header {
        display: none;
    }

    .page {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page li {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin: 0 3px;
    }

    .page li a {
        line-height: 30px;
    }

    .page li.prev a,
    .page li.next a {
        width: 30px;
        height: 30px;
    }

    .page li.prev a:after,
    .page li.next a:after {
        line-height: 30px;
    }

    .com-tit h2 span {
        font-size: 24px;
        letter-spacing: 0;
    }

    .com-tit .en {
        font-size: 12px;
    }

    .com-tit h2:after {
        height: 2px;
        margin: 5px auto;
    }

    .com-tit .more {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: url(/images/arrow.png) no-repeat -4px center #ed0011;
        background-size: 70%;
    }
}


/*新加*/
.industry-core.industry-core2 ul{ display: flex;}
.industry-core.industry-core2 ul li{ flex: 1;}
.industry-core .info.ninfo{ display: block;}
.industry-core .info.ninfo .intro .pic{ width: 35%; }
.industry-core .info.ninfo .intro .pic a{height: 320px; display: block;}
.industry-core .info.ninfo .intro .pic img{ width: 100%!important;  max-width: none; height: 100%!important; object-fit: cover;}
.flexs{ display: flex;}
.mod-infolist{ margin-top:50px; margin-bottom: 50px; background: #f8f8f8;}
.mod-infolist .item-pic{ width: 50%; height:380px; }
.mod-infolist .item-pic img{ height: 100%!important; width: 100%!important; object-fit:cover;}
.mod-infolist .item-cnt{ flex: 1;}
.mod-infolist .item-cell:nth-child(2n){  flex-direction: row-reverse;}
.mod-infolist .item-cnt{ padding:25px 50px; align-items: center;}

.mod-infolist .item-tit{ font-size: 26px; font-style: normal; margin-bottom: 20px;}
.mod-infolist .item-tit cite{ font-weight: bold;}
.mod-infolist .item-tit *{font-style: normal;}
.mod-infolist .item-desc{ font-size: 16px;line-height:150%;}

.largetit{ font-size: 36px; font-weight: bold; margin-bottom: 50px; text-align: center; margin-top: 70px;}
.propiclists-wrap{ margin-right: -2%; margin-top: 50px; margin-bottom: 50px;} 
.propiclists-wrap  .item-cell{  width: 31.33%; margin-right: 2%; text-align: center; font-size: 24px;}
.propiclists-wrap  .item-tit{ margin-top: 20px;}
.propiclists-wrap2  .item-cell{width: 48%; }
/**/.propiclists-wrap .item-pic,.propiclists-wrap .item-pic a{ height: 340px;}
.propiclists-wrap2  .item-pic,.propiclists-wrap2  .item-pic a{ height:450px;}
.propiclists-wrap2  .item-pic img{height: 100%!important; width: 100%!important; object-fit:cover;}


.cor-tis{ font-size: 28px; font-weight: bold; margin-top: 50px; margin-bottom: 20px; /*border-bottom: 1px solid #eee; */padding-bottom: 0;}
.tabscss table td{  border: 1px solid #eee; padding: 20px; text-align: center; font-size: 16px;  line-height: 150%;}
.tabscss  .tbbg{ background: #fcfcfc;}
.cor-tis cite{ font-size: 16px; font-style: normal; font-weight: normal; margin-left: 15px;}
.tabscss table td .cnts{ text-align: left;}

/**/.propiclists-wrap .item-pic img{ width: 100%; height: 100%; object-fit: cover;}
.tabtop{ justify-content: center; margin-top: 60px;}
.tabtop a cite{ width: 160px; height: 160px; border-radius:160px; overflow: hidden; display: block; margin: 0 auto;border: 3px solid #fff;}
.tabtop a cite img{ width: 100%!important; height: 100%!important; object-fit: cover;}
.tabtop a { margin: 0 50px; text-align: center;}
.tabtop  span{  padding-top: 10px; display: block; font-size: 18px;}

.tabtop a.tabactives  span{ color: #d6000f; font-weight: bold;}
.tabtop a.tabactives cite{ border: 3px solid #d6000f;}

.ly-desc{ font-size: 16px; max-width: 1000px; margin: 35px auto 0 auto; background: #fcfcfc; padding: 20px; line-height: 200%; position: relative; z-index: 2;}
.ly-desc p{ line-height: 200%; text-indent: 2em; font-size: 16px;}

.listinfo{ height: 0; overflow: hidden;}
.listactive{ height: auto;}

@media screen and (max-width:1500px){
.propiclists-wrap .item-pic,.propiclists-wrap .item-pic a{ height: 300px;}
.propiclists-wrap2  .item-pic,.propiclists-wrap2  .item-pic a{ height:400px;}
}


@media screen and (max-width:480px){
	.ly-desc *{ font-size: 14px;}
	.tabtop{ }
	.tabtop a{  margin: 0 15px;}
	.tabtop a cite{ width: 70px; height: 70px; border-radius:  70px;}
	.tabtop span{ font-size: 14px;}
.industry-core .info.ninfo .intro .pic,.industry-core .info.ninfo .intro .pic a{ width: 100%; height: 200px;}	
.largetit{ font-size:24px; margin-bottom:20px; margin-top: 20px; }
.mod-infolist{ margin-top:15px; background:none; }
.mod-infolist .item-cell{ display: block; margin-bottom: 20px;    background: #f8f8f8;} 
.mod-infolist .item-pic{ width: 100%; height: 200px;}	
.mod-infolist .item-cnt{ padding:15px;}	
.mod-infolist .item-tit{ font-size:18px; align-items: flex-start; }	
.mod-infolist .item-desc{ font-size:15px;}	
.mod-infolist .item-tit span img{ width: 40px;}	
.mod-infolist .item-tit span{ margin-top: 5px;}	
.mod-infolist .item-tit{ margin-bottom: 10px;}
.propiclists-wrap{ display: block; }
	.propiclists-wrap .item-cell{ width: 98%;  margin-bottom: 30px;}
.propiclists-wrap .item-pic,.propiclists-wrap .item-pic a{ height: 200px;}	
.propiclists-wrap .item-tit{ font-size:20px; margin-top: 15px; }	
.propiclists-wrap .item-pic img{ width: 100%; height: 100%; object-fit: cover;}

	.tabscss table td{ padding:6px 8px; font-size: 14px; line-height: 150%;}	
	.tabscss table tr td:nth-child(1){ width:60px;}
	.cor-tis{font-size: 20px;    margin-top:30px;}
	.cor-tis cite{ display: block; font-size: 14px; margin-left: 0;}
}





