* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') repeat-y center top;
}

.banner {
    width: 100%;
    height: 1000px;
    background: url("../images/banner.png") no-repeat center top;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    margin-top: -400px;
}

.cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

.cont-f {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto 20px auto;
}

.topic-left {
    width: 380px;
    height: auto;
    overflow: hidden;
    float: left;
}

.topic-tit {
    width: 100%;
    height: 75px;
}

.topic-cont {
    width: 380px;
    height: 410px;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 20px;
}

.topic-cont a {
    display: block;
}

.topic-cont a img {
    display: block;
    width: 330px;
    height: 140px;
}

.topic-cont a p {
    width: 330px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

.topic-mid {
    margin: 0 30px;
}

.topic-mid ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topic-mid ul li a {
    color: #333;
}

.topic-mid ul li a:hover{
    color: #044191;
}

.footer {
    width: 1200px;
    height: auto;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
}

.footer p {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.del-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.del-cont .user-img{
    float: left;
    width: 494px;
    height: 484px;
    border: 4px solid #ffffff;
}

.videp-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.videp-cont a{
    display: block;
}

.videp-cont span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -72px;
    margin-top: -72px;
    width: 144px;
    height: 144px;
    background: url('../images/v-icon.png') no-repeat center center;
    background-size: contain;
}

.user-info{
    float: right;
    width: 670px;
    height: 492px;
    color: #fff;
}

.user-xy{
    width: 100%;
    height: 180px;
    padding: 33px 20px;
    box-sizing: border-box;
    background: url('../images/name-bg.png') no-repeat center center;
    position: relative;
}
.user-xy span{
    position: absolute;
    left: 175px;
    top: 110px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.user-p{
    width: 290px;
    height: 104px;
    overflow: hidden;
    margin-top: 10px;
    float:right;
    font-size: 24px;
    font-style: italic;
    line-height: 50px;
}

.user-news{
    width: 100%;
    height: 300px;
    margin-top: 12px;
    color: #fff;
    line-height: 44px;
    font-size: 20px;
}

.user-news h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-news p{
    width: 100%;
    height: 250px;
    overflow: hidden;
}


.user-news a{
    color: #fff;
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro ul {
    overflow: hidden;
    margin-right: -26.6px;
}

.pro ul li {
    width: 280px;
    height: 227px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 26.6px;
    margin-bottom: 10px;
}

.pro ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.pro ul li img {
    display: block;
}

.car-tit{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}