@charset "utf-8";

.ljyy-banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.ljyy-banner-container .swiper-pagination .pagination-item {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.8);
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
    transition: background-color .2s;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.6);
    cursor: pointer;
}

.ljyy-banner-container .swiper-pagination .pagination-item-active {
    background-color: #169e61;
}

.ljyy-banner-container .swiper-wrapper .swiper-content-item{
    /*width: 100%;*/
}

.ljyy-main {
    width: 100%;
}

.ljyy-main .ljyy-main-content {
    position: relative;
}

.ljyy-main .ljyy-main-content::after {
    content: '';
    clear: both;
    display: block;
}

.ljyy-main .main-left {
    width: 200px;
    float: left;
}

.ljyy-main .main-right {
    float: left;
    width: calc(100% - 200px);
    padding-left: 40px;
}

.ljyy-main .ljyy-main-content .content-tab {
    width: 100%;
}

.ljyy-main .ljyy-main-content .content-tab .tab-item{
    width: 100%;
    height: 58px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 58px;
    color: #5a5a5a;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    position: relative;
    font-size: 16px;
}
.ljyy-main .ljyy-main-content .content-tab .tab-item:hover { background-color: #169E61; color: #fff;}

/* .ljyy-main .ljyy-main-content .content-tab .tab-item:hover {
    background-color: #f5f5f5;
} */

.ljyy-main .ljyy-main-content .content-tab .tab-item-active::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 25px;
    vertical-align: sub;
    background: #fff url(../images/icon/switch.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    right: 32px;
    top: 20px;
}
.ljyy-main .ljyy-main-content .content-tab .tab-item-active{
    background-color: #169e61;
    color: #fff;
}

/* tab内容 */
.ljyy-main .ljyy-main-content .content-container {
    width: 100%;
}

.ljyy-main .ljyy-main-content .content-container .content-item {
    width: 100%;
    display: none;
}

.ljyy-main .ljyy-main-content .content-container .content-item-active {
    display: block;
}

.ljyy-main .ljyy-main-content .content-container .content-title {
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}

/*.ljyy-main .ljyy-main-content .content-container .content-title::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 26px;
    background-color: #169e61;
    vertical-align: bottom;
    margin-right: 10px;
}*/
.ljyy-main .ljyy-main-content .content-container .content-title-main::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 32px;
    background-color: #169d62;
    vertical-align: bottom;
    margin-right: 20px;
}
.ljyy-main .ljyy-main-content .content-container .content-title-main {
    font-size: 25px;
    vertical-align: bottom;
    font-weight: bold;
    color: #5a5a5a;
}

.ljyy-main .ljyy-main-content .content-container .content-title-sub {
    font-size: 20px;
    vertical-align: bottom;
    font-weight: bold;
    color: #169e61;
    margin-left: 5px;
}
.ljyy-main .ljyy-main-content .content-container .content-title-sub i {
    font-style: normal;
}

/* tab 具体内容 */

.ljyy-main .ljyy-main-content .content-container .history-main img, .ljyy-main .ljyy-main-content .content-container .culture-main img { width: 100%; height:auto; display: block;}

/*introduction*/
.ljyy-main .ljyy-main-content .content-container .introduction-list { text-align: center;}
.ljyy-main .ljyy-main-content .content-container .introduction-list img { display: inline-block; height: 285px; width: auto; border:4px solid #B7DEFF; border-radius: 4px; margin-bottom: 5px;}
.ljyy-main .ljyy-main-content .content-container .introduction-text { margin: 10px; padding: 0 20px;}
.ljyy-main .ljyy-main-content .content-container .introduction-text p { line-height: 30px; text-indent: 32px; font-size: 16px; color: #3c3c3c;}
.ljyy-main .ljyy-main-content .content-container .introduction-text h4 { line-height: 48px; color: #e36c0a; margin-top: 16px; font-size: 20px;}

#mainPicture { position: relative; width: 750px; height: 400px; margin-top: 20px; }
#mainPicture .swiper-wrapper { width: 750px; height: 400px }
#mainPicture li { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat;}

#mainPicture .main-picture-swiper {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    border-radius: 100%;
}
#mainPicture .main-picture-swiper.swiper-prev{
    background: rgba(0,0,0,0.4) url('../images/icon/swiper_left.png') no-repeat 30%/80% 100%;
    left: 18px;
}
#mainPicture .main-picture-swiper.swiper-next{
    background: rgba(0,0,0,0.4) url('../images/icon/swiper_right.png') no-repeat 30%/80% 100%;
    right: 18px;
}
.introduction-img .main-picture-swiper-pagination { height: 74px; text-align: center; line-height: 74px; font-size: 20px;}


