.details_wrap {
    width: 1400px;
    margin: 0 auto;
}
.content1{
    margin-top: 50px;
}

.content {
    display: flex;
    margin: 80px 0;
}
.content .line{
    width: 2px;
    background-color: #ccc;
    margin: 0 50px;
}

.details_wrap .navbar {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background: #FFFBF7;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}

.details_wrap .navbar .new_1 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
}

.details_wrap .navbar img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.details_wrap .navbar .list {
    display: flex;
    align-items: center;
}

.details_wrap .navbar .list .item {
    cursor: pointer;
    color: #999;
}

.details_wrap .navbar .list .item span {
    margin: 0 5px;
}

.details_wrap .navbar .list .item:last-child {
    cursor: auto;
}

.details_wrap .navbar .list .item:last-child span {
    display: none;
}

.details_wrap .navbar .list .item:hover {
    color: #bc0000;
}

.details_wrap .navbar .list .item:last-child:hover {
    color: #666666;
}

.content .main {
    display: flex;
    justify-content: space-between;
}

.main .mainlef {
    background: #ffffff;
    padding: 32px 56px 100px;
}

.main .mainlef .detailtop .dettit {
    text-align: center;
    padding: 0 0 16px 0;
    font-size: 30px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: #333;
}

.main .mainlef .detailtop .titbom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .mainlef .detailtop .titbom .time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.main .mainlef .detailtop .titbom .imgs img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.main .mainlef .detailcon {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}

.main .mainlef .detailcon p{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
}
.main .mainlef .detailcon img{
    width: 100%;
}

.main .mainlef .detailcon .imglist .imgitem {
    margin-bottom: 20px;
}

.main .mainlef .detailcon .imglist .imgitem img {
    width: 100%;
}

.main .mainlef .detailcon .video {
    width: 100%;
    margin-bottom: 20px;
    background: #000000;
}

.main .mainlef .editor {
    padding: 30px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
}

.main .mainlef .detailbom {
    padding-top: 10px;
}

.main .mainlef .detailbom .shang,
.main .mainlef .detailbom .xia {
    margin-top: 24px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
}

.main .mainlef .detailbom .shang a:nth-child(1),
.main .mainlef .detailbom .xia a:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #235cb2;
    border-radius: 2px;
}

.main .mainlef .detailbom .shang a:nth-child(2),
.main .mainlef .detailbom .xia a:nth-child(2) {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    align-self: center;
    margin-left: 16px;
    flex: 1;
}

.main .mainlef .detailbom .shang a:nth-child(2):hover,
.main .mainlef .detailbom .xia a:nth-child(2):hover {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #235cb2;
}

.social-share,
.social-share {
    font-family: socialshare !important;
}

.social-share {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share .social-share-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 33px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background .6s ease-out 0s;
    transition: background .6s ease-out 0s;
}

.social-share .social-share-icon span {
    font-size: 24px;
}

.social-share .a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}

.social-share .wechat-qrcode {
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -76px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-tansition: all .35s;
    -moz-transition: all .35s;
}

.social-share .wechat-qrcode h4 {
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .wechat-qrcode .qrcode {
    width: 110px;
    height: 110px;
    margin: 10px auto 0;
}
.social-share .wechat-qrcode .qrcode #qrcode {
    width: 110px;
    height: 110px;
}

.social-share .wechat-qrcode .help p {
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.content .main .mainrig {
    width: 416px;
}

.main .mainrig .card {
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 25px 32px;
}

.main .mainrig .card .cardtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

.main .mainrig .card .cardtit .titlef {
    font-size: 24px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
}

.main .mainrig .card .cardtit .titlef span {
    color: #C32A39;
}

.main .mainrig .card .cardtit .titrig {
    text-align: right;
    flex: 1;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    font-weight: 500;
}

.main .mainrig .card .cardtit .titrig img {
    width: 9px;
    height: 14px;
    margin-left: 5px;
}

.main .mainrig .card .cardtit .titrig:hover {
    color: #C22A39;
}

.main .mainrig .card .ul {
    margin-top: 6px;
}

.main .mainrig .card .ul .li {
    margin-top: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main .mainrig .card .ul .li .yuan {
    width: 4px;
    height: 4px;
    background: #bc0000;
    border-radius: 50%;
    margin-right: 6px;
}

.main .mainrig .card .ul .li .yuan1 {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF4802;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li .yuan2 {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF8043;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li .yuan3 {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FEC5B2;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li .yuan4 {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #D8D8D8;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li .paixu {
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}

.main .mainrig .card .ul .li .sort1 {
    background: #ff3d3f;
}

.main .mainrig .card .ul .li .sort2 {
    background: #ff983d;
}

.main .mainrig .card .ul .li .sort3 {
    background: #ffbe3d;
}

.main .mainrig .card .ul .li .text {
    font-family: "宋体", "SimSun", sans-serif;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: bold;
}

.main .mainrig .card .ul .li .text:hover {
    color: #bc0000;
}

.main .mainrig .card .imglist {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.main .mainrig .card .imglist .imgitem {
    margin-top: 10px;
    width: 100%;
    height: 190px;
    position: relative;
    cursor: pointer;
}

.main .mainrig .card .imglist .imgitem .imag {
    width: 100%;
    height: 100%;
}

.main .mainrig .card .imglist .imgitem .imag img {
    width: 100%;
    height: 100%;
}

.main .mainrig .card .imglist .imgitem .imgtit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    line-height: 48px;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.main .mainrig .img {
    margin: 20px 0;
    cursor: pointer;
}

.main .mainrig .img img {
    width: 100%;
}

.rightdiv{
    width: 50%;
    padding: 50px 0;
}

.rightdiv h1{
   font-size: 30px;
   text-align: center;
}
.infoarea{
    margin-top: 80px;
}
.infoarea p{
    margin-top: 30px;
    font-size: 20px;
}

.zs-main.zhengshu {
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 0;
    width: 50%;
}
.zs-main.zhengshu1{
    display: none;
}
.zs-main.zhengshu1 th{
    height: 50px;
    font-size: 20px;
    color: #578bed;
    background-color: #ddebfc;
}
.table_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.table_title{
    background-image: url(../images/table_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 80px;
    line-height: 66px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
    font-family: "宋体", SimSun, "微软雅黑", "Microsoft YaHei", sans-serif;
}
.zs-main.zhengshu1 td:first-child,.zs-main.zhengshu1 td:nth-child(3n){
    height: 50px;
    font-size: 20px;
    color: #000;
}
.zs-main.zhengshu1 td:nth-child(2n),.zs-main.zhengshu1 td:nth-child(4n){
    height: 50px;
    font-size: 18px;
    color: #333;
}
.zs-main.zhengshu .zhengshu-form-add .head {
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .head .c {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.zs-main.zhengshu .zhengshu-form-add .list {
    width: 550px;
    margin: 40px auto 0;
}
.zs-main.zhengshu .zhengshu-form-add .list dl {
    padding-left: 75px;
    margin-top: 20px;
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt {
    float: left;
    margin-left: -85px;
    line-height: 30px;
    font-size: 14px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt::before {
    content: '*';
    color: #ea3430;
    margin-right: 5px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dd .input {
    width: 100%;
    height: 45px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd {
    margin-top: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dt {
    display: none;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-btn {
    background-color: #235cb2;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-info {
    background-color: #235cb2;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-btn1 {
    background-color: #235cb2;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/ly.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd .textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 10px;
}

.fujian{
    font-size: 16px;
    margin-top: 10px;
}