* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') no-repeat center top;
}

.banner {
    width: 100%;
    height: 710px;
}
.content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.tit {
    width: 100%;
    height: 50px;
    margin: 40px auto 80px;
}

/*导读*/
.dd-body{
	width: 100%;
	height: auto;
}
.dd-left{
	float: left;
	width: 338px;
	height: 414px;
	background: url(../images/daodu.jpg) no-repeat center;
}

.dd-left p{
	width: 275px;
	height: 320px;
	font: normal 20px/34px "微软雅黑";
	color: #FFFFFF;
	text-align: left;	
	padding: 30px;
	margin-top: 45px;
}
.dd-left a{
	color: #ffda81;
}

.flash {
    float: right;
    width: 621px;
    height: 414px;
}
.out-img {
    position: relative;
    width: 621px;
    height: 414px;
    overflow: hidden;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    width: 621px;
    float: left;
    position: relative;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 5px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #b90e17;
}
.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.out-img:hover .btn {
    display: block;
}
.out-img .btn-l {
    left: 0;
}
.out-img .btn-r {
    right: 0;
}

/*决赛纪实*/
.video-con{
	width: 100%;
	height: 322px;
	background: url(../images/video-bg.png) no-repeat left center;	
}

.jsjs-img{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}

.jsjs-img ul li{
	width: 320px;
    height: 214px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.jsjs-img ul li:nth-child(3n){
    margin-right: 0;
} 

/*车型品鉴*/
.cx-video{
	width: 100%;
	height: 360px;
	margin: 0 auto;
	position: relative;
}

.cx-video span{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(../images/video-icon.png) no-repeat center center;	
}
.new ul li{
	width: 480px;
    height: 220px;
    float: left;
    margin: 20px 20px 10px 0;
}
.new ul li h2{
	font-size: 20px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new .new-cont{
	width: 100%;
    height: 180px;
    overflow: hidden;	
}
.new .new-cont img{
	float: left;
    display: block;
    width: 270px;
    height: 180px;
}
.new ul li .new-cont p{
	float: right;
    width: 190px;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
}
.new ul li .new-cont p a{
	color: #B90E17;
}

/*车型品鉴*/
.cx-2021n{
	width: 100%;
	height: 280px;
	background: url(../images/2021n.png) no-repeat center;
	position: relative;
}
.cx-2021n p{
	width: 300px;
	height: 100px;
	font: normal 22px/36px "微软雅黑";
	position: absolute;
	right: 115px;
	bottom: 0;
}
.sjb ul li{
	float: left;
	width: 320px;
	height: 348px;
	border: 3px solid #FFFFFF;
	position: relative;
	margin: 20px 11px 35px 0;
}
.sjb ul li:nth-child(3n){
	margin-right: 0;
	margin-top: 20px;
}
.sjb ul li span{
	display: block;
	width: 165px;
	height: 47px;
	font: normal 28px/47px "微软雅黑";	
	background: url(../images/sjb-tit.png) no-repeat center;
	text-align: center;
	position: absolute;
	bottom: 106px;
	left: 72px;
	color: #ffda81;	
}
.sjb ul li p{
	width: 320px;
	height: 120px;
	font: normal 20px/36px "微软雅黑";	
	text-align: center;
	margin-top: 50px;
	color: #333333;	
}




.pro-zs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.pro-zs .pro-img {
    float: left;
    width: 660px;
    height: 325px;
    position: relative;
    display: none;
}

.pro-zs p {
    width: 97%;
    height: 60px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.pro-zs .pro-dis {
    display: block;
}

.img-li {
    float: right;
    width: 330px;
    height: 326px;
}

.img-li li {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 13px;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
}

.img-li li.on {
    border-color: #B90E17;
}

.img-li li img {
    width: 150px;
    height: 100px;
}

.part5 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.part5_l {
    width: 330px;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.title3 {
    height: 49px;
    line-height: 49px;
    font-size: 32px;
    color: #b90e17;
    text-align: left;
    margin-top: 30px;
}

.part5_l_box {
    width: 334px;
    height: 300px;
    border: 2px solid #B90E17;
    background: #FFFFFF;    
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: -2px;
}

.part5_l_box a p {
    line-height: 28px;
}

.part5_l_box a p:hover {
    color: #004A82;
}

.part5_r {
    width: 650px;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;   
}

.part5_r_box {
    width: 650px;
    height: 300px;
    border: 2px solid #B90E17;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    margin-top: -2px;
}

.footer {
    width: 1000px;
    height: auto;
    margin: 30px auto;
    text-align: center;
}

.footer p {
    line-height: 30px;
}