#miniature { width: 100%; position: relative; height: 100px;  }
#miniature .swiper-container { width: 90%; height: 100%;}
#miniature li { width: 100%; height: 100%; background-size: 100% 100%; background-repeat: no-repeat;}

#miniature li.swiper-slide-thumb-active { border: 1px solid #169e61;}
#miniature .miniature-swiper {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100px;
    z-index: 10;
    cursor: pointer;
}
#miniature .miniature-swiper.swiper-prev{
    background: url('../images/icon/swiper_left_bold.png') no-repeat 0/100% 80%;
    left: 0%;
}
#miniature .miniature-swiper.swiper-next{
    background: url('../images/icon/swiper_right_bold.png') no-repeat 0/100% 80%;
    right: 0%;
}

/*history*/

.history-content {
    width: 100%;
    margin: 50px 0;
    padding-bottom: 50px;
    position: relative;
}
.history-content .history-cen-line {
    position: absolute;
    width: 1px;
    background: #515151;
    left: 50%;
    height: 100%;
}
.history-content .history-swiper {
    max-height: 600px;
    overflow: hidden;
    top: 0;
}
.history-content .history-swiper .f-turn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
}
.history-content .year-list-item {
    position: relative;
    min-height: 100px;
    margin-bottom: 65px;
}
/* 时间 */
.history-content .year-list-item .time{
    float: left;
    width: 455px;
    margin-right: 44px;
    text-align: right;
}
.history-content .year-list-item:nth-child(even) .time{
    float: right;
    width: 450px;
    margin-right: 0;
    margin-left: 44px;
    text-align: left;
}
.history-content .year-list-item .time h3 {
    margin-top: 24px;
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
    color: #169e61;
}
.history-content .year-list-item:nth-child(even) .time h3 {
    color: #0ca2c6;
}
/* 文本 */
.history-content .year-list-item .text{
    float: right;
    width: 455px;
    margin-left: 44px;
    font-size: 17px;
    color: #121312;
}
.history-content .year-list-item:nth-child(even) .text{
    float: left;
    width: 450px;
    margin-left: 0;
    margin-right: 44px;
    padding-left: 20px;
}
/* 箭头 */
.history-content .year-list-item .center-arrow{
    position: absolute;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: 25px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    background: #169e61 url(../images/icon/history-centent.png) no-repeat center;

}
.history-content .year-list-item:nth-child(even) .center-arrow{
    background-color: #0ca2c6;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.history-content .year-row {
    padding-top: 23px;
}
.history-content .year-row-item {
    list-style: disc;
}
.history-content .year-row-item + .year-row-item  {
    margin-top: 12px;
}


.history-main .footer-history-paging {
    width: 100px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    margin: 30px auto 0 auto;
    color: #9e9a93;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}

.history-main .footer-history-paging .footer-history-paging-top {
    display: block;
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e8ebed;
    color: #000;
    text-decoration: none;
}
.history-main .footer-history-paging .footer-history-paging-bottom {
    display: block;
    width: 50%;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #000;
    text-decoration: none;
}


/* news */
.ljyy-main .ljyy-main-content .content-container .news-list {

}

.ljyy-main .ljyy-main-content .content-container .news-list li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CBCBCB;
} 

.ljyy-main .ljyy-main-content .content-container .news-list li>img {
    width: 204px;
    height: 127px;
    background-color: #169e61;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.ljyy-main .ljyy-main-content .content-container .news-list li .news-time {
    color: #9e9e9e;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    margin-right: 16px;
}
.ljyy-main .content-container .news-list li .news-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding-left: 400px;
    position: absolute;
    left: 0;
    max-height: 160px;
    overflow: hidden;
    font-size: 16px;
}

.ljyy-main .content-container .news-list li .news-text .news-title a {
    width: 100%;
    line-height: 38px;
    color: #393939;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.ljyy-main .content-container .news-list li .news-text .news-title a:hover {
    text-decoration: underline;
}

.ljyy-main .content-container .news-list li .news-text p {
    line-height: 28px;
    color: #3c3c3c;
    font-size: 16px;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ljyy-main .content-container .news-list li .news-text p a {
    display:inline;
    font-size: 16px;
    color: #3c3c3c;
}
.ljyy-main .content-container .news-list li .news-text p a:hover {
    color: #f60;
    text-decoration: underline;
}

.ljyy-main .content-container .news-paging .ui-paging-container ul {
    text-align: center;
}