* {
    padding: 0;
    margin: 0;
}

.breadcrumb-area {
    padding: 10px 0;
}

.color-overlay-3:after {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.breadcrumb-area .site-breadcrumb {
    margin-bottom: 0px;
}

.cur:after {
    display: none;
}

main {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}
/* 最左侧的nav开始 */
.nav {
    width: 220px;
    height: 108px;
    font-size: 14px;
    background-color: white;
    overflow: hidden;
    margin-top: 50px;
    margin-right: 30px;
}

.nav li {
    width: 220px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eee;
    border-left: 4px solid transparent;
}
.nav li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 20px;
}
.nav li a:hover{
    color: #4cd137;
}
.nav .borderI{
    border-left: 4px solid #4cd137 !important;
}
.nav .borderI a{
    color: #4cd137;
}
/* 最左侧的nav结束 */
/* 分页开始 */
* {
    margin: 0;
    padding: 0;
}

#pagercontainer {
    width: 1000px;
    background-color: white;
    /* display: inline-block; */
    padding: 0 20px;
    /* margin: auto; */
    margin-top: 50px;
    margin-bottom: 50px;
}

/*包含以下四种的链接*/
a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

.section {
    width: 100%;
    /* height: 300px; */
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 20px;
}

.section>a {
    width: 100%;
    height: 100%;
    display: flex;
}

.informationImg {
    width: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.informationImg img {
    width: 500px;
    /* height: 240px; */
    /* object-fit: cover; */
}

.informationContent {
    width: 100%;
    height: 100%;
    margin-left: 50px;
    color: #999;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.informationContent>h4 {
    font-size: 24px;
    color: black;
    margin-top: 20px;
}

.informationContent>p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pager {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pager a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #f1f1f1;
    margin-right: 10px;
    cursor: pointer;
}

.pager a.active {
    background: #4cd137;
    color: #EFEFEF;
    transition: .3s;
}

.pager a:hover {
    background: #4cd137;
    color: white !important;
    transition: .3s;
}

.pager a.disabled {
    color: white;
    cursor: not-allowed;
}

.go {
    margin-left: 20px;
}

.go input {
    width: 50px;
    border: 1px solid #4cd137;
    margin: 0 10px;
    padding: 0 5px;
}

/* 分页结束 */
/* list开始 */
.writer{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 100px;
    font-size: 14px;
}
.time{
    margin: 10px 0 !important;
}
/* list结束*/