* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;

}

ul,
li {
    list-style: none;
}

.title {
    width: 100%;
    background-color: #fff;
}

.title-box {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 6px 0;
}

.title-logo {
    display: inline-block;
    height: 50px;
}

.title-search {
    position: absolute;
    display: flex;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title-search form {
    height: 30px;
    display: flex;
}

.title-search form .all-search-btn {
    background-color: #c8373e;
    color: #fff;
    line-height: 30px;
    width: 60px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0 none;
}

.search-text {
    background-color: #c8373e;
    color: #fff;
    line-height: 30px;
    width: 60px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.searc-input {
    outline: none;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #c8373e;
}

.title-nav {
    background-color: #be2b3b;
    color: #fff;
    /* position: fixed; */
    top: 70px;
    width: 100%;
    height: 45px;
}

.title-nav .nav-box {
    width: 1080px;
    margin: 0 auto;
}

.title-nav ul {
    display: flex;
    justify-content: flex-end;
}

.title-nav ul li {
    line-height: 45px;
    margin-left: 100px;
    cursor: pointer;
    position: relative;
}

.title-nav ul li a:hover {
    background-color: #9c2332;
}

.title-nav ul li a {
    color: #fff;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
}

.crumbs-box {
    background-color: #f5f5f5;
}

.crumbs {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 16px 0;
    color: #3f3b3a;
}

.crumbs a {
    color: #3f3b3a;
}

.main-assistantship-title {
    color: #bc4431;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #bc4431;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-ass-titlebox {
    padding: 20px 0 10px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.pubwef-item .pubwef-title {
    /* font-weight: bold; */
    color: #000;
    margin-bottom: 6px;
}

.pubwef-text {
    display: flex;
    font-size: 14px;
}

.pubwef-text img {
    margin-right: 20px;
    width: 200px;
}

.pubwef-text .text {
    color: #3e3a39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pubwef-text .text p:first-child {
    margin-bottom: 20px;
}

.pubwef-text .time {
    color: #b4b4b4;
    font-size: 12px;
}

.pubwef-text .text .details {
    color: #7f7f7f;
}

.pubwefcontent {
    padding-top: 20px;
}

.pubwef-item {
    margin-bottom: 30px;
}

.search_fdj {
    position: absolute;
    top: 5px;
    left: 14px;
}

.hide-nav-box {
    position: absolute;
    /* z-index: 108; */
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    color: #575556;
    left: 0;
    width: 108px;
    text-align: center;
}

.hide-nav-box span:hover {
    background-color: #efefef;
}

.paging ul {
    display: flex;
}

.paging ul li {
    border: 1px solid #e4e4e4;
    padding: 2px 8px;
    margin-right: 16px;
    font-size: 14px;
    cursor: pointer;
}

.paging ul li.active {
    background-color: #be2b3b;
    color: #fff;
}
.footer a{
	color:#d2ae8c;
}