.bj {
    width: 100%;
    /* height: 2883px; */
    background: #f6f6f6;
	padding: 40px 0;
}

.fl {
    float: left;
    width: 20%;
    /* height: 720px; */
    background: #f6f6f6;
    position: relative;
}

.fr {
    float: right;
    width: 75%;
    /* height: 2941px; */
    background: #fff;
    /* margin-top: -48%; 
    margin-right: 3%;*/
}

.write {
    width: 95%;
    /* height: 80px; */
    background: #fff;
}

.write p {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 80px;
    margin-left: 7%;
}

.write:hover {
    background: #194FA1;
    color: #fff;
}

.write:hover p {
    color: #fff;
}

.fl img {
    position: absolute;
    top: 16%;
    left: 300px;
}

.fr-1 {
    width: 90%;
    /* height: 2757px; */
    margin: 31px auto;
}

.title {
    width: 100%;
   /* height: 24px;*/
}

.title p {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}

.time {
    width: 100%;
    height: 12px;
    margin-top: 15px;
}

.time p {
    font-size:12px;
    color: #666;
}

.write1 {
    width: 100%;
    /* height: 90px; */
    margin-top: 40px;
}

.write1 p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.fr-1 img {
    width: 100%;
    margin-top: 3%;
}

.write-2 {
    width: 100%;
    height: 378px;
}

.write-2 p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-top: 17px;
}

.fwnr {
    width: 100%;
    height: 18px;
    border-left: 6px solid #194FA1;
    margin-top: 40px;
}

.fwnr p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin-left: 5px;
}

.fwnr1 {
    float: left;
    width: 50%;
    height: 192px;
    margin-top: 20px;
    padding-left: 1%;
}

.fwnr1 p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 7px;
}

.fwnr1-r {
    float: right;
    width: 49%;
    height: 192px;
    margin-top: 20px;
}

.fwnr1-r p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 7px;
}

.fwnr2 {
    float: left;
    width: 50%;
    height: 192px;
    margin-top: 50px;
    padding-left: 1%;
}

.fwnr2 p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 7px;
}

.fwnr2-r {
    float: right;
    width: 49%;
    height: 192px;
    margin-top: 50px;
}

.fwnr2-r p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 7px;
}

.beiz {
    width: 100%;
    height: 66px;
}

.beiz p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.dianhua {
    width: 100%;
    height: 84px;
    margin-top: 26px;
}

.dianhua p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.body {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/* .contant {
    overflow: hidden;
    margin-top: 20px;
    height: auto;
} */

.downfile {
    width: 120px;
    height: 57px;
    float: right;
    cursor: pointer;
}

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

.boxDiv {
    background: #F6F6F6;
    width: 100%;
    /* min-height: 938px; */
}

.boxDiv .contant {
    padding: 20px auto 148px;
    box-sizing: border-box;
    display: flex;
}

.navigation {
    width: 20%;
    background: #ffffff;
    height: auto;
    margin-right: 5%;
}

.dropClass {
    background: #194FA1;
    color: #ffffff;
}

.descBox {
    width: 80%;
    background: #ffffff;
    height: auto;
    padding: 31px 81px;
    box-sizing: border-box;
}

.fl-2 {
    cursor: pointer;
    display: none;
}

.fl-1 {
    cursor: pointer;
    height: 50px;
    text-align: center;
    line-height: 3;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.s-side {
    width: 20%;
    background: #ffffff;
   /* height: auto; */
    margin-right: 5%;
	min-height: 256px;
	max-height: 400px;
}

.s-side .s-firstItem i {
    font-size: 20px;
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 5px #EEEEEE;
    /* white-space: 10px; */
}

.s-side .first {
    /* height: 60px;
  line-height: 4; */
}

.s-side .d-firstNav span {
    display: inline-block;
    /* margin-top: 32px; */
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    /* color: #333333; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    line-height: 3;
}

.s-side a{
	color:#333333;
}

.d-secondNav span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    /* margin-top: 32px; */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-top: -10px;
}

.s-side .d-firstNav i.fr {
    font-size: 25px;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    /* margin-left: 10px; */
    height: 30px;
    /* line-height: 2; */
    padding: 0px 15px;
    box-sizing: border-box;
}

.s-side .d-firstNav,
.s-side .d-firstDrop {
    cursor: pointer;
}

.d-firstNav.active {
    position: relative;
    background: #194FA1;
    color: #ffffff;
}

.d-firstNav.active a{
	color:#ffffff;
}

.d-firstNav.active::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.d-secondNav.active {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    background-size: 8px;
}


/* .row{
    background-image: url(./images/rightsjx.png);
    background-repeat:no-repeat;
    background-size:8px;
  } */

.rowr {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
}

.row {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: none;
}

.fa-caret-right img {
    width: 100%;
    height: 100%;
}

.s-firstDrop {
    background: #DFEBFF;
    padding: 10px 0 20px;
    box-sizing: border-box;
}

.s-firstDrop li {
    cursor: pointer;
    padding: 10px 15px;
    box-sizing: border-box;
}

.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px;
}

.iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}

.s-firstDrop,
.s-secondDrop {
    display: none;
}

.navdown {
    background: #194FA1;
    color: #ffffff;
}

.display {
    display: none;
}

.displaybl {
    display: block;
}