.bgC1{
  background-color:#3c9cd7 !important;
}
.uploadBtn {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
.container {
  width: 100%;
}
.navBox {
  display: none;
}
.lists .list .scoped .fa-pencil,
.lists .list .scoped .fa-times {
  display: none;
}
.lists .list {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
}
.lists .list .textBox .title {
  margin-top: 15px;
}
.navBoxH5 {
  top: 60px;
  position: fixed !important;
}
.contentBox {
  margin-top: 130px !important;
}
::-webkit-scrollbar {
  display: none;
}
}
@media (min-width: 768px) {
.container {
  width: 100%;
}
.navBox {
  display: none;
}
.lists .list {
  display: flex;
  align-items: center;
}
.lists .list .imgBox {
  float: left;
  text-align: center;
  margin-left: 46px;
}
.lists .list .textBox {
  width: calc(100% - 319px);
  float: left;
  margin-left: 30px;
}
.lists .list .textBox .title {
  margin-top: 48px;
}
}
@media (min-width: 992px) {
.container {
  width: 970px;
}
.navBox {
  display: block;
}
.navBoxH5 {
  display: none;
}
}
@media (min-width: 1200px) {
.container {
  width: 1170px;
}
}
@media (min-width: 1366px) {
.container {
  width: 1230px;
}
}
#publishList {
width: 100%;
height: auto;
color: #333333;
}
#publishList .navBox {
width: 100%;
height: 40px;
background: #1a1a1f;
box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
position: relative;
z-index: 8;
}
#publishList .navBox .nav {
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
line-height: 40px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#publishList .navBox .nav:hover {
background: #555555;
cursor: pointer;
}
#publishList .navBoxH5 {
width: 100%;
height: auto;
box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
position: relative;
z-index: 8;
}
#publishList .navBoxH5 .menusIcon {
width: 100%;
height: 40px;
background: #1a1a1f;
color: #FFFFFF;
cursor: pointer;
display: flex;
align-items: center;
padding-left: 15px;
}
#publishList .navBoxH5 .menusIcon .text {
margin-left: 10px;
font-size: 18px;
}
#publishList .navBoxH5 .menusItem {
width: 100%;
height: auto;
background: #f5f7fa;
display: none;
}
#publishList .navBoxH5 .menusItem .menu {
width: 100%;
height: 60px;
line-height: 60px;
font-size: 16px;
font-weight: bold;
color: #2a2a2a;
border-top: 1px solid #cfd5e4;
padding: 0 15px;
font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#publishList .navBoxFixed {
position: fixed;
top: 60px;
}
#publishList .contentBox{
  margin-top: 30px;
}
#publishList .createBtn {
/* width: 180px; */
width: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
padding: 0 20px;
height: 39px;
line-height: 39px;
text-align: center;
background: #3c9cd7;
border-radius: 10px;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
cursor: pointer;
}
#publishList .createBtn:hover {
background: #0179c1;
}
#publishList .lists {
margin-top: 30px;
margin-bottom: 120px;
}
#publishList .lists .list {
width: 100%;
height: auto;
background-color: #ffffff;
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1) inset;
border-radius: 10px;
margin-bottom: 25px;
padding-bottom: 19px;
position: relative;
}
#publishList .lists .list .scoped {
position: absolute;
top: 22px;
right: 60px;
}
#publishList .lists .list .scoped .fa-pencil {
font-size: 18px;
color: #4B7902;
margin-right: 5px;
cursor: pointer;
}
#publishList .lists .list .scoped .fa-times {
font-size: 23px;
color: #A30014;
cursor: pointer;
}
#publishList .lists .list .imgBox {
width: 193px;
height: auto;
}
#publishList .lists .list .imgBox .img {
width: auto;
height: auto;
max-width: 193px;
max-height: 147px;
}
#publishList .lists .list .textBox .title {
font-size: 18px;
font-weight: bold;
font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
cursor: pointer;
}
#publishList .lists .list .textBox .title:hover {
text-decoration: underline;
}
#publishList .lists .list .textBox .desc {
font-size: 13px;
line-height: 20px;
letter-spacing: 1px;
margin-top: 15px;
}
#publishList .lists .list .textBox .shareBox {
margin-top: 20px;
}
#publishList .lists .list .textBox .shareBox .shareText {
font-size: 13px;
color: #3c9cd7;
cursor: pointer;
}
#publishList .lists .list .textBox .shareBox .img {
width: 15px;
height: 15px;
vertical-align: middle;
cursor: pointer;
}
#publishList #publisherModal .modal-title {
font-weight: bold;
}
#publishList #publisherModal .panel-title {
color: #333333;
font-size: 14px;
font-weight: bold;
}
#publishList #publisherModal .inputFile {
border: none;
margin-top: 10px;
}
#publishList #publisherModal .imgBox {
width: 201px;
}
#publishList #publisherModal .imgBox .img {
width: 100%;
height: auto;
}
