* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
/* 主体内容 */
section {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 93px;
}

/* 标题 */
.title {
    width: 100%;
    border-bottom: 1px solid #D0D6DF;
}

.title h1 {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    border-bottom: 2px solid #B72024;
    padding-bottom: 23px;
}

.title h1 a {
    color: #B72024;
}

/* 工作动态 */
.gzdt {
    padding-bottom: 41px;
}

.dt {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

/* 工作动态-轮播图 */
.focusBox {
    position: relative;
    width: 587px;
    height: 419px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 587px;
    height: 419px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 52px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.7;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 52px;
    width: 100%;
    overflow: hidden;
    padding-left: 11px;
}

.focusBox .txt li {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: -52px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 20px;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    right: 18px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 8px;
    height: 8px;
    text-align: center;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 50%;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.focusBox .num li span {
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #fff;
}

/* 工作动态-列表 */
.dt_right ul li {
    margin-bottom: 26px;
    width:580px;
}

.dt_right ul li a p:first-child {
    font-size: 18px;
    color: #262626;
    margin-bottom: 8px;
    transition: all 0.5s;
}

.dt_right ul li a:hover p:first-child {
    color: #B72024;
}

.dt_right ul li a p:last-child {
    font-size: 12px;
    color: #B72024;
}

/* 八大作风banner */
.gg {
    width: 100%;
    margin-bottom: 113px;
}

.gg img {
    display: block;
    width: 100%;
}

/* 通知公告 */
.list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 114px;
}

.tzgg ul {
    margin-top: 30px;
}

.tzgg ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E5EA;
    margin-bottom: 16px;
}

.tzgg ul li a {
    display: flex;
    align-items: center;
}

.tzgg ul li a .tzgg_time {
    width: 50px;
    text-align: center;
    margin-right: 9px;
}

.tzgg ul li a .tzgg_time p:first-child {
    background-color: #B72024;
    height: 19px;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
}

.tzgg ul li a .tzgg_time p:last-child {
    height: 29px;
    line-height: 29px;
    color: #999;
    border: 1px solid #E5E5E5;
    font-size: 24px;
    margin-top: 2px;
}

.tzgg ul li a>p {
    width: 291px;
    font-size: 18px;
    color: #262626;
    line-height: 28px;
    transition: all 0.5s;
}

.tzgg ul li a:hover>p {
    color: #B72024;
}

/* 上级精神 */
.sjjs_list {
    margin-top: 30px;
}

.sjjs_xw {
    display: block;
    padding-bottom: 27px;
    border-bottom: 1px solid #D5D6DF;
    margin-bottom: 19px;
}

.sjjs_xw p:first-child {
    color: #262626;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.sjjs_xw:hover p:first-child {
    color: #B72024;
}

.sjjs_xw p:last-child {
    color: #9D9D9D;
    font-size: 14px;
    width: 354px;
}

.sjjs_list ul {
    margin-top: 17px;
}

.sjjs_list ul li a {
    color: #262626;
    font-size: 18px;
    line-height: 58px;
    transition: all 0.5s;
}

.sjjs_list ul li a span {
    font-weight: bold;
}

.sjjs_list ul li a:hover {
    color: #B72024;
}

/* 基层文采 */
.jcwc ul {
    margin-top: 30px;
}

.jcwc ul li {
    padding: 13px 17px 15px 18px;
    background: linear-gradient(45deg, rgba(251, 213, 213, 0.4), rgba(248, 231, 232, 0.4));
    border: 1px solid #FAC2C4;
    border-radius: 8px;
    margin-bottom: 26px;
}

.jcwc ul li a p:first-child {
    font-size: 18px;
    color: #262626;
    margin-bottom: 8px;
    transition: all 0.5s;
}

.jcwc ul li a p:nth-child(2) {
    font-size: 14px;
    color: #9D9D9D;
    width: 318px;
    margin-bottom: 12px;
}

.jcwc ul li a span {
    color: #B72024;
    font-size: 14px;
}

.jcwc ul li:hover a p:first-child {
    color: #B72024;
}

/* 党旗飘扬、试听盛会、学习园地 */
.slideTxtBox {
    width: 100%;
    text-align: center;
}

.slideTxtBox .hd {
    border-bottom: 1px solid #D0D6DF;
    position: relative;
}

.slideTxtBox .hd ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slideTxtBox .hd ul li{
    margin: 0 58px;
}

.slideTxtBox .hd ul li a{
    display: inline-block;
    font-size: 30px;
    color: #999999;
    padding-bottom: 24px;
}

.slideTxtBox .hd ul li.on a {
    color: #B72024;
    border-bottom: 2px solid #B72024;
}

/* 党旗飘扬 */
.slideTxtBox .bd .dqpy {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.slideTxtBox .bd .dqpy li{
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.slideTxtBox .bd .dqpy li a{
    display: inline-block;
    width: 280px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.slideTxtBox .bd .dqpy li a:hover .sp{
    transform: scale(1.1);
}

.slideTxtBox .bd .dqpy li .sp{
    width: 100%;
    height: 210px;
    transition: all 0.5s;
}
.slideTxtBox .bd .dqpy li a .bf{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slideTxtBox .bd .dqpy li a p{
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
}

/* 试听盛会 */
.slideTxtBox .bd .styh{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.slideTxtBox .bd .styh li{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.slideTxtBox .bd .styh li a{
    display: inline-block;
    width: 380px;
}
.slideTxtBox .bd .styh li a img{
    width: 100%;
    height: 240px;
    transition: all 0.5s;
}
.slideTxtBox .bd .styh li a p{
    font-size: 18px;
    color: #262626;
    transition: all 0.5s;
    width: 100%;
    text-align: left;
    line-height: 54px;
}
.slideTxtBox .bd .styh li a:hover p{
    color: #B72024;
}

/* 学习园地 */
.slideTxtBox .bd .xxyd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 62px;
    text-align: left;
}
.slideTxtBox .bd .xxyd li{
    margin-bottom: 30px;
}
.slideTxtBox .bd .xxyd li a{
    display: inline-block;
    width: 570px;
}
.slideTxtBox .bd .xxyd li a p:first-child{
    color: #262626;
    font-size: 18px;
    margin-bottom: 9px;
    transition: all 0.5s;
}
.slideTxtBox .bd .xxyd li a:hover p:first-child{
	color: #B72024;
}
.slideTxtBox .bd .xxyd li a p:last-child{
    color: #B72024;
    font-size: 12px;
}

/* 相关链接 */
.xglj ul{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 117px;
}