@charset "utf-8";
/* CSS Document */


body{ background-color: #fff;}

.loginbox{ width: 100%; }
.logobox{ width: 208px; height: 48px; margin: 0 auto; margin-top: 144px; }
.logobox>img{ width: 100%; height: 100%; }
.loginmain{margin-top: 16vh; }
.loginmain .wel{ font-size: 32px; color: #2d282f;text-align: center; font-family: 'tt0140m-cnd' !important; }
.formbox{ width: 320px; margin: 0 auto;margin-top: 26px; }
.formbox input{ display: block; width: 100%; height: 53px; border-radius: 4px; border: 1px solid #c2c8d0; outline: none; font-size: 16px; color: #000;margin-top: 13px; padding:0 20px;  font-family: 'adlfont' !important;text-align:center;}
.formbox input::placeholder{ text-align: center; color: #c2c8d0; }
.formbox .loginbtn{ display: block; width: 100%; height:53px; background: #3a3b8d; border-radius: 4px; border: none; outline: none; font-size: 20px; color: #fff; font-family: 'adlfont' !important; margin-top: 41px; cursor: pointer; transition: all 0.4s; }
.formbox .loginbtn:hover{ transform: scale(1.05); box-shadow: 0px 3px 17px 1px rgba(58, 59, 141, 0.3); }

.topbox{ width: 100%; height: 601px; background: url(../img/pic03.jpg) no-repeat; background-size: cover; background-position: center; padding-top: 42px;min-width: 1200px; }
.topbox.releasebox{ width: 100%; height: 450px; background: url(../img/pic08.jpg) no-repeat; background-size: cover; background-position: center; }
.topmain{ width: 1100px; margin: 0 auto; }
.toplogo{ width: 100%; overflow: hidden;}
.toplogo .tlleft{ float: left;}
.toplogo .tlleft a{ display: block; overflow: hidden; display: flex; align-items: center;font-family: 'adlfont' !important;}
.toplogo .tlleft a img{ width: 130px; height: 30px; float: left;}
.toplogo .tlleft a span{ display: block; width: 1px; height: 25px; float: left; background: #fff; margin-left: 10px; opacity: .5}
.toplogo .tlleft a em{ display: block; font-size: 16px; color: #fff; margin-left: 20px;}
.toplogo .tlright{ float: right; overflow: hidden;display: flex; align-items: center;font-family: 'adlfont' !important;}
.toplogo .tlright a{ display: block; float: left; font-size: 16px; color: #fff; cursor: pointer;}
.toplogo .tlright a:hover{ text-decoration: underline; }
.toplogo .tlright span{ display: block; float: left;font-size: 16px; color: #fff; margin:0 12px; }
.toplogo .tlright button{ display: block; float: left;font-size: 16px; color: #fff; background: #f2cb51; border-radius: 500px; width: 164px; height: 39px; outline: none; color: #704b00; border: none;font-family: 'adlfont' !important; margin-left: 20px; cursor: pointer; transition: all 0.4s; }
.toplogo .tlright button:hover{ opacity: 0.85;}
.toptit{ margin-top: 130px; }
.toptit h2{ text-align: center; font-size: 36px; color: #fff; font-family: 'adlfont' !important; }
.toptit h5{ text-align: center; font-size: 18px; color: #fff; font-family: 'adlfont' !important; margin-top: 22px; }
.toptit .searchbox{ width: 708px; margin: 0 auto; position: relative; margin-top: 64px; }
.toptit .searchbox input{ width: 708px; height: 80px; line-height: 80px; display: block; border-radius: 100px; background: #efeffd; padding-left: 30px; font-size: 16px; border: none; outline: none;font-family: 'adlfont' !important;}
.toptit .searchbox input::placeholder{ color: #9a9a9a; }
.toptit .searchbox a{ display: block; position: absolute; right: 28px; top: 16px;border-radius: 100px;  background: #3a3b8d; width: 165px; height: 50px; font-size: 16px; color: #fff; display: flex; justify-content: center; align-items: center; transition: all 0.4s; font-family: 'adlfont' !important; }
.toptit .searchbox a img{ width: 17px; height: 19px; }
.toptit .searchbox a span{ display: block; font-size: 16px; color: #fff; margin-left: 10px;}
.toptit .searchbox a:hover{ opacity: 0.85;}
.topnav{ margin-top: 106px; display: flex; justify-content: center; }
.topnav dl{ overflow: hidden; font-size: 16px; color: #fff;font-family: 'adlfont' !important;}
.topnav dl dd{ float: left;}
.topnav dl dt{ float: left;}
.topnav dl dt a{ color: #fff; margin: 0 14px;}
.topnav dl dt a:hover{ text-decoration: underline; }

.indexList{ width: 100%; background: #efeffd; padding: 76px 0 88px;min-width: 1200px; }
.indexList .listmain{ width: 1100px; margin: 0 auto;min-height:150px; }
.indexList .listmain .listItem{ margin-bottom: 34px; }
.indexList .listmain .listItem .list-item{ display: block; position: relative;width: 100%; background: #fff; border-radius: 20px; padding: 38px 44px 30px; transition: all 0.4s; }
.indexList .listmain .listItem .list-item h3{ font-size: 24px; color: #3a3b8d;font-family: 'adlfont' !important; font-weight: bold; line-height: 1.5;cursor:pointer;}
.indexList .listmain .listItem .list-item h6{ font-size: 16px; color: #666666;font-family: 'adlfont' !important; line-height: 28px; margin-top: 30px;overflow: hidden;
text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;cursor:pointer;}
.indexList .listmain .listItem .list-item .txbox{ overflow: hidden;display: flex; align-items: center; margin-top: 70px;}
.indexList .listmain .listItem .list-item .txbox .txle{ float: left; width: 50px; height: 50px; border-radius: 50%;}
.indexList .listmain .listItem .list-item .txbox .txri{ float: left; margin-left: 12px;  }
.indexList .listmain .listItem .list-item .txbox .txri b{ display: block; font-size: 20px; font-weight: bold; color: #3a3b8d;font-family: 'adlfont' !important;}
.indexList .listmain .listItem .list-item .txbox .txri em{display: block; font-size: 16px; color: #3a3b8d;font-family: 'tt0140m-cnd' !important;}
.indexList .listmain .listItem .list-item:hover{box-shadow: 0px 3px 17px 1px rgba(58, 59, 141, 0.3); transform: translateY(-10px); }
.indexList .listmain .listItem .list-item .reply {width:auto;height:24px; position: absolute;right: 143px;display: block;bottom: 33px;font-family: 'adlfont' !important;color: #3a3b8d;font-size: 16px;line-height:24px;}

.indexList .listmain .listItem .list-item .zdicon{ display: block; width: 24px; height: 24px; background: url(../img/pic05.png) no-repeat; background-size: cover; background-position: center; position: absolute; right: 48px; bottom: 32px;cursor:pointer; }
.indexList .listmain .listItem .list-item .zdicons{ display: block; width: 24px; height: 24px; background: url(../img/pic05.png) no-repeat; background-size: cover; background-position: center; position: absolute; right: 48px; bottom: 32px;}
.indexList .listmain .listItem .list-item .unicon{ display: block; width: 24px; height: 24px; background: url(../img/untop.png) no-repeat; background-size: cover; background-position: center; position: absolute; right: 48px; bottom: 32px; cursor:pointer;}
.indexList .listmain .listItem .list-item .delicon{ display: block; width: 24px; height: 24px; background: url(../img/del2.png) no-repeat; background-size: cover; background-position: center; position: absolute; right: 90px; bottom: 32px; cursor:pointer;}
.moreBtn{ width: 164px; height: 40px; line-height: 40px; color: #3a3b8d; font-size: 16px; text-align: center; background: #fff; border-radius: 100px; margin: 0 auto; margin-top: 90px; font-family: 'adlfont' !important;  cursor: pointer; }

.footerbox{ width: 100% ;height: 97px; display: flex; align-items: center; background: #3a3b8d;min-width: 1200px;}
.footerbox .footermain{ width: 1100px; margin: 0 auto; overflow: hidden;}
.footerbox .footermain .footleft{ float: left; font-size: 14px; color: #fff;font-family: 'adlfont' !important;  }
.footerbox .footermain .footright{ float: right; width: 28px; height: 28px; background: url(../img/pic07.png) no-repeat; background-size: cover; background-position: center; cursor: pointer;}

.releasetit{ font-size: 36px; color: #fff; text-align: center;font-family: 'adlfont' !important;  line-height: 1; margin-top: 104px; position:relative;}
.releasetit .btn {width: auto;height: 30px;display: inline-block;text-align: center;line-height: 30px;position: absolute;right: 0;top: 0; background: #f2cb51;color: #000;padding: 0 20px; border-radius: 15px;}
.relmain{ width: 1100px; border-radius: 20px; background: #fff; padding: 50px 66px 118px 36px; margin: 0 auto; margin-top: -120px; margin-bottom: 113px; }
.relmain .layui-form-label{ width:100px;}
.relmain .layui-form-label i{ color:red; margin-right:5px;}
.relmain .layui-form-item .remark{ width:100%; height:150px;border:1px solid #e6e6e6;padding:10px;}
.relmain .layui-form-select dl dd.layui-this {background-color: #3a3b8d;color: #fff;}
.relmain .layui-form-radio > i:hover, .relmain .layui-form-radioed > i {color: #3a3b8d;}
.relmain .layui-btn-normal{background-color: #3a3b8d;}

    .relmain .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover i {
        border-color: #3a3b8d;
        color: #fff;
    }

    .relmain .layui-form-item .layui-form-checked[lay-skin=primary] i {
        border-color: #3a3b8d;
        background-color: #3a3b8d;
        color: #fff;
    }

    .relmain .layui-form-item .layui-form-checkbox[lay-skin=primary] {
        height: auto !important;
        line-height: normal !important;
        min-width: 18px;
        min-height: 18px;
        border: none !important;
        margin-right: 0;
        padding-left: 22px;
        padding-right: 0;
        background: 0 0;
    }

    .relmain .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
        padding-left: 0;
        padding-right: 15px;
        line-height: 16px;
        background: 0 0;
        color: #666;
    }

.relbox{}
/*.relbox dl{ overflow: hidden; margin-bottom: 30px; }
.relbox dl dd{ float: left; font-size: 16px; color: #666666;font-family: 'adlfont' !important; line-height: 42px; width: 95px; text-align: right; }
.relbox dl dd i{ color:red; margin-right:3px; }
.relbox dl dt{ float: left; margin-left: 12px; width: calc(100% - 115px);}
.relbox dl dt select{ display: block; width: 151px; height: 42px; font-size: 16px; color: #c2c8d0;font-family: 'adlfont' !important; border: 1px solid #c2c8d0; border-radius: 4px; padding-left: 20px; 兼容Chrome -webkit-appearance: none;background: url(../img/pic09.png) no-repeat 92% center; background-size: 11px 10px; outline: none; color: #c2c8d0;}
.relbox dl dt input{ display: block; width: 100%; height: 42px; font-size: 16px; color: #333; font-family: 'adlfont' !important; border: 1px solid #c2c8d0; outline: none; border-radius: 4px; padding-left: 20px;}
.relbox dl dt input::placeholder{ color: #c2c8d0; }
.relbox dl dt textarea{ display: block; width: 100%; height: 150px; font-size: 16px; color: #333; font-family: 'adlfont' !important; border: 1px solid #c2c8d0; outline: none; border-radius: 4px; padding: 20px;}
.relbox dl dt textarea::placeholder{ color: #c2c8d0; }*/
.submitBtn{ display: block; width: 60px; height: 30px; background: #3a3b8d; color: #fff; border: none; outline: none; font-size: 13px; border-radius: 6px; cursor: pointer;}
.submitBtn.sub{ margin-top: 20px;}
.submitBtn:hover{ opacity: 0.85;}

.toptit h2.detit{ text-align: left;overflow: hidden;
text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.detxbox{ overflow: hidden; margin-top: 80px; }
.detxbox .detle{ float: left; overflow:hidden; }
.detxbox .detle img{ width: 40px; height: 40px; float: left;}
.detxbox .detle div{ float: left;font-family: 'adlfont' !important; line-height: 40px; margin-left: 12px;  color: #fff;}
.detxbox .detle div b{ font-size: 16px; font-weight: bold; }
.detxbox .detle div span{font-size: 16px; margin-left: 20px;}
.detxbox .detri{ float: right; background: url(../img/pic10.png) no-repeat; background-size: 22px 13px; background-position: left center; padding-left: 30px; font-size: 16px; color: #fff;font-family: 'tt0140m-cnd' !important; line-height: 40px;}

.xqbox{ width: 1100px; border-radius: 20px; background: #fff; padding: 60px 68px; margin: 0 auto; margin-top: -150px; font-family: 'adlfont' !important; margin-bottom: 113px;font-size: 16px; line-height: 1.5;}
.xqbox .xqmain img{ margin: 0 auto; margin-top: 40px; max-width: 100%; }
.xqbox .xqmain video{max-width: 100%; }
.line{ width: 100%; margin: 30px 0; background: #dcdcdc; height: 1px; }
.linenr{ font-size: 16px; color: #666;font-family: 'adlfont' !important;  margin-bottom: 20px; }

.messlist{ margin-top: 68px; }
.messlist .item{ margin-bottom: 24px; padding-bottom: 26px; position: relative; }
.messlist .item:after{ content: ''; position: absolute; left: 52px; bottom: 0; width: calc(100% - 52px); height: 1px; background:#dcdcdc;  }
.messlist .item:last-child:after{ display: none; }
.messlist .item dl{ display: flex; justify-content: space-between; align-items: center; }
.messlist .item dl dd{ overflow: hidden; }
.messlist .item dl dd img{ width: 40px; height: 40px; float: left; }
.messlist .item dl dd p{ float: left; font-size: 15px; color: #333;font-family: 'adlfont' !important; line-height: 40px; margin-left: 12px;}
.messlist .item dl dt{font-family: 'adlfont' !important; font-size: 14px; color: #999; height:40px;line-height:40px;}
.messlist .item .menr{font-family: 'adlfont' !important; font-size: 15px; color: #333; margin-left: 52px; margin-top: 10px; line-height: 22px;}
.messlist .item .menr img{max-width:50px;height:auto;cursor:pointer;}
.messlist .item .menr video{max-width:320px;height:auto;cursor:pointer;}
.messlist .item .reply-del{width:16px;height:16px;display:inline-block;background:url(../img/del.png) no-repeat center center;margin-right:10px;}

.pubmain{width: 1100px; border-radius: 20px; background: #fff; padding: 70px 68px; margin: 0 auto; margin-top: -150px; margin-bottom: 113px;min-height:450px;}
.pubmain .pub{}
.pubmain .pub .item{}
.pubmain .pub .item dl{ overflow: hidden; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #dcdcdc; }
.pubmain .pub .item dl dd{ float: left; color: #3a3b8d; font-family: 'adlfont' !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 30px; width: calc(100% - 162px)  }
.pubmain .pub .item dl dd a { font-size: 18px;float: left;white-space: initial; width: 85%;  }
.pubmain .pub .item dl dd a > b{width:auto;height:25px;display:inline-block; font-size: 16px; background:#3a3b8d;color:#fff;font-weight:normal;padding:0 10px;border-radius:5px;line-height:25px; margin-right:10px;}
.pubmain .pub .item dl dd a > b.red{ background:#f2cb51; }
.pubmain .pub .item dl dd p > b{width:auto;height:25px;display:inline-block; font-size: 16px; background:#3a3b8d;color:#fff;font-weight:normal;padding:0 10px;border-radius:5px;line-height:25px; margin-left:10px;}
.pubmain .pub .item dl dd i{width:13%;float:right;font-style:normal;}
.pubmain .pub .item dl dt{ float: right; overflow: hidden;}
.pubmain .pub .item dl dt a{ display: block; float: left; width: 60px; height: 30px;font-size: 13px; text-align: center; line-height: 30px;font-family: 'adlfont' !important; border-radius: 6px; margin-left: 12px; cursor: pointer; }
.pubmain .pub .item dl dt a.edit{ background: #3a3b8d; color: #fff;  }
.pubmain .pub .item dl dt a.del{ background: #e4e4f6; color: #3a3b8d; }
.pubmain .pub .item dl dt a.reset{ background: #f2cb51; color: #3a3b8d; }

.hbg{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6); z-index: 1000; display: none; }
.setbox{ width: 1100px; height: 560px; position: fixed; left: 50%; top: 50%; margin-left: -550px; margin-top: -280px; background: #fff; border-radius: 20px; padding-top: 46px; z-index: 1001; display: none;}
.setbox h2{ text-align: center; font-size: 32px; color: #2d282f;font-family: 'adlfont' !important; }
.setbox .closebtn{ position: absolute; width: 12px; height: 12px; background: url(../img/pic12.png) no-repeat; background-size: cover; background-position: center; right: 25px; top: 25px; cursor: pointer; transition: all .4s;}
.setbox .closebtn:hover{ transform: rotate(180deg); }
.setmain{ overflow: hidden; display: flex; align-items: center; justify-content: center; margin-top: 80px; }
.setmain .setleft{ float: left;text-align:center; }
.setmain .setleft img{ width: 116px; height: 116px; border-radius: 50%; margin: 0 auto; }
.setmain .setleft .namenr{ display: block; width: 184px; height: 53px; border-radius: 4px; outline: none; border: 1px solid #c2c8d0; font-size: 16px; color: #3a3b8d; text-align: center;font-family: 'adlfont' !important; margin: 0 auto;margin-top: 15px;}
.setmain .setleft .filebtn{ width: 231px; height: 55px;  margin-top: 38px; position:relative;}
.setmain .setleft .filebtn input{  display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0;  opacity: 0; cursor: pointer;  }
.setmain .setleft .filebtn2{ width: 110px; height: 55px; background: #3a3b8d; font-size: 20px; color: #ffffff; outline: none; border: none; display: block; border-radius: 4px; cursor: pointer;position: relative; text-align: center; line-height: 55px;font-family: 'adlfont' !important; margin: 0 auto; cursor: pointer; position:absolute;top:0; left:0;}
.setmain .setleft .filebtn3{ width: 110px; height: 55px; background: #3a3b8d; font-size: 20px; color: #ffffff; outline: none; border: none; display: block; border-radius: 4px; cursor: pointer;position: relative; text-align: center; line-height: 55px;font-family: 'adlfont' !important; margin: 0 auto; cursor: pointer;position:absolute;top:0; right:0; }
.setmain .setright{ float: right; margin-left: 258px; }
.setmain .setright h3{font-family: 'adlfont' !important;  color: #2d282f; font-size: 24px; margin-bottom: 26px; margin-top: 9px; }
.setmain .setright input{font-family: 'adlfont' !important; display: block; text-align: center; color:#2d282f; outline: none; border: 1px solid #c2c8d0; margin-bottom: 14px; font-size: 16px; width: 320px; height: 53px; border-radius: 4px;  }
.setmain .setright input::placeholder{ color: #c2c8d0; }
.setmain .setright .editbtn{width: 320px; height: 55px; border-radius: 4px; border: none; outline: none; background: #3a3b8d; font-size: 20px; color: #fff; margin-top: 24px;font-family: 'adlfont' !important; cursor: pointer;  }














