.content {
    width: 100%;
}

/* 今日头条 */
.content .jrtt {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #FAF3F4;
    display: flex;
    align-items: center;
}

.content .jrtt span {
    padding: 23px;
    background-color: #CE0227;
    display: inline-block;
    width: 120px;
    height: 130px;
    color: #F6F6F4;
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
    text-align: center;
}

.content .jrtt a {
    font-size: 36px;
    color: #CE0227;
    line-height: 62px;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
    width: 1000px;
}

/* 轮播图 */
.school_left {
    height: 670px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

.slideBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.picLIst {
    width: 1878px;
    left: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.picLIst li {
    width: 100%;
    float: left;
}

.lbt_title {
    width: 1200px;
    height: 85px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 19;
    background-color: rgba(33, 33, 33, 0.6);
    line-height: 85px;
}

.lbt_title a {
    padding-left: 24px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.pic img {
    width: 64%;
    height: 670px;
}

.prev {
    display: inline-block;
    width: 60px;
    height: 95px;
    background: url(../images/jiantou_left.png) no-repeat;
    position: absolute;
    left: 0;
    top: 230px;
}

.next {
    display: inline-block;
    width: 60px;
    height: 95px;
    background: url(../images/jiantou_right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 230px;
}

/* 今日遂川、部门动态、乡镇快讯 */
.rdzf {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.rdzf .hd ul {
    border-bottom: 1px solid #E3E3E3;
    display: inline-block;
    width: 100%;
    height: 110px;
    transition: all 0.5;
}

.rdzf .hd ul li {
    float: left;
    margin-right: 50px;
    height: 80px;
    line-height: 90px;
    border-top: 6px solid transparent;
}

.rdzf .hd ul .on {
    border-top: 6px solid #CE0227;
    border-radius: 4px;
}

.rdzf .hd ul li a {
    font-size: 48px;
    color: #3D3C39;
    font-weight: bold;
    transition: all ease-out 0.5s;
}

.rdzf .hd ul .on a {
    color: #CE0227;
}

.rdzf .bd ul {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.rdzf .bd ul li {
    line-height: 72px;
    overflow: hidden;
}

.rdzf .bd ul li .dian {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3D3C39;
    position: relative;
    top: -5px;
}

.rdzf .bd ul li a {
    font-size: 32px;
    color: #3D3C39;
    transition: all ease-out 0.5s;
    margin-left: 20px;
}

.rdzf .bd ul li a span {
    font-size: 26px;
    float: right;
}

.rdzf .bd ul li a:hover {
    color: #CE0227;
}

.rdzf .anniu {
    width: 100%;
    text-align: center;
}

.rdzf .ckgd {
    display: inline-block;
    width: 390px;
    height: 80px;
    background-color: #CE0227;
    text-align: center;
    line-height: 80px;
    margin: 50px 0 120px 0;
    font-size: 36px;
    color: #fff;
    transition: all 0.5s;
}

.rdzf .ckgd:hover {
    background-color: rgba(206, 2, 39, 0.8);
}

.bsfw {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 64px;
    color: #CE0227;
    font-weight: bold;
    margin-bottom: 40px;
}

.bsfw span {
    display: inline-block;
    height: 6px;
    width: 36%;
    border-top: 4px solid #CE0227;
    border-bottom: 1px solid #CE0227;
}
.banshi{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}
.banshi a{
    width: 576px;
    height: 320px;
    display: inline-block;
    background-size: 100% 100%;
    transition: all 0.5s;
}
.banshi a:hover{
    transform: scale(1.05);
}
.bs1{
    background: url(../images/1.png) no-repeat;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}
.bs2{
    background: url(../images/2.png) no-repeat;
    margin-bottom: 40px;
    position: relative;
}
.bs3{
    background: url(../images/3.png) no-repeat;
    margin-right: 40px;
    position: relative;
}
.bs4{
    background: url(../images/4.png) no-repeat;
    position: relative;
}
.bs_title{
    color: #3D3C39;
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 59px;
}
.bs_title img{
    margin-top: 49px;
}
.bs_title p{
    line-height: 54px;
}