html,
body {
    min-width: 1366px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
    text-decoration: none;
}

.header img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    height: 70px;
    background-color: #086199;
}

.nav ul {
    height: 70px;
}

.nav li {
    float: left;
    width: 20%;
    height: 70px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.nav li a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 180px;
    height: 58px;
    border-radius: 58px;
    line-height: 58px;
    margin-top: 6px;
}

.nav li a:hover {
    background-color: #2496de;
}

.active {
    background-color: #2496de;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.part01 .part01-title {
    font-size: 35px;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.part01 .part01-info {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    text-indent: 40px;
}

.look-detail {
    position: absolute;
    right: 0px;
    bottom: 0px;

}

.noborder {
    border: none !important;
}

.look-detail a {
    color: #b12418;
    text-decoration: none;
}

.part02 {
    margin-top: 30px;
    height: 420px;
    margin-bottom: 20px;
}

.part02-left {
    width: 640px;
    height: 420px;
    float: left;
}

.part02-right {
    width: 540px;
    height: 420px;
    float: right;
}

.part02-right .list-body li {
    border-bottom: 1px #cccccc solid;
}

.part03 {
    height: 360px;
    margin: 20px 0px;
}

.part03-left {
    width: 580px;
    height: 360px;
    float: left;
}

.part03-right {
    width: 580px;
    height: 420px;
    float: right;
}

.part04 {
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
}

.list-box {
    width: 100%;
    height: 100%;
    position: relative;

}

.list-header {
    height: 42px;
    position: relative;
    border-bottom: 3px #d4d4d4 solid;
}

.list-header .line {
    position: absolute;
    width: 4px;
    height: 20px;
    left: 0px;
    top: 4px;
    border-radius: 4px;
    background-color: #086199;
}

.list-name {
    padding-left: 14px;
    padding-right: 5px;
    color: #086199;
    font-size: 20px;
    display: inline-block;
    height: 42px;
    border-bottom: 3px #086199 solid;
}

.list-body .list-item {}

.more {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 14px;
    height: 16px;
}

.more-btn {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/more-btn.png);
}

.list-body {
    width: 100%;
    font-size: 18px;
    padding-bottom: 20px;

}

.list-body ul {
    list-style-type: disc;
}

.list-body li {
    overflow: hidden;
    height: 55px;
    line-height: 55px;

}

.list-body .dian {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #a81404;
    margin-right: 5px;
}

.list-body .list-title {
    float: left;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}

.list-body .list-title a {
    color: #000;
}

.list-body .list-title a:hover {
    color: #a81404;
}

.list-body .list-date {
    color: #999999;
    float: right;
}

.footer {
    height: 132px;
    background-color: #086199;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.footer p {
    margin-top: 30px;
}

.slide-box {
    position: relative;
    width: 100%;
    height: 420px;


}

.slide-box img {
    width: 100%;
    height: 100%;
}

.title-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 65px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.ft-title {
    position: absolute;
    width: 70%;
    bottom: 10px;
    z-index: 100;
    padding-left: 20px;
    color: #fff;
    font-size: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideshow {
    width: 600px;
    height: 360px;
    background-color: aqua;
}

.pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-dynamic-links {
    text-align: center;
}

.swiper-dynamic-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    background: #eee;
}
.sanjiao{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 8px;
    height: 10px;
    background-image: url(../img/sanjiaojiantou.jpg);
}