body {
    margin: 0;
    padding: 0;
    font: 14px "microsoft yahei",san-serif;
}
#content,#content1{width:1200px;margin:auto;}
#content3{width:750px;float:left;}
#content2{width:380px;float:right;}

/*banner*/
.fj-banner {
    position: relative;
}
.fj-banner>img {
    width: 100%;
}
.fj-banner p {
    width: 1200px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -600px;
    text-align: right;
}

/*导航*/
.fjnav {
    border-top: 10px solid #be1413;
}
.fjnav ul li span#currentlynode {
    font-size: 18px;
    color: #ffe200;
    font-weight: bold;
}
.fjnav ul {
    width: 1200px;
    margin: 1px auto 0;
    background: #be1413;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    position: relative;
}
.fjnav ul li a {
    color: #fff;
    font-size: 18px;
}
.fjnav ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 50px solid #be1413;
    border-bottom: 54px solid transparent;
    position: absolute;
    left: -70px;
    top: 0;
}
.fjnav ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid #be1413;
    border-right: 20px solid transparent;
    border-bottom: 54px solid transparent;
    position: absolute;
    right: -70px;
    top: 0;
}

.fjtt {
    width: 1200px;
    background: #f6f6f6;
    margin: 0 auto 40px;
    padding: 30px 0;
}
.fjtt .fjtt-top {
    text-align: center;
    margin-bottom: 20px;
}
.fjtt .fjtt-top a {
    font-size: 26px;
    color: #be1413;
    font-weight: bold;
}
.fjtt ul {
    display: flex;
    justify-content: space-around;
}
.fjtt ul li {
    position: relative;
}
.fjtt ul li::before {
    content: '·';
    position: absolute;
    top: -14px;
    left: -12px;
    color: #be1413;
    font-size: 36px;
}
.fjtt ul li a {
    color: #333;
    font-size: 16px;
}

/*要闻*/
.newimpor{
    overflow: hidden;
    margin-bottom: 40px;
}
.newimpor .newimpor-l{
    width: 600px;
    height: 400px;
    float: left;
}
.newimpor .swiper-slide{
    position: relative;
    height: 400px;
}
.newimpor .swiper-slide #reportidpicture{
 width: 100%;
    height: 100%;
}
.newimpor .swiper-slide #reportidname a {
    color: #ffffff;
}
.newimpor .swiper-slide img{
    width: 100%;
    height: 100%;
}
.newimpor .swiper-slide #reportidname{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}
.newimpor .swiper-container-horizontal>.swiper-pagination-bullets{
    text-align: right;
}
.newimpor .swiper-pagination-bullet{
    background-color: #ccc;
    opacity: 1;
}
.newimpor .swiper-pagination-bullet-active{
    background-color: #a20000;
}

.newimpor-r{
    width: 560px;
    float: right;
}
.newimpor-r .newimtop {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.newimpor-r .newimtop #reportidname a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.newimpor-r .newimtop #reportidlogograph {
    color: #666;
    line-height: 1.8;
}
.newgx,.newxj,.newym{
    margin-bottom: 30px;
}
.newimpor-r ul li {
    font-size: 16px;
    padding: 10px 25px;
    position: relative;
}
.newimpor-r ul li a{color:#333;}
.newimpor-r ul li::after{
    content: '>';
    color: #a20000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.newimpor-r .newimmore {
    color: #be1413;
    display: block;
    margin: 10px 25px;
}

/*伟大变革*/
.conlefttit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #be1413;
    margin-bottom: 20px;
    position: relative;
}
.conlefttit::before {
    content: '';
    width: 140px;
    height: 10px;
    background: #be1413;
    position: absolute;
    bottom: -5px;
}
.conlefttit::after {
    content: '';
    width: 40px;
    height: 10px;
    background: #be1413;
    position: absolute;
    bottom: -5px;
    left: 160px;
}
.conlefttit span {
    color: #be1413;
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px 10px;
}
.conlefttit a {
    color: #999;
    margin-top: 15px;
}

