
body {
    /* font-family: auto; */
    font-family: arial;
}
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}
a:focus, a:hover{
    text-decoration: none!important;
}
a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #21252b;
}

a:hover{
    text-decoration: none;
    color: #003366;
}


button, input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before, .clearfix:after, .wrapper:after, .wrapper:before {
    content: "";
    display: table;
}

.clearfix:after, .wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix, .wrapper {
    zoom: 1;
}
.btn-primary{
    background: #165a95;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #21252b;
    background-color: #daedff;
}
a{
    text-decoration: none;
}
li {
    list-style: none;
}

.uli14 li, .nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}
img {
   max-width: 100%;
}

#skip {
 display: none;
}
#main{
    background: url(../img/banner-bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: 100px;
}
.contai{
    width: 1100px;
    margin: 0px auto;
}
.newyear-banner{width: 70%;margin: 0px auto  30px;}
.newyear-top{

margin-top: 30px;

background-color: #f6f6f6;
}
.newyear-top .left{

width: 60%;

float: left;
}
.newyear-top .right{

width: 40%;

float: left;

padding: 20px 30px;
}
.newyear-top .right h4{

font-size: 26px;

font-weight: bold;
}
.newyear-top .right p{

font-size: 17px;

color: #666;
}
.newyear-top .right a{

float: right;

margin-top: 10px;
}
.newyear-top .right a i{

}
.new-year{
    padding-top: 40px;
    overflow-x: hidden;
}
ul.new-year-list{

margin-top: 20px;
}
ul.new-year-list li{
    
padding: 20px;
    
margin: 0px  0px 20px;
    
background-color: #fff;
}
ul.new-year-list li:last-child{
    border: none;
}
ul.new-year-list li a:hover{
    background-color: transparent;
}
ul.new-year-list li a .ImgCrop{
    width: 180px;
    height: 120px;
}
ul.new-year-list li a .ImgCrop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.new-year-list li a  p.title{
    
font-size: 18px;
    
line-height: 22px;
}
ul.new-year-list li a  p.detail{
    
margin: 0px;
    
font-size: 16px;
    
color: #666;
    
   
display: -webkit-box;
    
-webkit-box-orient: vertical;
    
-webkit-line-clamp: 5;
    
overflow: hidden;
    
text-overflow: ellipsis;
}

.new-year-right{

padding: 0px 0px 20px;

margin-bottom: 20px;
}
.new-year-right>h4{
    
color: #cd0800;
    
font-size: 22px;
    
font-weight: bold;
    
margin-bottom: 15px;
}
.new-year-right  ul{

margin: 20px -6px  0px;
}
.new-year-right  ul  li{

width: 100%;

float: left;

padding: 0px 6px;

margin-bottom: 20px;
}
.new-year-right  ul  li a{

}
.new-year-right  ul  li a img{
    height: 180px;
    object-fit: cover;
}
.new-year-right  ul  li a p{

margin-bottom: 0px;

font-size: 18px;

font-weight: bold;

margin-top: 10px;
}
.new-year-title{

position: relative;

/* height: 0px; */

margin: 0px;

overflow: hidden;
}
.new-year-title::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #21252b;
    position: absolute;
    left: 110px;
    top: 18px;
}
.new-year-title span{
    color: #00254a;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
}

.new-year-right  .new-year-title::before{
    left: 200px;
}