﻿.main {
    background: url(/tsg/images/main.jpg) no-repeat center bottom;
}

.section1 {
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.title {
    position: relative;
    margin-bottom: 40px;
}

.title h2 {
    text-align: center;
    line-height: 28px;
}

.title a {
    position: absolute;
    bottom: 0;
    right: 30px;
    font-size: 16px;
    color: #024f8c;
}

.sect1-l {
    float: left;
    width: 610px;
}

.sect1-l a {
    position: relative;
    display: block;
}

.sect1-l a img {
    display: block;
    width: 100%;
    height: 400px;
}

.sect1-l a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .6);
    padding-left: 20px;
    padding-right: 160px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l .slick-prev {
    left: auto;
    top: auto;
    right: 80px;
    bottom: 7px;
    background: url(/tsg/images/left.png) no-repeat center center;
    width: 10px;
    height: 20px;
}

.sect1-l .slick-next {
    top: auto;
    right: 40px;
    bottom: 7px;
    background: url(/tsg/images/right.png) no-repeat center center;
    width: 10px;
    height: 20px;
}

.sect1-r {
    float: right;
    width: 655px;
}

.sect1-r>ul>li {
    padding-top: 10px;
    padding-bottom: 28px;
}

.sect1-r>ul>li>a {
    display: block;
    overflow: hidden;
}

.date1 {
    float: left;
    width: 72px;
    height: 66px;
    background-color: #f4f4f4;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
}

.date1 p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.date1 span {
    font-size: 14px;
    color: #333;
}

.art1 {
    overflow: hidden;
    padding-left: 22px;
}

.art1 h2 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
}

.art1 p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-r>ul>li:hover .date1 {
    background-color: #024f8c;
}

.sect1-r>ul>li:hover .date1 p {
    color: #fff;
}

.sect1-r>ul>li:hover .date1 span {
    color: #fff;
}

.sect1-r>ul>li:hover .art1 h2 {
    color: #024f8c;
}

.section2 {
    overflow: hidden;
    padding-bottom: 30px;
}

.sect2-l {
    float: left;
    width: 260px;
    background-color: #fff;
    padding: 20px 28px 30px 28px;
    box-sizing: border-box;
}

.section2 h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 35px;
}

.section2 h2 img {
    vertical-align: middle;
    padding-right: 27px;
}

.box-l p {
    line-height: 58px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.box-l p.on {
    font-size: 20px;
    font-weight: bold;
    background-color: #024f8c;
    color: #fff;
}

.sect2-r {
    float: right;
    width: 1010px;
    background-color: #fff;
    padding-bottom: 28px;
    padding-top: 20px;
    height: 336px;
}

.sect2-r h2 {
    padding-left: 35px;
    margin-bottom: 14px;
}

.box-r {
    padding-left: 35px;
    padding-right: 45px;
}

.box-r .box {
    float: left;
    padding-left: 60px;
}

.box-r .box:first-child {
    padding-left: 0;
}

.box-r .box>ul>li {
    float: left;
    line-height: 38px;
    text-align: left;
    min-width: 310px;
}

.box-r .box>ul>li>a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-r .box>ul>li>a:hover {
    color: #024f8c;
}

.box-r>div {
    display: none;
}

.box-r>div:first-child {
    display: block;
}