/* ====================================================================== */
/* ---- ibm sharing
/* ====================================================================== */
body {
  background: #fff;
}
* {
  margin: 0;
  padding: 0;
}
p {
  color: #666464;
}
.clo-b {
  color: #0070d9;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.item-fl {
  width: 520px;
  display: inline-block;
  float: left;
}
.item-fr {
  display: inline-block;
  width: 370px;
  padding-left: 20px;
}
.flex-one {
  position: relative;
  flex: 1;
  margin-left: 20px;
}
.flex-one .cont-title-box {
  margin-bottom: 10px;
}
.flex-two {
  position: relative;
  flex: 2;
}
.flex-two .cont-title-box {
  margin-bottom: 10px;
}
img {
  height: 100%;
  width: 100%;
}
.btn {
  background: #0070d9;
  color: #fff;
}
.btn:hover {
  background: #fff;
  color: #0070d9;
}
.item-pic {
  width: 100%;
  text-align: center;
  margin: auto;
  background: #fff;
}
.line-one {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-two {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-three {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-four {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* ====================================================================== */
/* ---- ibm header
/* ====================================================================== */
.header-navbar {
  background: #0070d9!important;
}
.header-navbar .top-banner {
  max-width: 70%;
  min-width: 820px;
  background: #0070d9 !important;
  position: relative;
  line-height: 50px !important;
  height: 50px !important;
  margin: auto;
  padding: 0;
}
.header-navbar .top-banner .ibm-logo {
  display: inline-block;
  width: 34px;
  height: 15px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../img/ibm.png) no-repeat;
  background-size: 34px;
}
.header-navbar .top-banner .menu-item:hover {
  color: #00ffff;
}
.header-navbar .top-banner .user-info a:hover {
  color: #00ffff;
}
.header-navbar .top-banner .search-icon {
  display: inline-block;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  background: url(../img/ic_search.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}
.header-navbar .top-banner .ibm-search {
  position: absolute;
  right: 94px;
  top: -20px;
}
.header-navbar .top-banner .ibm-search .search-text {
  font-size: .875rem;
  width: 280px;
  height: 30px;
  padding: 0 50px 0 14px;
  color: #111;
  border: 1px solid #0070d9;
  border-radius: 1.5em;
  outline: none;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.header-navbar .top-banner .ibm-search .ic-search {
  position: absolute;
  top: 9px;
  right: 0;
  width: 40px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  outline: none;
  background: url(../img/ic_down.png) no-repeat center;
  background-size: 16px 16px;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.header-navbar .top-banner .ibm-search .ic-search:hover {
  background: url(../img/ic_down_active.png) no-repeat center;
  background-size: 16px 16px;
}
/* ====================================================================== */
/* ---- ibm wrap
/* ====================================================================== */
.ibm-wrap {
  min-width: 960px;
  margin: auto;
}
.ibm-wrap .ibm-banner {
  width: 100%;
  min-height: 280px;
  vertical-align: middle;
}
.ibm-wrap .ibm-banner-title {
  margin: 0;
  padding-left: 20%;
  padding-top: 5%;
  font-size: 40px;
  color: #224787;
  box-sizing: border-box;
}
.ibm-wrap .ibm-banner-btn {
  display: block;
  width: 110px;
  text-align: center;
  margin-left: 26.5%;
  margin-top: 1%;
  border: 0;
  line-height: 32px;
  background: #0070d9;
  color: #fff;
}
.ibm-wrap .subnav {
  width: 100%;
  background: #ecf0f8;
  margin-top: -6px;
}
.ibm-wrap .subnav .subnav-list {
  width: 800px;
  margin: auto;
  display: flex;
}
.ibm-wrap .subnav .subnav-list li:first-child a {
  width: 100%;
  line-height: 28px;
}
.ibm-wrap .subnav .subnav-list li {
  flex: 1;
  min-height: 100px;
  background: url(../img/nav_item.png) no-repeat center;
  background-size: 65px;
  text-align: center;
  cursor: pointer;
}
.ibm-wrap .subnav .subnav-list li:hover {
  background: url(../img/nav_item_active.png) no-repeat center;
  background-size: 65px;
}
.ibm-wrap .subnav .subnav-list li:hover a {
  color: #fff!important;
}
.ibm-wrap .subnav .subnav-list a {
  display: inline-block;
  width: 40px;
  word-break: break-all;
  color: #0070d9;
  font-size: 16px;
  line-height: 16px;
  padding-top: 35px;
}
.ibm-wrap .subnav .subnav-list a:hover {
  color: #fff;
}
.ibm-wrap .container:nth-child(odd) {
  background: #ecf0f8;
}
.ibm-wrap .container:nth-child(even) {
  background: #ffffff;
}
.ibm-wrap .subFooter {
  background: #244985;
}
.ibm-wrap .subFooter .subFooter-logo {
  margin: 25px 0;
  position: relative;
  width: 520px;
  height: 130px;
  background: url(../img/ibm_bottom.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
.ibm-wrap .subFooter .func-list {
  position: absolute;
  left: 530px;
  top: 0;
  width: 300px;
  height: 187px;
  padding: 40px 0;
}
.ibm-wrap .subFooter .func-list li {
  margin-bottom: 20px;
}
.ibm-wrap .subFooter .func-list .func-title {
  display: inline-block;
  color: #fff;
  width: 140px;
  height: 30px;
  vertical-align: sub;
  text-align: center;
}
.ibm-wrap .subFooter .func-list .join-logo {
  background: url(../img/logo_bluemix.png) no-repeat center left;
  background-size: contain;
  vertical-align: middle;
}
.ibm-wrap .subFooter .func-list .join-us {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 24px;
}
/* ====================================================================== */
/* ---- ibm content
/* ====================================================================== */
.ibm-content {
  width: 900px;
  margin: auto;
  position: relative;
  /*
  列表
  */
  /*
  各个模块
  */
}
.ibm-content .cont-title-box {
  position: relative;
  border-bottom: 1px solid #d4defe;
  text-align: center;
  height: 43px;
}
.ibm-content .cont-title-box .cont-title {
  width: 240px;
  margin: 0 auto;
  line-height: 40px;
  border-bottom: 2px solid #0070d9;
  font-size: 20px;
}
.ibm-content .cont-title-box .ask-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #0070d9;
}
.ibm-content .cont-title-box .cont-more {
  position: absolute;
  right: 4px;
  top: 20px;
  font-size: 13px;
  color: #9fa0a0;
}
.ibm-content .item-cont {
  width: 100%;
  margin: 16px auto;
}
.ibm-content .text-l {
  text-align: left;
}
.ibm-content .text-m {
  text-align: center;
}
.ibm-content .text-m .dot {
  margin-left: 10px!important;
}
.ibm-content .text-r {
  text-align: right;
}
.ibm-content .text-r .dot {
  margin-left: 30px!important;
}
.ibm-content .title-blue {
  font-size: 16px;
  color: #0070d9;
  font-weight: 400;
}
.ibm-content .item-txt-list li {
  border-top: 1px dashed #d4defe;
  border-bottom: 1px dashed #d4defe;
  margin-bottom: 20px;
}
.ibm-content .item-txt {
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
.ibm-content .item-txt .one-row {
  display: block;
  line-height: 36px;
}
.ibm-content .item-txt .one-row h3 {
  display: inline-block;
}
.ibm-content .item-txt hgroup {
  font-size: 14px;
  color: #0070d9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ibm-content .item-txt p {
  font-size: 14px;
  color: #666464;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 4px;
}
.ibm-content .item-txt .txt-source {
  position: absolute;
  right: 0;
  border: 1px solid #d7e0fd;
  border-radius: 4px;
  padding: 0 2px;
  color: #9fa0a0;
  font-size: 12px;
}
.ibm-content .cloud-parlour {
  min-height: 300px;
}
.ibm-content .headline-pol {
  min-height: 478px;
}
.ibm-content .headline-pol .item-pic {
  height: 320px;
}
.ibm-content .headline-pol .row-four {
  -webkit-line-clamp: 4!important;
}
.ibm-content .experts-recruit .item-experts {
  position: relative;
  display: flex;
  margin: 5px 0;
}
.ibm-content .experts-recruit .item-experts li {
  padding-right: 20px;
  flex: 1;
}
.ibm-content .experts-recruit .item-experts li:last-child {
  padding-right: 0;
}
.ibm-content .experts-recruit .item-experts .user-img {
  width: 100px;
  height: 100px;
  background: #ddd;
  margin-right: 10px;
}
.ibm-content .experts-recruit .item-experts .user-info {
  position: relative;
}
.ibm-content .experts-recruit .item-experts .user-info .subtitle-blue {
  font-size: 15px;
  color: #0070d9;
  font-weight: 400;
}
.ibm-content .experts-recruit .item-experts .user-info .subtitle-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 110px;
  width: 26px;
  height: 1px;
  background: #0070d9;
}
.ibm-content .experts-recruit .item-experts .user-info p {
  font-size: 14px;
  color: #666464;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ibm-content .experts-recruit .join-box {
  text-align: center;
  width: 200px;
  background: #0070d9;
  margin: auto;
}
.ibm-content .experts-recruit .join-box .item-join-btn {
  display: inline-block;
  position: relative;
  background: url(../img/ic_join.png) #0070d9 no-repeat center left;
  background-size: 14px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}
.ibm-content .upcoming-events {
  height: 332px;
}
.ibm-content .upcoming-events .item-shuffling {
  width: 100%;
  height: 310px;
  background: #ecf0f8;
  display: block;
  margin: auto;
  text-align: center;
}
.ibm-content .upcoming-events .item-shuffling img {
  max-height: 100%;
  width: auto;
}
.ibm-content .upcoming-events .one-row {
  display: block;
  line-height: 36px;
}
.ibm-content .upcoming-events .one-row h3 {
  display: inline-block;
}
.ibm-content .upcoming-events .item-txt {
  padding-bottom: 0!important;
}
.ibm-content .upcoming-events .item-txt .row-one {
  -webkit-line-clamp: 1!important;
}
.ibm-content .doc-exhibition .doc-list-box {
  position: relative;
  display: flex;
  margin: 5px 0;
}
.ibm-content .doc-exhibition .doc-list-box li {
  flex: 1;
}
.ibm-content .doc-exhibition .doc-list-box li .doc-list li {
  position: relative;
  font-size: 14px;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.ibm-content .doc-exhibition .doc-list-box li .doc-list li .dot {
  display: inline-block;
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  margin-left: -10px;
  background: #0070d9;
  border-radius: 50%;
}
.ibm-content .doc-exhibition .doc-list-box li .doc-list li:hover {
  color: #4990E2;
}
/* ====================================================================== */
/* ---- ibm footer
/* ====================================================================== */
.sc-container {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
}
.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* ====================================================================== */
/* ---- ibm yunketang
/* ====================================================================== */
.video-wrap {
  background: url(../img/page_bg.png) #EAEEF6 no-repeat 99% 95%;
  background-size: 90px;
  min-height: 300px;
  margin-top: 10px;
}
.video-wrap .current-video {
  width: 680px;
  height: 300px;
  background: #ddd;
  display: inline-block;
  float: left;
}
.video-wrap .video-content {
  width: 220px;
  display: inline-block;
  padding: 10px;
}
.ykt-contains {
  margin-bottom: 20px;
}
.ykt-contains hgroup {
  position: relative;
  font-size: 14px;
  color: #0070d9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ykt-contains hgroup h3 {
  line-height: 30px;
  color: #fff;
  background: #0070d9;
  text-align: center;
  font-size: 16px;
}
.ykt-contains hgroup .sub-title {
  width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 30px;
  color: #444;
}
.ykt-contains hgroup .video-time {
  position: absolute;
  right: 0;
  width: 55px;
  line-height: 30px;
  font-size: 13px;
}
.ykt-contains hgroup .little-title {
  position: relative;
}
.ykt-contains hgroup .little-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #0070d9;
}
.ykt-contains p {
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ykt-contains .autor {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #0070d9;
}
.video-list {
  position: relative;
  display: flex;
  margin-top: 20px;
}
.video-list li {
  background: #eaeef6;
  padding: 10px;
  margin-left: 15px;
  width: 290px;
  overflow: hidden;
}
.video-list li:first-child {
  margin-left: 0;
}
.video-list .past-video {
  width: 100%;
  height: 200px;
  background: #ddd;
  margin-bottom: 5px;
}
/* ====================================================================== */
/* ---- ibm toutiaojuhe
/* ====================================================================== */
.ttjh-contains {
  position: relative;
  display: flex;
}
.ttjh-contains .item-txt-list li {
  border-top: 0!important;
  margin-bottom: 0!important;
}
.ttjh-contains .flex-two .item-pic {
  height: 320px;
}
.ttjh-contains .flex-one .line-two {
  font-size: 16px;
  color: #0070d9;
  padding: 5px 0;
}
.ttjh-contains .flex-one .time-r {
  font-size: 14px;
  text-align: right;
}
/* ====================================================================== */
/* ---- ibm shequhuodong
/* ====================================================================== */
.sqhd-contains {
  position: relative;
  display: flex;
}
.sqhd-contains .flex-two .event-box {
  border-bottom: 1px dashed #d4defe;
}
.sqhd-contains .flex-two .event-box .item-pic {
  height: 320px;
}
.sqhd-contains .flex-two .item-info {
  position: relative;
}
.sqhd-contains .flex-two .item-info li {
  display: inline-block;
  padding-top: 4px!important;
  min-height: 0!important;
  border-bottom: 0!important;
}
.sqhd-contains .flex-two .item-info .item-time {
  color: #0070d9;
}
.sqhd-contains .flex-two .item-info .item-time:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 26px;
  width: 36px;
  height: 1px;
  background: #0070d9;
}
.sqhd-contains .flex-two h3 {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 18px;
  color: #444;
}
.sqhd-contains .flex-two p {
  font-size: 14px;
  color: #666464;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 4px;
}
.sqhd-contains .flex-two .event-list {
  position: relative;
}
.sqhd-contains .flex-two .event-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #d4defe;
  min-height: 178px;
}
.sqhd-contains .flex-two .event-list li .item-pic {
  width: 60%;
  height: 154px;
  display: inline-block;
  float: left;
}
.sqhd-contains .flex-two .event-list li .item-info {
  width: 35%;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}
.sqhd-contains .flex-one .hot-list {
  position: relative;
  display: inline-block;
}
.sqhd-contains .flex-one .hot-list li {
  border-bottom: 1px dashed #d4defe;
  padding: 10px 0;
}
.sqhd-contains .flex-one .hot-list li:first-child {
  padding-top: 0;
}
.sqhd-contains .flex-one .hot-list .item-pic {
  height: 140px;
}
.sqhd-contains .flex-one .hot-list .item-info {
  position: relative;
}
.sqhd-contains .flex-one .hot-list .item-info li {
  display: inline-block;
  padding-top: 4px;
  border-bottom: 0;
}
.sqhd-contains .flex-one .hot-list .item-info .item-time {
  color: #0070d9;
}
.sqhd-contains .flex-one .hot-list .item-info .item-time:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 26px;
  width: 36px;
  height: 1px;
  background: #0070d9;
}
.sqhd-contains .flex-one .hot-list h3 {
  color: #444;
  font-size: 16px;
}
.sqhd-contains .flex-one .hot-list p {
  font-size: 14px;
}
/* ====================================================================== */
/* ---- ibm wendangbolan
/* ====================================================================== */
.wdbl-contains {
  position: relative;
  display: flex;
}
.wdbl-contains .doc-list li {
  border-bottom: 1px dashed #d4defe;
  padding: 10px 0;
  position: relative;
}
.wdbl-contains .doc-list li:first-child {
  padding-top: 0;
}
.wdbl-contains .doc-list li:first-child .doc-download {
  top: 0!important;
}
.wdbl-contains .doc-list li .doc-title {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  color: #444;
  padding-left: 10px;
  padding-right: 30px;
}
.wdbl-contains .doc-list li .doc-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #0070d9;
  border-radius: 50%;
}
.wdbl-contains .doc-list li .doc-download {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../img/ic_download.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.wdbl-contains .doc-list li p {
  font-size: 14px;
}
/* ====================================================================== */
/* ---- ibm share
/* ====================================================================== */
.share-contains {
  position: relative;
}
.share-contains .share-list {
  position: relative;
}
.share-contains .share-list li {
  border-bottom: 1px dashed #d4defe;
  padding-bottom: 10px;
  position: relative;
}
.share-contains .share-list .share-title {
  color: #0070d9;
  font-size: 16px;
  line-height: 32px;
}
.share-contains .share-list .share-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #0070d9;
}
.share-contains .share-list p {
  font-size: 14px;
}
.share-contains .share-list .txt-l {
  text-align: right;
  line-height: 24px;
}
/* ====================================================================== */
/* ---- ibm admin
/* ====================================================================== */
.ibm-admin {
  position: relative;
}
.ibm-admin .ad-title {
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  font-weight: 400;
}
.ibm-admin #NewsForm {
  width: 700px;
  margin: auto;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 100px;
}
.ibm-admin table {
  width: 100%;
}
.ibm-admin table tr {
  line-height: 40px;
  color: #3a3939;
  font-size: 16px;
}
.ibm-admin table tr label {
  display: inline-block;
  width: 100px;
  letter-spacing: 2px;
}
.ibm-admin table tr select,
.ibm-admin table tr input {
  display: inline-block;
  width: 580px;
  height: 30px;
  line-height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
.ibm-admin .admin-footer {
  text-align: center;
  margin: 50px auto;
}
.ibm-admin .admin-footer a {
  display: block;
  background: #1273d6;
  width: 200px;
  color: #fff;
  text-decoration: none;
  margin: auto;
  border-radius: 2px;
  line-height: 34px;
}
/*
upload pic
*/
.upload-pic {
  display: inline-block;
  width: 580px;
  min-height: 200px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  vertical-align: top;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.upload-pic .clear:after,
.upload-pic .clearfix:after {
  display: table;
  clear: both;
  content: '';
}
.upload-pic .upload-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-pic .upload-select .active {
  color: #1273d6;
}
.upload-pic .upload-select [data-tweet-pic-select] {
  list-style: none;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.upload-pic .upload-select [data-tweet-pic-select]:hover {
  color: #1273d6;
}
.upload-pic .upload-select [data-tweet-pic-select]:last-child {
  border-right: none;
}
.upload-pic .hide {
  display: none;
}
.upload-pic .add-net-pic {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 15px;
}
.upload-pic .add-net-pic .add-netpic-input {
  font-size: 13px;
  background-color: transparent;
  border: 0;
  width: 100%;
  padding-right: 25px;
  padding: 0 10px;
}
.upload-pic .add-net-pic .icon-enter-gray {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2210%…67z%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}
.upload-pic .add-net-pic .pic-show-net {
  position: relative;
  display: none;
  min-height: 40px;
}
.upload-pic .pic-list {
  margin: 10px;
}
.upload-pic .pic-list li {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin: 3px;
  text-align: center;
  overflow: hidden;
  border: 2px dashed #ddd;
  font-size: 30px;
}
.upload-pic .pic-list li .ic-add {
  height: 100%;
  line-height: 76px;
  color: #ddd;
}
.upload-pic .pic-list [data-tweet-pic-local="pic-item"] {
  border: 2px dashed transparent;
}
.upload-pic .pic-list .pic-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}
.upload-pic .pic-list .pic-mask .text-muted {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.upload-pic .pic-list .pic-mask .pic-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  z-index: 100;
  display: inline-block;
  background-color: #e35b5a;
  cursor: pointer;
  font-size: 15px;
}
.upload-pic .upload-pic-input {
  opacity: 0;
  font-size: 0;
  border: none;
  width: 80px;
  height: 80px;
  color: #ccc;
  line-height: 80px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.upload-pic .upload-pic-tip {
  font-size: 14px;
  color: #676767;
  width: 200px;
  display: inline-block;
}
.upload-pic .btn-submit {
  float: right;
  font-size: 14px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.upload-pic .btn-submit:hover {
  color: #fff;
  background: #0070d9;
}
.upload-pic .btn-disable {
  background: #ddd!important;
}
/* ====================================================================== */
/* ---- ibm 分页
/* ====================================================================== */
.paging li:hover {
  color: #0070d9!important;
  box-shadow: inset 0 0 0 1px #0070d9!important;
}
.paging li:hover a {
  color: #0070d9!important;
}
.paging .current,
.paging .active {
  color: #0070d9!important;
  box-shadow: inset 0 0 0 1px #0070d9!important;
}
.paging .current a,
.paging .active a {
  color: #0070d9!important;
}
.paging .page:hover,
.paging .page .current,
.paging .page .active {
  color: #0070d9!important;
  box-shadow: inset 0 0 0 1px #0070d9!important;
}
.paging .page:hover a,
.paging .page .current a,
.paging .page .active a {
  color: #0070d9!important;
}
