/* banner */
.banner-wrap {
    width: 100%;
    margin: 0 auto;
}

.banner-container {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    display: block;
    height: 420px;
    margin: 0 auto;
}

.banner-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.banner-nav div {
    float: left;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 4px;
}

.banner-nav div.on,
.banner-nav div:hover {
    background-color: #007a76;
}

/* main-center */
.main-wrap {
    width: 100%;
    margin: 0 auto;
}

.first {
    width: 100%;
    margin: 19px auto 40px;
}

.first-wrap {
    width: 1280px;
    margin: 0 auto;
}

.news {
    width: 49%;
    float: left;
}

.title {
    width: 100%;
    background-color: #00736d;
    height: 53px;
    color: #fff;
    line-height: 53px;
    font-size: 20px;
    margin-bottom: 12px;
}

.title-icon {
    width: 40px;
    height: 53px;
    float: left;
}
.title-name {
  color:#fff
}

.news .title-icon {

    background: url(../image/news-icon.png) no-repeat center;

}

.news-content {
    width: 100%;
}

.news-item {
    width: 100%;
    padding: 13px 18px;
    position: relative;
    overflow: hidden;
}

.news-item .date {
    width: 54px;
    height: 56px;
    background-color: #eeeeee;
    text-align: center;
    color: #000;
    float: left;
}

.news-item .year {
    width: 100%;
    height: 23px;
    font-size: 12px;
    color: #fff;
    background-color: #00736d;
    line-height: 23px;
}

.news-item .day {
    padding-top: 5px;
    font-size: 20px;
}

.news-item-tit {
    font-size: 14px;
    color: #5f6060;
    margin-left: 70px;
    width: 84%;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.talents {
    width: 49%;
    float: right;
}

.talents .title-icon {
    background: url(../image/talents-icon.png) no-repeat center;
}

.talent-content {
    width: 100%;
}

.talent-first-item {
    width: 100%;
    padding: 15px 10px;

}

.talent-first-img {
    width: 172px;
    height: 117px;
    overflow: hidden;
    float: left;
}

.talent-first-img img {
    width: 172px;
    height: 117px;
    display: block;
}

.talent-first-content {
    width: calc(100% - 172px);
    margin-left: 172px;
    padding-left: 20px;
}

.talent-first-tit {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.talent-first-txt {
    font-size: 14px;
    color: #8d8d8d;
    text-indent: 2em;
    margin-top: 15px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.talent-item {
    width: 100%;
    padding: 5px 10px;
    position: relative;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-top: 14px;
}

.talent-item .line {
    content: "";
    width: 38px;
    height: 4px;
    background-color: #00736d;
    position: absolute;
    bottom: 0;
}

.talent-item .date {
    width: 59px;
    height: 56px;
    float: left;
}

.mouth-day {
    font-size: 20px;
    color: #00736d;
    font-weight: bold;
    line-height: 1.4;
}

.talent-item .year {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}

.talent-item-content {
    width: calc(100% - 60px);
    margin-left: 60px;
    padding-left: 10px;
}

.talent-item-tit {
    font-size: 15px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.talent-item-txt {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}

.seconde {
    width: 100%;
    margin: 0 auto;
    background: url(/lcyw/images/seconde-bg.png);
    overflow: hidden;
}

.seconde-wrap {
    width: 1280px;
    margin: 20px auto 40px;
}

.discipline {
    width: 49%;
    float: left;
}

.discipline .title-icon {
    background: url(../image/discipline-icon.png) no-repeat center;
}

.notice {
    width: 49%;
    float: right;
}

.notice .title-icon {
    background: url(../image/notice-icon.png) no-repeat center;
}

.discipline-content {
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.seconde-content-item {
    padding-bottom: 18px;
    border-bottom: 1px solid #aaaaaa;
    margin: 18px 0px;
    overflow: hidden;
}

.seconde-content-item:last-child {
    border: none;
    padding-bottom: 0;
}

.seconde-content-item .line {
    position: absolute;
    width: 6px;
    height: 23px;
    background-color: #aaaaaa;
}

.seconde-item-tit {
    float: left;
    margin-left: 20px;
    width: 80%;

}

.seconde-item-tit a {
    color: #000;
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seconde-content-item .time {
    float: right;
    font-size: 14px;
    color: #aaaaaa;
}



/* action 

transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
*/
.seconde-content-item,
.talent-item,
.news-item,
.talent-first-item,
.talent-first-item img {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}


.seconde-content-item:hover,
.talent-item:hover,
.news-item:hover,
.talent-first-item:hover {
    transform: translateY(-10px);
}

.seconde-content-item:hover .line {
    background-color: #cfa972;
}

.seconde-content-item:hover a {
    font-weight: bold;
}

.talent-item:hover .mouth-day {
    color: #cfa972;
}

.talent-item:hover .line,
.news-item:hover .year {
    background-color: #cfa972;
}

.news-item:hover .date {
    background-color: #fff;
}

.news-item:hover {
    background-color: #eeeeee;
}

.talent-first-item:hover {
    box-shadow: 5px 5px 10px #eeeeee;
}

.talent-first-item img:hover {
    transform: scale(1.2);
}