ul,li{
    list-style: none;
   
}
a{
    color: inherit;
    text-decoration: none;
}
.top_boxbg {
    width: 1920px;
    height: 704px;
    background: url(./tp_logo_1121.jpg) center center no-repeat;
    margin: 0 auto;
}
.main{
    width: 1920px;
    height: auto;
    background: url(./tp_bj_1127.png) center center no-repeat;
    margin: 0 auto;
    padding-top: 120px;

}
.main .box01{
    position: relative;
    width: 1360px;
    height: 530px;
    margin: 0 auto; 
    background: url(./tp_a2_1127.png) no-repeat 0px 50px;
 
}
.main .box01 .box01img{
    position: absolute;
    top: 50px;
    z-index: -1;
}
.main .box01 .contentbox{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
   
}


.main .box01 .contentbox .f_l{
    width: 707px;
	*width:676px;
    height: 100%;
    margin-left: 30px;
}
<!--[if gte IE 7]>
.main .box01 .contentbox .f_l{
	 width: 676px;
}

<![endif]-->
.main .box01 .contentbox .f_r{
    width: 493px;
	*width: 493px;
    height: 100%;
}
.main .box01 .contentbox .f_l img{
    width: 100%;
    height: 100%;

}
.main .box01 .contentbox .f_r .title{
    padding-left: 60px;
    margin-top:111px;
}
.main .box01 .contentbox .f_r .title span{
    font-size: 20px;
    color: white;
}
.main .box01 .contentbox .f_r .detail{
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 90px;
}
.main .box01 .contentbox .f_r .detail span{
    margin-left: 2em;
    font-size: 20px;
}





/* ============================= */
.main .box02{
width: 1200px;
height: auto;
margin: 0 auto; 
padding-top: 60px;

}
.main .box02 .list{
    width: 100%;
    height: auto;
}
.NewsCon .news-con ul{
    padding-left:20px;
}
.NewsCon .news-con ul li {
    width: 290px;
    height: 300px;
   
    padding: 10px;
    box-sizing: border-box;
    
    float: left;
    margin-bottom: 10px;
}


.NewsCon .news-con ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.NewsCon .news-con ul li a p {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #444444;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}