﻿* {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.clearfl {
    zoom: 1;
}

.clearfl:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.banner,
.banner img {
    width: 100%;
}

.main {
    width: 1435px;
    margin: 70px auto 0 auto;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    padding-bottom: 65px;
}

.main .slide {
    width: 791px;
    height: 549px;
}

.main .list {
    width: 574px;
    min-height: 549px;
    margin-left: 40px;
}

.main .list .list-item {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.main .list .list-item .name {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #a17352;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

.main .list .list-item .name .text {
    font-size: 16px;
    font-weight: normal;
    color: #c89d6f;
    padding-left: 10px;
}

.main .list ul {
    line-height: 1.8;
    padding-top: 10px;
}

.main .list ul li a {
    font-size: 16px;
    color: #232529;
}

.main .list ul li a:hover {
    color: #e68f51;
}
