.detail {
    width: 100%;
}

ul li a {
    color: #000;
    font-size: 14px;
}

.com-container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
}

/* logo */
.logo-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    color: blue;
}

.logo-box image {
    width: 342px;
    height: 50px;
}

/* banner */
.banner {
     width: 100%;
    height: 300px;
    background: url(../images/图层4.png) center bottom no-repeat;
    background-size: cover;
    margin-bottom: 4px;
}

/* 内容区 */
.detail-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 87px;
}

.dc-left {
    width: 840px;
    height: auto;
    /* background: pink; */
}

.news-title {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}

.news-title p {
    border-left: 7px solid #c50e13;
    padding-left: 11px;
    font-size: 35px;
    color: #c50e13;
}

.artcle-title {
    width: 100%;
    height: 124px;
    /* background: pink; */
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.artcle-title h1 {
    font-size: 30px;
    line-height: 70px;
    width: 100%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.artcle-title p {
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.artcle-header {
    width: 100%;
    background: #ebebeb;
    box-sizing: border-box;
    padding: 22px;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 32px;
}

.artcle {
    font-size: 16px;
    line-height: 30px;
}

.dc-right {
    width: 338px;
    /* background: pink; */
}

.action-items {
    height: 49px;
    border-bottom: 1px dashed #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.action-items-left {
    width: 237px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.num {
    display: inline-block;
    text-align: center;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    background: #c50e13;
    margin-right: 12px;
    vertical-align: middle;
}

.action-items-title {
    width: 203px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    cursor: pointer;
}

.time {
    font-size: 13px;
    color: #727272;
}

/* 页面导航 */
.pages-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    box-sizing: border-box;
    padding-top: 20px;
    border-top: 1px dashed #e4e4e4;
}

.pages-nav p {
    line-height: 43px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c60b12;
    font-size: 18px;
}

.pre-page {
    cursor: pointer;
}

/* footer */
.last {
    height: 86px;
    width: 100%;
    background: #f1f1f1;
    border-top: 5px solid #dedede;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.footer-left {
    box-sizing: border-box;
    padding-top: 14px;
}

.footer-left ul {
    display: flex;
}

.footer-left ul li {
    width: 91px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #888888;
}

.footer-left ul li:last-of-type {
    border-right: none;
}

.footer-left ul li a {
    color: #888888;
}

.footer-right img {
    width: 350px;
    height: 46px;

}

/* 联系方式 */
.information {
    width: 100%;
    height: 127px;
    background-color: #0c74bb;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.contact-left .shaheCam {
    box-sizing: border-box;
    padding-left: 21px;
}

.font-color {
    color: #fff;
    font-size: 14px;
}

.contact .iconfont {
    width: 18px;
    height: 18px;
    color: #fff;
}

.contact .scan {
    display: flex;
}

.information .contact-bottom {
    display: flex;
    align-items: center;
}

.information .contact-bottom .scan {
    display: flex;
    flex-direction: column;
}

.information .contact-bottom img {
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

/* 底部 */
.footer {
    height: 247px;
    box-sizing: border-box;
    padding-top: 44px;
    color: #c9d1dc !important;
}

.police {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d6d6d4;
}

.police p:first-of-type {
    font-size: 20px;
    margin-bottom: 16px;
}

.party {
    width: 100%;
}

ul li a {
    color: #000;
    font-size: 14px;
}

.com-container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
}

/* logo */
.logo-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    color: blue;
}

.logo-box image {
    width: 342px;
    height: 50px;
}

/* banner */
.banner {
     width: 100%;
    height: 300px;
    background: url(../images/图层4.png) center bottom no-repeat;
    background-size: cover;
    margin-bottom: 4px;
}

.banner-container {
    position: relative;
}

.banner #school-logo {
 position: absolute;
    left: 0px;
    top: 14px;
    width: 464px;
    height: 62px;
}

/* nav */
.nav {
    width: 100%;
    height: 48px;
    background: #c50c11;
    margin-bottom: 54px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav ul li {
    margin-right: 91px;
}

.nav ul a {
    color: #fff;
    font-size: 20px;
}

/* 内容区 */
.content {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: space-between;
}

.content .content-left {
    width: 740px;
    height: 100%;
}

.content .content-right {
    width: 418px;
    height: 100%;
}

.d-action {
    width: 100%;
    height: 394px;
    /* margin-bottom: 10px; */
    overflow: hidden;
}

.content-item-title {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #dddddd;
    position: relative;
    margin-bottom: 18px;
}

.content-item-title .big-title {
    font-size: 22px;
    color: #c50e10;
}

.content-item-title .samll-title {
    font-size: 16px;
    color: #989898;
}

.de-line {
    width: 98px;
    height: 3px;
    background-color: #c50e10;
    position: absolute;
    left: 0;
    bottom: -2px;
}

/* 党建动态内容部分 */
.content-item-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.detail-left {
    width: 336px;
    height: 290px;
    overflow: hidden;
}

.screen {
    width: 100%;
    height: 100%;
    background-color: green;
}

.screen ul li img {
    width: 100%;
    height: 100%;
}

.detail-right {
    width: 374px;
    height: 317px;
    overflow: hidden;
}

.detail-right-title h2 {
    max-height: 80px;
    font-size: 22px;
    color: #c50a11;
    line-height: 40px;
    margin-bottom: 23px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-item-detail ul {
    width: 100%
}

.content-item-detail ul li {
    font-size: 14px;
    color: #656565;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-item-detail ul li:last-of-type {
    height: auto;
}

.content-item-detail ul li span {
    display: inline-block;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #747474;
    margin-right: 7px;
    vertical-align: middle;
}

/* 支部风采 */
.branch {
    width: 100%;
    /* height: 338px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    overflow: hidden;
}

.branch-left {
    width: 48%;
}

.branch-right {
    width: 48%;
}

.demeanor {
    width: 100%;
}

.demeanor h2 {
    max-width: 100%;
    line-height: 32px;
    -webkit-line-clamp: 2;
}

.title-box {
    display: flex;
}

.title-box-img {
    margin-right: 16px;
}

.title-box-time {
    color: #c50a11;
    font-size: 14px;
    margin-top: 36px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.title-box-img img {
    display: inline-block;
    width: 107px;
    height: 126px;
    background: pink;

}

.detail-right-content {
    width: 100%;
}

/* 后勤荣誉 */
.honor {
    width: 100%;
    height: 409px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.honor-left {
    width: 432px;
    /* background-color: green; */
}

.honor-right {
    width: 280px;
    /* background-color: green; */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.honor-left-img img {
    width: 208px;
    height: 100px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.honor-left-img img:nth-of-type(2n) {
    margin-right: 0;
}

.honor-right-img img {
    width: 129px;
    height: 154px;
    margin-right: 18px;
    margin-bottom: 12px;
}

.honor-right-img img:nth-of-type(2n) {
    margin-right: 0;
}

/* 内容左边 */
.open {
    width: 100%;
    /* height: 394px; */
    overflow: hidden;
    margin-bottom: 27px;
    /* background-color: green; */
}

.open ul li {
    height: 37px;
}

/* 文化建设 */
.build {
    width: 100%;
    /* height: 336px; */
    overflow: hidden;
    margin-bottom: 27px;
    /* background-color: green; */
}

.build ul li {
    height: 41px;
}

/* 学习园地 */
.study {
    width: 100%;
    /* height: 399px; */
    overflow: hidden;
    margin-bottom: 30px;
    /* background-color: green; */
}

.study ul li {
    height: 38px;
}

/* 员工风采 */
.worker {
    width: 100%;
    margin-bottom: 58px;
    height: 230px;
}

.worker-img {
    width: 1200px;
    height: 170px;
    font-size: 16px;
    color: #000;
    display: flex;
}

.worker-img img {
    width: 226px;
    height: 127px;
    margin-right: 14px;
    margin-bottom: 10px;
}

.worker-img img:last-child {
    margin-right: 0;
}

/* 党建网站联盟 */
.net {
    width: 100%;
    margin-bottom: 80px;
}

.net-title {
    margin-bottom: 21px;
}

.net-title .span-left {
    display: inline-block;
    width: 502px;
    height: 7px;
    background: #e7e7e7;
    vertical-align: middle;
}

.net-title .span-text {
    font-size: 21px;
    color: #7e1c1b;
    margin: 0 10px;
    vertical-align: middle;
    font-weight: bold;
}

.net-title .span-right {
    display: inline-block;
    width: 500px;
    height: 7px;
    background: #e7e7e7;
    vertical-align: middle;
}

.net-content table {
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}

.net-content table td {
    height: 42px;
    width: 136px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.net-content table td a {
    color: #000;

}

/* last */
.last {
    height: 86px;
    width: 100%;
    background: #f1f1f1;
    border-top: 5px solid #dedede;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.footer-left {
    box-sizing: border-box;
    padding-top: 14px;
}

.footer-left ul {
    display: flex;
}

.footer-left ul li {
    width: 91px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #888888;
}

.footer-left ul li:last-of-type {
    border-right: none;
}

.footer-left ul li a {
    color: #888888;
}

.footer-right img {
    width: 350px;
    height: 46px;;
}

/* 联系方式 */
.information {
    width: 100%;
    height: 127px;
    background-color: #c50c11;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.contact-left .shaheCam {
    box-sizing: border-box;
    padding-left: 21px;
}

.font-color {
    color: #fff;
    font-size: 14px;
}

.contact .iconfont {
    width: 18px;
    height: 18px;
    color: #fff;
}

.contact .scan {
    display: flex;
}

.information .contact-bottom {
    display: flex;
    align-items: center;
}

.information .contact-bottom .scan {
    display: flex;
    flex-direction: column;
}

.information .contact-bottom img {
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

/* 底部 */
.footer {
    height: 160px;
    box-sizing: border-box;
    padding-top: 44px;
    color: #c9d1dc !important;
}

.police {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d6d6d4;
}

.police p:first-of-type {
    font-size: 20px;
    margin-bottom: 16px;
}
