/******nav********/
.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 37px 0 33px 0;
}

.nav-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1176px;
}

.left-nav,
.left-nav a {
    font-size: 22px;
    color: #3586da;
}

.left-post-add button {
    width: 120px;
    height: 36px;
    font-size: 20px;
    border-radius: 5px;
    background-image: url('/themes/images/post-add.png');
}

.nav-right {
    width: 215px;
}

/******nav********/
/******content-middle****/
.content-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.middle-left {
    /* width: 266px; */
}

.middle-left>div {
    margin-bottom: 10px;
}

.left-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 234px;
    height: 45px;
    background-image: linear-gradient(182deg, #ffffff 0%, #f2f2f2 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border: solid 1px rgba(153, 153, 153, 0.14);
    font-size: 24px;
    color: #333333;
    padding: 0 16px;
}

.left-middle a:hover {
    color: #3586da;
}

.left-middle {
    width: 250px;
    padding: 20px 0 20px 17px;
    background-color: #FFFFFF;
}

.left-middle div {
    padding: 19px 0;
}

.left-middle div a {
    font-size: 24px;
    color: #666666;
}

.middle-center {
    width: 1100px;
    background-color: #FFFFFF;
    padding: 0 37px;
}

.middle-right {
    width: 215px;
}

.middle-right img {
    width: 215px;
    height: 154px;
    margin-bottom: 10px;
}

.middle-line {
    width: 838px;
    height: 1px;
    margin-left: 26px;
    background-color: #cdcdcd !important;
}

.content1 {
    padding: 20px 0;
}

.title {
    font-size: 36px;
    color: #454545;
    padding-top: 16px;
}

.date {
    font-size: 14px;
    color: #999999;
    padding-top: 16px;
}

.desc {
    font-size: 18px;
    color: #454545;
    padding-top: 28px;
}

.tag {
    margin-top: 50px;
}

.tag a {
    background-color: #ff5722;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 10px;
}

/******at-1******/

/*广告*/
.at-at {
    position: absolute;
    bottom: 0;
    width: 94%;
    padding: 10px 3%;
    text-align: right;
    color: red;
}

/******at-1******/