
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: #fff;
}
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-size: 100% auto;
}
.contai{
    width: 1100px;
    margin: 0px auto;
}
.newyear-banner{}
.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: 0px;
    overflow-x: hidden;
}
ul.new-year-list{

margin-top: 20px;

margin-bottom: 20px;
}
ul.new-year-list li{
    
padding: 25px  0px;
    
margin: 0px;
    
background-color: #fff;
    
border-bottom: 1px #eee solid;
}
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: 280px;
    height: 180px;
	padding-left: 0px;
    padding-left: 15px;
}
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: 30px;
    
line-height: 32px;
    
margin-top: 0px;


}
ul.new-year-list li a  p.detail{
    
margin: 0px;
    
font-size: 22px;
    
color: #21252b;
    
/* display: -webkit-box;
    
-webkit-box-orient: vertical;
    
overflow: hidden;
    
text-overflow: ellipsis; */


}
@media (max-width:767px) {
    ul.new-year-list li a .ImgCrop{
        padding-left: 0px;
    }
    ul.new-year-list li a p.title,
    ul.new-year-list li a p.detail{
        width: 100%;
    }
}