@charset "utf-8";
body {
    font-size: 14px;
}

.banner {
    width: 100%;
    height: 500px;
}

.triangle {
    position: relative;
    top: -8%;
    height: 216px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    font-size: 25px;
    vertical-align: bottom;
    margin-top: -50px;
}

.triangle>div {
    display: inline-block;
}

.triangle>.triangle-bg {
    height: 240px;
    width: 240px;
    background-color: #1da3e5;
    transform: rotate(45deg);
    top: -120px;
    position: relative;
    z-index: -1;
}

.triangle>.triangle-title {
    position: absolute;
    top: 30%;
    left: 2px;
    width: 100%;
    color: #fff;
}

.triangle:before,
.triangle:after {
    content: "";
    width: 20%;
    height: 18px;
    position: absolute;
    bottom: 35%;
    border: 1px solid #ccc;
    border-radius: 20px 0;
    border-top-style: none;
    border-left-style: none;
}

.triangle:before {
    left: 20%;
}

.triangle:after {
    right: 20%;
    border-right-style: none;
    border-left-style: solid;
    border-radius: 0 20px;
}

.news-con-fa {
    width: 100%;
}

.news-con {
    width: 1200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.news-con .news-list {
    width: 904px;
}

.news-con .news-list li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 904px;
}

.news-con .news-list .date {
    height: 80px;
    width: 134px;
    background-color: #1da3e5;
    border-radius: 4px;
    padding: 18px 0;
}

.news-con .news-list .date p {
    color: #fff;
    text-align: center;
}

.news-con .news-list .date .mouth {
    font-size: 16px;
}

.news-con .news-list .date .day {
    font-size: 36px;
}

.news-con .news-list .text {
    margin-left: 20px;
    width: 750px;
}

.news-con .news-list .text h2 {
    line-height: 36px;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-con .news-list .text h2 a {
    color: #000;
}

.news-con .news-list .text h2 a:hover {
    color: #1da3e5;
}

.news-con .news-list .text p {
    height: 60px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-con .news-list .text div {
    margin-top: 8px;
    font-size: 14px;
}

.news-con .news-list .text div a {
    color: #1da3e5;
}

.news-con .news-list .text div a:hover {
    text-decoration: underline;
}

.news-con .news-list li.page a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #1da3e5;
    border-radius: 4px;
    color: #1da3e5;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

.news-con .news-list li.page a:hover {
    background-color: #1da3e5;
    color: #fff;
}

.news-con .news-list li.page a.on {
    background-color: #1da3e5;
    color: #fff;
}

.news-con .news-hot {
    width: 260px;
    margin-left: 25px;
}

.news-con .news-hot h2 {
    margin-bottom: 10px;
}

.news-con .news-hot .hotNews-list {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.news-con .news-hot .hotNews-list .hotNews-img {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
}

.news-con .news-hot .hotNews-list .hotNews-img img {
    width: 60px;
    height: auto;
}

.news-con .news-hot .hotNews-list .hotNews-con {
    margin-left: 12px;
}

.news-con .news-hot .hotNews-list .hotNews-con h4,
.news-con .news-hot .hotNews-list .hotNews-con p {
    line-height: 36px;
    border-bottom: #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-con .news-hot .hotNews-list .hotNews-con p {
    line-height: 24px;
}

.news-con .news-hot .hotNews-list .hotNews-con h4 a {
    color: #000;
    font-size: 16px;
}

.news-con .news-hot .hotNews-list .hotNews-con h4 a:hover {
    color: #1da3e5;
}

.news-con .news-hot .hotNews-list .hotNews-con p a {
    color: #000;
}

.news-con .news-list .newInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 904px;
}

.news-con .news-list .newInfo .date {
    border-radius: 4px;
    width: 102px;
    padding: 0;
}

.news-con .news-list .newInfo .date p {
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.news-con .news-list .newInfo .text {
    width: 770px;
}

.news-con .news-list .newInfo .text h2 {
    line-height: 56px;
}

.news-con .news-list .newsTex {
    padding: 20px;
    padding-left: 145px;
}

.news-con .news-list .newsTex p {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em
}

.news-con .news-list .newsTex p.img {
    margin-top: 40px;
}

.news-con .news-list .newsTex p.img img {
    width: 680px;
    height: auto;
    text-align: center;
    vertical-align: top;
}