.wdbg{margin-bottom:30px;}
.wdbg ol {
    display: flex;
    margin-bottom: 30px;
}
.wdbg ol li {
    width: 50%;
}
.wdbg ol li #reportidpicture {
    float: left;
    margin-right: 10px;
}
.wdbg ol li #reportidpicture img,
.xsd ul li span#reportidpicture img{
    width: 189px;
    height: 123px;
}
.wdbg ol li span#reportidname a {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    padding-right: 10px;
    display: block;
}
.wdbg ul li {
    line-height: 2.4;
    overflow: hidden;
    position: relative;
}
.wdbg ul li::before {
    content: '>';
    color: #a20000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0px;
}
.wdbg ul li span#reportidname a {
    color: #333;
    font-size: 16px;
    padding-left: 15px;
}
.wdbg ul li span#reportidissuetime {
    float: right;
    color: #999;
}


.xsd ul li {
    overflow: hidden;
    margin-bottom: 15px;
}
.xsd ul li span#reportidpicture {
    float: left;
    margin-right: 20px;
}
.xsd ul li span#reportidname a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.xsd ul li span#reportidlogograph {
    color: #999;
    line-height: 1.8;
}


.tbcht,.tbchb {
    overflow: hidden;
}
.tbcht span#reportidpicture {
    float: left;
    width: 50%;
}
div.tbcht:nth-child(3) span#reportidpicture {
    float: right;
}
.tbchb span#reportidpicture {
    float: right;
    width: 50%;
}
.tbcht span#reportidpicture img,
.tbchb span#reportidpicture img {
    width: 100%;
    height: 254px;
}
.tbcht .tbchtit,
.tbchb .tbchbit {
    float: left;
    width: 50%;
    background: #faf7f0;
    height: 254px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.tbcht .tbchtit a,
.tbchb .tbchbit a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tbcht .tbchtit span#reportidlogograph,
.tbchb .tbchbit span#reportidlogograph{
    color: #999;
    line-height: 2;
}
.tbcht .tbchtit::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #be1413;
    border-right: 0px solid #be1413;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tbchb .tbchbit::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid #be1413;
    border-right: 20px solid #be1413;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/*媒体报道*/
.mtbd{margin-bottom:30px;}
.conrtit {
    text-align: center;
    border-bottom: 1px solid #be1413;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.conrtit::before {
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: #be1413;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -60px;
}
.conrtit span {
    color: #be1413;
    font-size: 24px;
    font-weight: bold;
}

.mtbd-gj {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.mtbd-gj span#reportidpicture {
    float: left;
    margin-right: 10px;
}
.mtbd-gj span#reportidpicture img {
    width: 178px;
    height: 115px;
}
.mtbd-gj span#reportidname a {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}
.mtbd ul li {
    padding-left: 15px;
    line-height: 2;
    position: relative;
}
.mtbd ul li::before {
    content: '>';
    color: #a20000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0px;
}
.mtbd ul li a {
    color: #333;
    font-size: 16px;
}

.mtbd a.mtbd-more,.jcsp a.jcsp-more {
    width: 100%;
    background: #f6f6f6;
    display: block;
    text-align: center;
    color: #999;
    padding: 7px 0;
    margin-top: 20px;
}

.jcsp ul li {
    margin-bottom: 15px;
}
.jcsp ul li span#reportidpicture {
    position: relative;
}
.jcsp ul li span#reportidpicture::before {
    content: '';
    display: block;
    background:  no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 48%;
}
.jcsp ul li span#reportidpicture img {
    width: 100%;
}
.jcsp ul li span#reportidname a {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #333;
    font-size: 16px;
}

/*页脚*/
.foot {
    margin-top: 50px;
    border-top: 1px solid #be1413;
    color: #666;
}

/*列表页*/
.zt-list {
    border-bottom: 1px solid #ececec;
    padding: 35px 0;
}
.zt-list li {
    line-height: 35px;
}
.zt-list em {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d0001c;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
.zt-list span#reportidname a{color:#000;}
.fl-right {
    float: right;
}
.list-ti {
    color: #9a9a9a;
}
#pagenum {
    text-align: center;
    margin-top: 10px;
}


.con-tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 85px;
}
#reportidkicker {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
}
.con-ftit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.con-box {
    width: 100%;
    background: #f3f3f3;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 40px;
}
.con-box span {
    color: #5f5f5f;
}
.con-ti {
    margin-left: 25px;
}
.con-text {
    text-align: justify;
    margin-top: 40px;
    line-height: 25px;
}
.con-text #reportidtext {
    line-height: 30px;
}
.con-text span#reportidtext p {
    margin-bottom: 20px;
}
