.inner {
    width: 1200px;
    margin: 24px auto 0;
    display: flex;
    letter-spacing: 1px;
}

.inner .inner-left {
    width: 180px;
    color: #fff;
    margin-bottom: 40px;
    margin-right: 20px;
    line-height: 36px;
    /* height: 108px; */
    height: auto;
}

.inner .inner-left>div {
    border: 1px solid #ccc;
}

.inner .inner-left p {
    font-size: 18px;
    background-color: #177FDE;
    padding: 0 10px;
    box-sizing: border-box;
}

.inner .inner-left ul {
    color: #000;
}

.inner .inner-left ul li .lis {
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}


/* .inner .inner-left ul li:hover {
    background-color: #F1F1F1;
    color: #177FDE;
    border-left: 4px solid #177FDE;
} */

.inner .inner-left ul .active {
    background-color: #F1F1F1;
    color: #177FDE;
    border-left: 4px solid #177FDE;
}

.inner .inner-right {
    flex: 1;
    padding: 20px;
}

.inner .inner-right>ul {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}

.inner .inner-right>ul li {
    margin-right: 30px;
    line-height: 40px;
    cursor: pointer;
}

.inner .inner-right .active {
    color: #177FDE;
    border-bottom: 2px solid #177FDE;
}

.actives {
    /* background-color: #F1F1F1; */
    /* border-left: 4px solid #177FDE; */
}

.inner-right-ul,
.inner-right-uls {
    display: flex;
    padding-left: 20px;
    box-sizing: border-box;
    max-height: 180px;
    overflow: auto;
}

.inner .inner-right .jxq-ul {
    display: flex;
    height: 32px;
    width: 960px;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDCDC;
}

.jxq-ul::-webkit-scrollbar {
    display: none;
}

.jxq-ul li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.inner-right-ul li,
.inner-right-uls li {
    cursor: pointer;
    /* padding-left: 10px; */
}

.inner .inner-box {
    width: 100%;
    margin-bottom: 96px;
}

.content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.content ul li {
    width: 100%;
    height: 100px;
    display: flex;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #DCDCDC;
}

.content ul li .content-left {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 14px;
    overflow: hidden;
}

.content ul li .content-left img {
    width: 100%;
    height: 100%;
}

.content ul li .content-right {
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-right .c-r-top {
    font-size: 20px;
    font-weight: bold;
}

.content-right .c-r-center {
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-right .c-r-bottom {
    display: flex;
}

.content-right .c-r-bottom div {
    margin-right: 20px;
}

.inner-box a {
    float: left;
    width: 24.9%;
    height: 278px;
    text-align: center;
    border: 1px solid #ececec;
    margin-left: -1px;
    margin-top: -1px;
    font-size: 16px;
    color: #333;
}

.inner-box a img {
    margin: 46px 0 20px 0;
    transition: all 1s;
}

.inner-box a:hover img {
    transform: translateX(10px);
}

.inner-box a:hover p {
    color: #326fbb;
}

.inner-box a p:nth-child(2) {
    margin-bottom: 10px;
}

.c-r-center img {
    display: none !important;
}

.add {
    width: 80px;
    border: 1px solid #177FDE;
    background-color: #fff;
    height: 30px;
    color: #177FDE;
    margin-bottom: 5px;
    /* margin-left: 50%;
    transform: translate(-50%); */
    cursor: pointer;
}

.add:hover {
    background-color: #F1F1F1;
}

.jxq {
    width: 100%;
    height: 150px;
    display: flex;
    margin: 0 0 10px 0;
}

.jxq-left {
    width: 150px;
    height: 100%;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.jxq-left img {
    width: 150px;
    height: 150px;
}

.jxq-right {
    flex: 1;
    height: 100%;
    overflow: auto;
    line-height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
}