@charset "utf-8";

/* CSS Document */
body {
    background-color: #FFF;
}

@media (max-width: 1400px) {
    .c-con {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.colflash,
.colflash img {
    width: 100%;
}

.location {
    width: 100%;
    min-width: 320px;
}

.location>.c-con {
    padding-top: 1%;
    padding-bottom: 1%;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.location>.c-con>h3
 {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
}
.location>.c-con>h3 img{
    width: 20px;
    height: 18px;
    margin-right: 6px;
}

.location>.c-con i {
    font-size: 14px;
}

.location>.c-con>h3>a>i,
.location>.c-con>h3>span {
    color: #e5201a !important;
}

.location>.c-con>div {
    display: flex;
}

.location>.c-con>div>a {
    margin: 1% 0;
    margin-left: 1%;
    background: #eeeeee;
    padding: 1% 2%;
    border-radius: 10px;
    display: block;
}

.location>.c-con>div>a.on,
.location>.c-con>div>a:hover {
    background: #FF5656;
    color: #fff !important;
}

.aboutZhice {
    width: 1200px;
    margin: auto;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*flex-direction: row-reverse;*/
    /*justify-content: flex-start;*/
    /*align-items: stretch;*/
    padding-top: 0%;
    padding-bottom: 5%;
}
.newsDetail{
    background-color: #ffffff;
    border-radius: 8px;
    padding: 3% 3%;
}
.newsDetail h3{
    color: #FF5656;
}
.newsDetail header div{
    text-align: center;
    color: #FF5656;
    font-size: 20px;
    margin-bottom: 10px;
}

.azc-about {
    flex: 1;
    line-height: 36px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
}

.azc-about img {
    max-width: 100%;
    margin: 0 auto;
}


.newsList {
    width: 32%;
}

.newsList > ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.newsList > ul > li {
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    padding: 2% 0;
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.newsList > ul > li > .nlItemDate {
    width: 85px;
    height: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 16px;
    box-sizing: border-box;
    position: relative;
}

.newsList > ul > li > .nlItemDate::after {
    content: ' ';
    width: 1px;
    height: 72%;
    background-color: #dfdfdf;
    position: absolute;
    right: 0;
    top: 14%;
}

.newsList > ul > li > .nlItemDate > h3,.newsList > ul > li > .nlItemDate > p {
    width: 100%;
    text-align: center;
}

.newsList > ul > li > .nlItemDate > h3 {
    font-weight: 550;
    font-size: 20px;
}

.newsList > ul > li > .nlItemDate > p {
    font-size: 14px;
    color: #999;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.newsList > ul > li > .nlItemTitle {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    align-self: center;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.newsList > ul > li:hover {
    background-color: #FF5656;
    color: #FFF;
}

.newsList > ul > li:hover .nl-about h3 {
    color: #ffffff
}

.newsList > ul > li:hover .nl-about div {
    color: #ffffff
}

.newsList > ul > li:hover .nl-about p {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.newsList > ul > li:hover .visits {
    color: #ffffff !important
}

.newsList > ul > li:hover > .nlItemDate > p {
    color: rgba(255,255,255,0.8);
}

.newsList > ul > li:hover > .nlItemTitle {
    color: #FFF !important;
}

.newsList {
    width: 100%;
}

.newsList>ul>li {
    width: 100%;
    margin-top: 2%;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.newsList>ul>li .nl-img {
    width: 210px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.newsList>ul>li .nl-img>img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.newsList>ul>li .nl-about {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 3%;
}

.newsList>ul>li .nl-about>h3 {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* color: #FF5656; */
}

.newsList>ul>li .nl-about>h3>span {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.newsList>ul>li .nl-about>div {
    width:100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;

}
.newsList>ul>li .nl-about p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 3%;
    border: 1px solid #969696;
    color: #969696;
    padding: 0% 1%;
    border-radius: 10px;
}
.newsList>ul>li .nl-time{
    overflow: hidden;
    width: 120px;
}
.newsList>ul>li .nl-time .nl-time-box{
    background-color: #FF5656;
    color: #ffffff;
    padding: 6% 4%;
    display: inline-block;
    float: right;
}
.newsList>ul>li .nl-time .nl-time-box p{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.clear{
    clear: both;
}
.newsList>ul>li .nl-time .nl-time-box span{
    display: block;
    text-align: center;
    margin-top: 3px;
}
.newsList>ul>li .nl-time .visits{
    font-size: 12px;
    color: #969696;
    margin-top: 46%;
    text-align: right;
}
.searchList >ul>li>.nl-img{
    display: none;
}

.culture {
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 2%; */
}

.culture>header {
    width: 100%;
}

.culture>header>h3,
.culture>header>p {
    width: 100%;
    line-height: 3;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
}

.culture header p {
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid #eeeeee;
    margin-bottom: 2%;
}

.culture>header>div {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    padding-top: 3%;
    padding-bottom: 3%;
}

.culture>header>h4 {
    width: 100%;
    line-height: 3;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #f6f0f0;
    font-weight: normal;
    text-align: left;
    margin-bottom: 1%;
}

.cultureList {
    width: 100%;
}

.cultureList>ul>li {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.cultureList>ul>li:nth-of-type(3n) {
    margin-right: 0;
}

.cultureList>ul>li>a {
    width: 100%;
    display: block;
    color: #333 !important;
}

.cultureList>ul>li>a>.cl-img {
    width: 100%;
    overflow: hidden;
}

.cultureList>ul>li>a>.cl-img img {
    width: 100%;
}

.cultureList>ul>li>a>.cl-about {
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
}

.cultureList>ul>li>a>.cl-about>h3,
.cultureList>ul>li>a>.cl-about>h4,
.cultureList>ul>li>a>.cl-about>p,
.cultureList>ul>li>a>.cl-about>h5 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 16px;
}

.cultureList>ul>li>a>.cl-about>h4 {
    font-size: 12px;
    color: #999;
}

.cultureList>ul>li>a>.cl-about>p {
    height: 48px;
    white-space: normal;
    font-size: 12px;
}

.cultureList>ul>li>a>.cl-about>h5>i {
    font-size: 18px;
}

.cultureList>ul>li:hover {
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.4);
}

.cultureList>ul>li>a:hover>.cl-about>h5>i {
    color: #b9946a !important;
}



.productsList {
    width: 100%;
    overflow: hidden;
}

.productsList>ul>li {
    width: 29.5%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 2%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    /* background-color: #f8f8f8; */
}

.productsList>ul>li:nth-of-type(3n+3) {
    margin-right: 0 !important;
}

.productsList>ul>li:nth-of-type(4n+4) {
    margin-right: 2%;
}

.productsList>ul>li>a {
    width: 100%;
    display: block;
    color: #333 !important;
}

.productsList>ul>li>a>.cl-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.productsList>ul>li>a>.cl-img>img {
    width: 100%;
    /* max-height: 290px; */
}

.productsList>ul>li>a>.cl-img>h3 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.productsList>ul>li>a>.cl-img>h3>span {
    display: inline-block;
    line-height: 3;
    box-sizing: border-box;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    padding: 0 4%;
    width: auto;
    opacity: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.productsList>ul>li>a>.cl-about {
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
}

.productsList>ul>li>a>.cl-about>h3{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* font-weight: normal; */
    font-size: 20px;
    color: #FF5A5A;
    /* text-align: center; */
}
.productsList>ul>li>a>.cl-about>div{
    display: flex;
    justify-content: space-between;
}
.productsList>ul>li>a>.cl-about>div>p {
    width: 68%;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  
    font-weight: normal;
    font-size: 16px;
    color: #313131;
    margin-bottom: 0;
    /* text-align: center; */
}
.productsList>ul>li>a>.cl-about>div>span{
    display: block;
    width: 31.534%;
    background: url(../images/xmckback.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
}


.productsList>ul>li>a>.cl-about>p {
    height: 48px;
    white-space: normal;
    font-size: 12px;
}

.productsList>ul>li:hover {
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.4);
}

.productsList>ul>li:hover>a>.cl-img>h3 {
    background-color: rgba(218, 185, 106, 0.5);
}

.productsList>ul>li:hover>a>.cl-img>h3>span {
    opacity: 1;
}

.productsList>ul>li>a>.cl-about1>h3 {
    text-align: left;
    font-size: 28px;
    height: 48px;
}

.productsList>ul>li>a>.cl-about1>p {
    text-align: left;
    height: 28px;
    font-size: 14px;
}

.pages,
.pages>ul {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.pages {
    margin-top: 5%;
    margin-bottom: 5%;
}

.pages>ul>li {
    width: auto;
    display: inline-block;
    margin: 5px;
}

.pages>ul>li>a,
.pages>ul>li>h3,
.pages>ul>li>span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #EEE;
    border-radius: 2px;
}

.pages>ul>li>a:hover {
    background-color: #FF5656;
    border: 1px solid #FF5656;
    color: #FFF !important;
}

.pages>ul>li.active {
    background-color: #FF5656;
    color: #FFF !important;
}

.pages>ul>li>h3 {
    font-weight: normal;
}

.pages>ul>li>h3 {
    font-weight: normal;
}

.pages>ul>li>p {
    width: auto;
    display: block;
}

.pages>ul>li .page_number {
    width: 60px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 2px;
}

.pages>ul>li>.jumpto input {
    width: 48px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 2px;
}