* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}

body {
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}
.nav-box-active {
    line-height: 60px;
    text-align: center;
    height: 60px;
    background-color: #b3000e;
    border-right: none;
    padding: 0 34px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

.action {
    background-color: #e5b070;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}

.action div {
    color: #ffffff !important;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}

.action .tip {
    display: block;
    top: 50px;
    left: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 7px solid #e5b070;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.topbar {
    width: 100%;
    min-width: 1200px;
    height: 607px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wide-nav {
    width: 100%;
    min-width: 1200px;
    background-color: #cc0111;

}

.nav {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav div:last-child {
    border-right: none;
}

.nav-box {
    padding: 0 43px;
    border-right: 1px solid #ffffff;
}

.nav-box a {
    color: white;
}

/* 点击时选中 */
.nav-box-active {
    line-height: 60px;
    text-align: center;
    height: 60px;
    background-color: #b3000e;
    border-right: none;
    padding: 0 45px;
}

.wide-1200 {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-pic {
    width: 1200px;
    margin: 0px auto;
    min-width: 1200px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.content {
    margin: 0px auto;
    width: 1200px;
    min-width: 1200px;
}

/* 会场 */
.venue {
    width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.venue-item {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 290px;
    height: 208px;
    margin-bottom: 13px;
}

.bg {

    width: 100%;
    height: 50px;
    opacity: 0.4;
    background-color: black;
    position: absolute;
    bottom: 0;

}

.bg-word {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    color: #f7f7f7;
}

.content-top {
    width: 1200px;
    height: 253px;
    background-color: #f8eee2;
    padding: 20px;
    box-sizing: border-box;
    display: flex;

}

.content-img {
    width: 373px;
    height: 214px;
}

.content-word {
    width: 751px;
    height: 200px;
    margin-left: 30px;
}

.content-word span,
a {
    color: #a5672d;
}

.content-word-title {
    font-size: 24px;
    color: #a70808;
    font-weight: 600;
    font-family: YaHei;
    /*font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana"!important;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.content-discribe {

    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    height: 192px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 45px;
    color: #373737;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}


.content-bottom {
    width: 1200px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.content-item {
    width: 393px;
    height: 122px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f5f5
}

.content-item:hover {
    background-color: #e5b070;

}

.content-item:hover div {

    color: #ffffff !important;

}

.content-item-title {
    color: #373737;
    font-size: 20px;
    font-weight: 600;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.content-item-discribe {
    font-size: 16px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #878787;
    height: 47px;
    line-height: 24px;
    margin-top: 10px;

}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.news {
    height: 454px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.news-pic {
    width: 646px;
    height: 454px;
    background-size: cover;
    background-position: center;
}

.news-content {
    width: 544px;
    height: 454px;
}

.tip {
    display: none;
}


.news-item {
    position: relative;
    width: 544px;
    height: 106px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;

    background-color: #f7f5f5
}

.news-item:hover {
    background-color: #e5b070;

}

.news-item:hover .tip {
    display: block;
    top: 50px;
    left: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 7px solid #e5b070;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.news-item:hover div {

    color: #ffffff !important;

}

.news-item-title {
    color: #373737;
    font-size: 20px;
    font-weight: 600;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana"!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.news-item-discribe {
    font-size: 16px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #878787;
    height: 47px;
    line-height: 24px;
    margin-top: 3px;

}

.tag {
    color: #a70808;
    margin-top: 20px;
    float: left;
}

.time {
    color: #878787;
    float: right;
    margin-top: 20px;

}

.more {
    
    background-color: #cc0111;
    border-radius: 4px;
    width: 174px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    color: white;
    margin: 0 auto;
    margin-top: 30px;

}


.copyright {

    color: #ffffff;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;

}

.footer-word {
    margin: 0 auto;
    width: 500px;
    font-size: 16px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
}

/* show */

.show-conten {

    width: 1200px;
    /* background-color: orange; */
    margin: 0 auto;
    border: 1px solid #eeeeee;
    margin-top: 25px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}



.list-conten {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    margin-top: 25px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.show-title {
    height: 140px;
    margin: 0 auto;
    width: 1140px;
    border-bottom: 1px solid #eeeeee;
}

.title-word {
    font-size: 24px;
    font-weight: 600;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;

}

.title-content {
    font-size: 16px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    margin-top: 15px;
}

.show-word {
    line-height: 2em;
    font-size: 16px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    margin-top: 20px;
    padding: 0 0 20px 0;
}


.show-word img {
    max-width: 80%;
    margin: 5px auto;
}

.list-item {
    height: 195px;
    margin: 0 auto;
    width: 1140px;
    border-bottom: 1px solid #eeeeee;
    padding: 27px 10px;
    box-sizing: border-box;
}

.list-img {
    margin-right: 20px;
}

.list-item img {
    width: 200px;
    height: 140px
}

.list-item:hover {
    background-color: #f0e9e9;
}

.list-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "微软雅黑", YaHei, "Microsoft YaHei", "宋体", "Arial,Verdana";
    /* font-weight: normal; */
    color: #555555;
    /* margin-top: 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.discribe {
    height: 44px;
    margin-top: 31px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}