@charset "utf-8";
/* CSS Document */
.fl {
float: left;
}

.fr {
float: right;
}

.pos {
position: relative;
}

.box {
overflow: hidden;
}

img {
max-width: 100%;
}

.container {
width: 80%;
max-width: 1600px;
margin: 0 auto;
}


.new-top {
}

.new-top .new-tit {
font-size: 42px;
color: #0d356b;
}

.new-top .new-tit span {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
}

.new-top .new-more a {
display: block;
color: #2f72a8;
font-size: 16px;
margin-top: 15px;
}


/*newsbg*/
.newsbg {
padding-top: 55px;
padding-bottom: 16px;
}

.new-leftcon {
padding-top: 30px;
}

.new-leftcon ul li {
margin-bottom: 55px;
}

.new-leftcon ul li .li-img {
width: 31%;
overflow: hidden;
transition: all 1s;
}

.new-leftcon ul li .li-img img {
transition: all 1s;
}

.new-leftcon ul li:hover .li-img img {
transform: scale(1.2);
transition: all 1s;
}



.new-leftcon ul li .li-tt {
width: 66%;
}

.new-leftcon ul li .li-tt h4 a {
display: block;
font-size: 18px;
font-weight: bold;
color: #0d356b;
text-decoration: none;
line-height: initial;
margin-bottom: 25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.new-leftcon ul li:hover .li-tt h4 a {
color: #2f72a8;
}

.new-leftcon ul li .li-tt p a {
font-size: 16px;
color: #000;
display: block;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.new-leftcon ul li .li-tt span {
font-size: 16px;
color: #000;
display: block;
}

/*new-rcon*/
.new-rcon {
}

.new-rcon ul {
margin-top: 10px;
}

.new-rcon ul li {
padding: 23px 5px;
border-bottom: 1px dashed #7d7d7d;
transition: all 0.4s ease-out;
box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.new-rcon ul li .li-date {
background: #00274b;
width: 64px;
height: 104px;
text-align: center;
color: #fff;
}

.new-rcon ul li .li-date p {
font-size: 26px;
margin: 15px 0;
}

.new-rcon ul li .li-date span {
font-size: 16px;
display: block;
}

.new-rcon ul li .li-tt {
width: 82%;
}

.new-rcon ul li:hover {
box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
transform: scale(1.02);
cursor: pointer;
}

.new-rcon ul li .li-tt p {
font-size: 16px;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.new-rcon ul li .li-tt a {
display: block;
font-size: 18px;
font-weight: bold;
color: #0d356b;
margin-bottom: 25px;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

@media screen and (max-width:1200px){
    .new-top .new-tit{
        font-size:36px;
    }
    .new-top .new-tit span{
        font-size:24px;
    }
    .newsbg .container{
        width:94%;
        padding:0;
    }
    .new-rcon ul li .li-tt{
        width:calc(100% - 80px);
    }
}