@charset "UTF-8";

.m-auto {
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
}

.header {
    height: 144px;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.header .logo-box {
    clear: both;
    /* margin: 27px auto; */
}

.header .logo-box .left {
    display: inline-block;
    /* width: 511px; */
    overflow: hidden;
    float: left;
    vertical-align: middle;
}

.header .logo-box .left img {
    /* width: 100%; */
    height: 77px;
    margin-top: 37px;
}

.header .logo-box .right {
    float: right;
    vertical-align: middle;
    margin-top: 17px;
}

.header .logo-box .right .time {
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
}

.header .logo-box .right .time span {
    display: inline-block;
    padding: 0 15px;
    /* cursor: pointer; */
}

/* .header .logo-box .right .time span:first-child {
    border-right: 1px solid #fff;
} */

.header .logo-box .right>div {
    display: inline-block;
    width: 296px;
    height: 42px;
    background: #0061C5;
    border-radius: 21px;
    opacity: 0.5;
    margin-top: 24px;
    font-weight: 400;
    color: #0655B6;
    padding: 0 10px;
}

.header .logo-box .right>div input {
    width: 237px;
    height: 42px;
    background: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
    color: #fff;
}

.header .logo-box .right>div img {
    vertical-align: middle;
}

.nav {
    height: 56px;
    /* background-image: url('../images/nav-bg.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    background: #2582E1;
}

.nav>ul>li {
    display: inline-block;
    margin: 0 32px;
    position: relative;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

/* .nav>ul>li:first-child>a {
    padding-left: 0;
} */

.nav>ul>li>a {
    display: block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 56px;
    height: 56px;
}

.nav>ul>li>a:hover {
    background: #fff;
    color: #2582E1;
}

.nav>ul>li:hover ul {
    display: block !important;
}

.nav>ul>li>ul {
    position: absolute;
    top: 56px;
    left: 0;
    background: #2582E1;
    display: none;
    z-index: 999;
}

.nav>ul>li>ul>li {
    width: 100%;
}

.nav>ul>li>ul>li>a {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    line-height: 56px;
    height: 56px;
    color: #fff;
    padding: 0 10px;
}

.nav>ul>li>ul>li>a:hover {
    background: #fff;
    color: #2582E1;
}

.latestNew {
    height: 139px;
    margin-top: 39px;
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.latestNew .news {
    padding-top: 20px;
    margin-left: 116px;
}
.latestNew .news>p:first-child {
    color: #CD3729;
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 20px;
    color: #CD3729;
    line-height: 28px;
    margin-top: 10px;
}
.latestNew .news > div > p {
    width: 88%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #744206;
    line-height: 28px;
}
.latestNew .news > div{
    width: 96%;
    font-size: 14px;
    color: #744206;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}
.latestNew .news>p:nth-child(2) {
    font-size: 14px;
    color: #464646;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 90%;
    /* display: inline-block;
    vertical-align: middle; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.latestNew .news>p:nth-child(2)>a {
    color: #1352BA;
}
.latestNew .news>span{
    position: absolute;
    font-size: 14px;
    margin-top: -24px;
    margin-left: 54%;
}

footer{
    padding: 27px;
    background:#1F79D6;
    color: #2F2F2F;
    text-align: center;
    font-size: 14px;
    /* background-image: url(../images/bottom-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
  }
footer > div > p {
    color: #E1F0FF;
    margin-top: 12px;
}
footer > div > p>span:first-child{
    margin-right: 24px;
}
footer > div > p>span:last-child{
    margin-left: 24px;
}
/* footer > div > p > span {
    margin-left: 40px;
} */