* {
    margin: 0;
    border: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.main {
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    height: auto;
    min-height: 400px;
    overflow: hidden;
}

.bottom {
    height: 180px;
    width: 100%;
    min-width: 1000px;
    background: #8c0501;
    text-align: center;
    line-height: 180%;
    font-size: 14px;
    color: #FFF;
}

.top img {
    display: block;
    width: 100%;
    min-width: 1000px;
}

.nav {
    background: url("../images/bj.jpg");
    height: 50px;
    line-height: 50px;
    width: 100%;
    min-width: 1000px;
}

.nav ul {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: auto;
}

.nav ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.nav ul li a {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.nav ul li.current a {
    color: #ffff00;
}

.pic ul li img {
    display: block;
    height: 290px;
    margin: auto;
    max-width: 515px;
}

.pic ul li span {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    left: 0;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.number {
    position: absolute;
    font-size: 18px;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    color: #FFF;
    font-weight: bold;
}

.pic .layui-carousel-ind {
    display: none;
}

.list-box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.pic {
    float: left;
}

.pic-right {
    float: right;
    font-weight: bold;
    font-size: 18px;
    width: 450px;
    line-height: 185%;
}

.pic-right p {
    text-indent: 2em;
}

.location {
    overflow: hidden;
    padding: 15px 0;
}

.location ul li {
    float: left;
    color: #333;
}

.meeting dl {
    width: 100%;
    overflow: hidden;
    display: table;
    margin-bottom: 10px;
}

.meeting dl dt {
    height: 300px;
    width: 60px;
    background: #999999;
    float: left;
    font-weight: bold;
    font-size: 33px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.meeting dl.cur dt {
    background: #d82b1b;
}

.meeting dl dd {
    background: url("../images/bj2.jpg") no-repeat;
    width: 918px;
    height: 300px;
    float: right;
    padding: 40px;
    box-sizing: border-box;
}

.meeting-box img {
    max-width: 320px;
    height: 180px;
    display: block;
    float: left;
    margin-right: 20px;
}

.meeting-right h3 {
    font-size: 26px;
    color: #a01407;
    font-weight: bold;
    margin-bottom: 15px;
}

.meeting-right {
    margin-top: 15px;
}

.meeting-right-1 {
    font-size: 16px;
    font-weight: bold;
}

.meetign-right-2 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.meeting-right-3 {
    font-size: 14px;
    line-height: 180%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.more {
    margin: 20px 0;
    text-align: center;
    padding-top: 20px;
}

.more a {
    font-size: 20px;
    text-align: center;
    border: 2px solid #666;
    padding: 10px 20px;
    border-radius: 5px;
}

.meeting {
    overflow: hidden;
}

.news {
    margin-top: 20px;
    overflow: hidden;
}

.news ul {
    overflow: hidden;
}

.news ul li {
    line-height: 200%;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}
.news ul li::before {
    content: ".";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: bold;
    font-size: 18px;
}
.news ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 80%;
}

.news ul li span {
    float: right;
    color: #666;
}

/* .news ul li img {
    max-width: 313px;
    height: 177px;
    display: block;
    margin: auto;
}

.news ul li span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
} */

.title {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

.title img {
    width: 100%;
}

.paging {
    display: table;
    margin: auto;
    padding-top: 20px;
}

.paging ul li {
    float: left;
    border: 2px solid #999;
    color: #333;
    height: 40px;
    text-align: center;
    padding: 0 20px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
}

.news-time {
    color: #666;
    font-size: 16px;
}

.news-content {
    color: #444;
    line-height: 220%;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
}

.news-list dl dt {
    float: left;
    margin-right: 20px;
}

.news-list dl dt img {
    max-width: 250px;
    height: 141px;
    display: block;
}

.news-list dl {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

.content h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.content1 {
    color: #999;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.content .title {
    padding-top: 20px;
    padding-bottom: 5px;
}

.layui-carousel>[carousel-item]>* {
    background: #FFF;
}

.canhui ul.canhui-list li {
    width: 100%;
    background: #FFF;
}

.canhui-img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    float: left;
}

.canhui-right {
    float: right;
    width: 820px;
    line-height: 200%;
}

.canhui-right h3 {
    text-align: left;
    color: #d82b1b;
    padding-top: 12px;
    padding-bottom: 10px;
}

.canhui-right h4 {
    text-align: left;
    color: #666;
}

.canhui-right p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*显示行数*/
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.pagination {
	float:right;
	display: inline-block;
	padding-top: 20px;
}

.pagination li {
	display: inline;
}

.pagination  a {
	color: black;
	float: left;
	padding: 5px 12px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}

.pagination  a.active {
	background-color: #d31400;
	color: white;
	border: 1px solid #d31400;
}

.pagination  a:hover:not(.active) {
	background-color: #ddd;
}

.pagination  span{
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background-color: #d31400;
    color: white;
    border: 1px solid #d31400;
}