//公共部分
@import './common.less';
.container {
    padding: 0;
}

#myTabContent {
    background-color: #F2F2F2;
    padding-top: 40px;
}

.top-banner {
    background-image: url(../images/banner-news.png);
}

.news-wrap {
    border-bottom: 1px solid #E3E3E3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    .nav.nav-tabs {
        height: 66px;
        border-bottom: none;
        >li {
            margin: 0;
            padding: 0;
            height: 100%;
            margin-right: 6.1%;
            border: none;
            >a {
                margin: 0;
                padding: 0;
                line-height: 62px;
                font-size: 16px;
                border: none;
                color: #000;
                transition: all 0.1s;
                background-color: @fontColorfff;
                &:hover {
                    border: none;
                    color: @themeColor;
                    border-bottom: 4px solid @themeColor;
                    background-color: @fontColorfff;
                }
            }
        }
        >li:last-child {
            margin-right: 0;
        }
        >li.active>a {
            box-sizing: border-box;
            color: @themeColor;
            cursor: default;
            background-color: #fff;
            border: none;
            font-size: 16px;
            border-bottom: 4px solid @themeColor;
        }
    }
}

#myTabContent {
    .container {
        ul {
            padding: 0;
            >li {
                height: 160px;
                background-color: @fontColorfff;
                border: 1px solid transparent;
                padding: 20px 40px 0px 20px;
                .time {
                    width: 88px;
                    height: 80px;
                    margin-top: 20px;
                    text-align: center;
                    border-right: 1px solid @themeColor;
                    >span {
                        display: block;
                        &:first-child {
                            font-size: 40px;
                            line-height: 56px;
                        }
                        &:last-child {
                            font-size: 14px;
                            line-height: 26px;
                        }
                    }
                }
                .info{
                    width: 87%;
                    margin-left: 151px;
                    padding-bottom: 19px;
                    border-bottom: 1px solid #f2f2f2;
                    span{
                    width:78%;
                    }
                    h3{
                        margin: 0;
                        line-height: 70px;
                    }
                    small{
                       font-size: 16px; 
                       color: @fontColor999;
                    }
                    a{
                    	color:#333;
                    	overflow: hidden;
						text-overflow:ellipsis;
						white-space: nowrap;
                    }
                }
            }
        }
    }
}

footer {
    margin-top: 0;
}