﻿.content{

}


.content>.header{
    height:80px;
    position:relative;
}

html,body,
.content{
    height:100%;
}

.content>.header .logo{
    width:75px;
    height:48px;
    position:absolute;
    left:272px;
    top:16px;
}

.ant-menu {
    font-size: 18px;
}

.ant-menu-item {
    width: 35px;
    padding: 0;
}

ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
.ant-menu::before, .ant-menu::after {
    content: unset;
}
.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected {
    border-bottom: 3px solid #0063AB;
    color: #0063AB;

}
    .ant-menu-horizontal > .ant-menu-item-selected > a,
    .ant-menu-horizontal > .ant-menu-item > a:hover {
        color: #0063AB;
    }
.ant-menu.ant-menu-horizontal {
    position: absolute;
    right: 240px;
    height: 54px;
    line-height: 54px;
    top: 21px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 489px;
    display: flex;
    justify-content: space-between;
}

.footer {
    height: 160px;
    background: #8C9AA4;
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-size:14px;
}
.footer .contact{
    display: flex;
    justify-content: space-between;
    width: 600px;
}
.footer .contact>span{
    height: 19px;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .contact>span>img{
    margin-right: 5px;
}

.footer .wechat{
    text-align: center;
    margin-top: -3px;
}

.footer .wechat>img{
    width: 72px;
    margin-left: 13px;
    margin-bottom:10px;
    display: block;
}

.mainNews {
    min-height: calc(100% - 255px);
    background: #F5F7F7;
    padding-top:40px;
    padding-bottom:127px;
    margin-top:-5px;
}

.mainNews .item{
    width:1200px;
    margin:0 auto;
    /*height:280px;*/
    padding:44px;
    background:#fff;
    display:flex;
    justify-content:space-between;
    margin-bottom:32px;
}

.mainNews .item:last-child{
    margin-bottom:0;
}

.mainNews .item .img{
    width:340px;
    height:192px;
    background:#ccc;
}

.mainNews .item .article{
    width:733px;
    padding-top:26px;
    position:relative;
}

.mainNews .item .article>.header{
    /*height: 23px;*/
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-bottom:21px;
}
.mainNews .item .article>.time{
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: 14px;
    margin-bottom:20px;
}
.mainNews .item .article>p{
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
    margin-bottom:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mainNews .item .article>a{
    /*position: absolute;
    top: 174px;
    left: auto;
    right: 0;*/
    font-size: 14px;
    font-weight: 500;
    color: #0063AB;
    float:right;
    clear:both;
}

.mainNews .item .article>a>img{
    margin-left:15px;
    vertical-align:text-bottom;
}