/* @charset "utf-8"; */

.bannersm {
  display: block;

}

.bannersmPic {
  padding-bottom: 22.08%;
}

.bannercenter {
  position: relative;
}

.bannercenter::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  background: -o-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  z-index: 1;
}

/* aside */
.gp-subLeft {
  width: 260px;
  position: relative;
  margin-top: -76px;
  z-index: 20;
}

.gp-subLeft2 {
  margin-top: -95px;
  text-align: center;
}

.gp-subLeft2 .asideTit {
  text-align: center;
  padding: 24px;
}

.gp-subLeft ul {
  position:
    relative;
  z-index: 100;
}

.asideTit {
  padding: 25px 39px;
  box-sizing: border-box;
  font-weight: bold;
  background: #15306b;
}

.asideTit h2 {
  line-height: 1;
  box-sizing: border-box;
}

.apparRihght {
  margin-left: 314px;
}

.gp-subLeft>ul>li {
  transition: all .3s ease-in-out;
  /* background: #eee; */
  position: relative;
}


.gp-subLeft>ul>li>a::before {
  content: '';
  display: block;
  width: 0px;
  height: 18px;
  background: url(../images/set.png) no-repeat;
  position: absolute;
  left: 11px;
  top: calc(50% - 9px);
  transition: all .3s ease-in-out;
}

.gp-subLeft>ul>li.active>a::before,
.gp-subLeft>ul>li:hover>a::before {
  width: 13px;
}

.gp-subLeft>ul>li>a {
  padding: 25px 39px;
  color: #444;
  display: block;
  background: #eee;
  margin-bottom: 2px;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  position: relative;
}

.gp-subNavm {
  width: 100%;
  overflow: hidden;
  display: none;
}

.gp-subNavm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}

.gp-subNavm h2 a {
  padding-left: 13px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}



.gp-subNavm li {
  position: relative;
}

.gp-subNavm li>a {
  font-size: 14px;
  padding-left: 13px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

.gp-subNavm li.sub_has span {
  margin-left: 10px;
}

.gp-subNavm li.on a {
  color: #003c7f;
  display: block;
  width: 100%;
}

.gp-m-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
}

.gp-subNavm dl {
  display: none;
  background-color: #fff;
  padding: 5px 0px;
}

.gp-subNavm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 30px;
  position: relative;
  border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
  font-size: 12px;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}


.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li.active>a {
  font-weight: bold;
  color: #fff;
}

.gp-subLeft>ul>li:hover>a, .gp-subLeft>ul>li.active>a {
  background: #3f5d9e;
}

.gp-subLeft>ul>li:hover>a::after,
.gp-subLeft>ul>li.active>a::after {
  width: 30px;
}

.gp-subLeft>ul>li>a::after {
  content: '';
  display: block;
  width: 0px;
  height: 20px;
  background: url(../images/set.png) no-repeat;
  position: absolute;
  right: 11px;
  top: 24px;
  background: url(../images/toggle.png) no-repeat;
  transition: all .3s ease-in-out;
}

.gp-subLeft .gp-toggles {
  width: 30px;
  height: 68px;
  line-height: 68px;
  position: absolute;
  right: 11px;
  top: 0;
  /* background: url(../images/toggle.png) no-repeat; */
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.gp-second-nav {
  font-size: 14px;
  display: none;
  /* background: #eee; */
  margin-left: 40px;
}

.gp-second-nav dd a {
  display: block;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #757575;
  padding: 23px 39px;
  font-size: 16px;
  box-sizing: border-box;
  margin: 1px 0;
  transition: all 0.35s ease-in-out;
}

.gp-second-nav dd a:hover, .second_nav dd a.active {
  background: #fff;
}



.gp-m-subNav {
  display: none;
}

.gp-m-inner-header {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 54, 112, 1);
  cursor: pointer;
  line-height: 40px;
  position: relative;
}

.gp-m-inner-header>span {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
  position: absolute;
}



.gp-m-subNav .gp-m-inner-header-icon {
  float: right;
  width: 40px;
  color: #fff;
  height: 40px;
  text-align: center;
  /* margin-bottom: 20px; */
  position: absolute;
  right: 0;
  top: 0;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
  display: block;
}



.gp-m-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
}


.gp-page {
  /* padding: 0 100px; */
  box-sizing: border-box;
  color: #666;
  margin: 30px 0 80px;
  /* border-radius: 8px; */
  /* background: #f5f5f5; */
  /* margin-bottom: 0; */
}

.gp-page:after,
.gp-page:before {
  content: " ";
  display: table
}

.gp-page>a,
.gp-page>span {
  display: inline-block;
  *display: inline;
  margin: 0px 5px;
  width: 66px;
  width: 66px;
  height: 48px;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-radius: 50%;
  color: #999;
  font-size: 1.4rem;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, .06);
}



.gp-page-select {
  height: 32px;
  line-height: 32px;
  min-width: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev,
.gp-page>span {
  color: #999;
  font-size: 16px;
  line-height: 66px;
  border: 1px solid rgba(0, 0, 0, .1);
  /* margin-right: 21px; */
}

.gp-page .gp-page-prev {
  margin-right: 35px;
}


.gp-page .gp-page-next {
  margin-left: 35px;
}

.gp-page .gp-page-next:hover {}


.gp-page .gp-page-start,
.gp-page .gp-page-end {
  padding: 0 20px;
  border: 1px solid #ccc;
}

.gp-page>span {
  border: none
}

.gp-page>a:hover,
.gp-page>a.active {
  background-color: #00356F;
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0);
}

.gp-m-page {
  display: none
}

.gp-sm-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
}

.gp-thirds-nav li a {
  display: block !important;
  height: 30px !important;
  line-height: 30px !important;
  padding-left: 12px !important;
}

.gp-m-page a {
  display: inline-block;
  margin: 0 3px;
}

.pages {
  display: inline-block;
  padding: 0px 29px;
  border: 1px solid #e5e5e5;
}

.gp-page-centered {
  text-align: center
}


.gp-page-right {
  text-align: right
}



.article {
  text-align: left;
  padding-bottom: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
}

.subBanner {
  padding-bottom: 25%;
}

.article img {
  margin: 15px 0
}

.article p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}




.Annex h3 {
  color: #757575;
}

.Annex ul {
  overflow: hidden;

}

.pageArticle {
  overflow: hidden;
  width: calc(100% - 200px);
  margin-bottom: 42px;
  margin: 0 100px;
}


.Annex ul li {
  /* margin-bottom: 19px; */
  position: relative;
}


.Annex ul li a {
  color: #999;
  line-height: 2.14;
}

.bread {
  display:
    inline-block;
  float: right;
  margin-top: -50px;
}

.gp-bread {
  float: right;
  padding: 0;
  text-align: right;
  color: #999;
  padding: 16px 0;
}

.gp-bread a {
  color: #fff;
  line-height: 1.29;
}

.gp-bread a:hover {
  color: #003670;
}

.pageArticleTitle {
  overflow: hidden;
  margin: 40px 0 0px;
}

.pageArticleTitle h3 {
  line-height: 1.3;
  color: #222;
  text-align: center;
}

.articleAuthor {
  text-align: center;
  color: #999;
  padding: 17px 0 17px;
  box-sizing: border-box;
  margin-bottom: 22px;
  line-height: 14px;
  border-bottom: 1px solid #E8E8E8;
}

.articleAuthor span {
  display: inline-block;
  *display: inline;
  color: #999;
  line-height: 1.42;
  margin: 0 15px;
  font-size: 14px;
}

.articleBottom {
  overflow: hidden;
  width: 100%;
  /* float: left; */
}

.gp-article {
  position: relative;
  /* line-height: 30px; */
  margin-bottom: 36px;
}

.gp-article p {
  color: #444444;
  line-height: 1.875;
}

.gp-article img {
  display: block;
  margin: 20px auto;
}

table p {
  text-indent: 0px !important;
  text-align: center !important;
  margin: 0 !important;
}


.Annex>h3 {
  display: block;
  margin-bottom: 10px;
}




.apparatus2 {
  margin-left: 310px;
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 80px;
}

.title {
  padding: 39px 0 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  color: #003670;
  border-bottom: 1px solid #31487c;
}

.title h2 {
  line-height: 1.27;
}

.institutionUl li {
  margin-bottom: 40px;
}

.institutionUl li a {
  display: block;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  font-size: 0;
}

.institl {
  width: 147px;
  background: #f2f4f7;
  position: relative;
}

.institl::before {
  content: '';
  display: block;
  width: 100%;
  height: 102px;
  background: url(../images/institution.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.name {
  margin: 30px 0 11px;
}

.name h2 {
  color: #222;
  position: relative;
  padding-left: 29px;
  line-height: 2.1;
  box-sizing: border-box;
}

.name h2::before {
  content: '';
  display: block;
  width: 10px;
  height: 38px;
  background: #15306b;
  position: absolute;
  left: 0;
  top: 0;
}

.room {
  line-height: 2.14;
  color: #757575;
  padding-left: 29px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.instituPic {
  width: 160px;
  overflow: hidden;
  /* margin-left: 147px; */
}

.instituImg {
  padding-bottom: 180%;
}

.duty {
  width: 169px;
  /* margin-left: 307px; */
}

.dutytit {
  padding: 13px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #757575;
  background: #f2f4f7;
  line-height: 2.1;
  border-right: 1px solid #fff;
}

.charge .dutytxt {
  border: none
}

.labor .dutytxt p {
  text-align: left;
}

.dutytxt {
  padding: 16px 9px;
  box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  height: calc(100% - 56px);
}

.dutytxt p {
  line-height: 1.7;
  color: #222;
  text-align: center;
}

.labor {
  width: 188px;
}

.dutytxt p span {
  color: #999;
}

.teamUl {
  margin: 0 -16px;
  overflow: hidden;
}

.teamUl li {
  margin-bottom: 40px;
}

.teamUl li a {
  display: block;
  margin: 0 16px;
  transition: all .3s ease-in-out;
}

.teamUl li:hover a {
  transform: translateX(5px);
}

.teamPic {
  padding-bottom: 139.9%;
}

.teamBox {
  box-shadow: 8px 15px 62px rgb(0 0 0 / 4%);
  padding: 22px 22px 26px;
  box-sizing: border-box;
}

.teamname {
  line-height: 1.25;
  color: #222;
  margin-bottom: 5px;
  text-align: center;
}

.cliass {
  line-height: 1.43;
  color: #757575;
  text-align: center;
}

.leader a {
  display: block;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  font-size: 0;
}

.leadPic {
  width: 200px;
  overflow: hidden;
}

.leadImg {
  padding-bottom: 140%;
}

.duty2 {
  width: 300px;
}

.leader li {
  margin-bottom: 40px;
}

.leadpic {
  width: 250px;
  overflow: hidden;
}

.leadImg {
  padding-bottom: 140%;
}

.leaderRight {
  margin-left: 250px;
}

.leadtop {
  padding: 33px 36px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.leaderTopUl li {
  margin-bottom: 40px;
}

.leaderTopUl a {
  display: block;
  overflow: hidden;
  background: #f2f4f7;
  padding-bottom: 35px;
  box-sizing: border-box;
}

.leadtop>h2 {
  display: inline-block;
  line-height: 1.36;
  color: #15306b;
  vertical-align: bottom;
}

.leadtop span {
  display: inline-block;
  line-height: 1.36;
  color: #757575;
  margin: 0 5px;
  vertical-align: bottom;
}

.obli {
  line-height: 2.14;
  color: #222;
}

.leadeBot {
  padding: 0 35px;
  box-sizing: border-box;
}

.leadeBot p {
  line-height: 1.36;
  color: #757575;
}

.newsUl li {
  margin-bottom: 30px;
}

.newsUl li a {
  display: block;
  padding-bottom: 25px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  transition: all .3s ease-in-out;
}

.newsUl li:hover a {
  transform: translateX(5px);
}

.newsUl li:hover .newarticle {
  color: #15306b;
  font-weight: bold;
}

.newPic {
  width: 320px;
  overflow: hidden;
}

.newImg {
  padding-bottom: 56.25%;
}

.newRight {
  margin-left: 340px;
}

.newsUl {
  padding-top: 30px;
  box-sizing: border-box;
}

.newarticle {
  line-height: 1;
  color: #222;
  padding: 30px 0 13px;
  box-sizing: border-box;
}

.newsummary {
  line-height: 1.57;
  max-height: 3.14em;
  overflow: hidden;
  color: #999;
}

.newdate {
  color: #15306b;
  line-height: 1.83;
  margin-top: 20px;
}

.Annex {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);

}

.Annex h2 {
  color: #15306b;
  line-height: 2.14;
}

.annexl {
  padding-top: 10px;
  box-sizing: border-box;
  width: calc(100% - 120px);
}

.bdsharebuttonbox p {
  line-height: 2.14;
  color: #00c785;
  text-align: center;
}

.notification {
  padding-top: 37px;
}

.notification li {
  margin-bottom: 9px;
}

.notification li:nth-child(odd) a {
  background: #f2f4f7;
}

.notification li:nth-child(even) a {
  border: 1px solid rgba(0, 0, 0, .06);
}

.notification li a {
  display: block;
  padding: 22px 29px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.notification li:hover a {
  transform: translateX(5px);
}

.notdate {
  display: inline-block;
  color: #15306b;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.857;
}

.nottxt {
  line-height: 1.62;
  color: #222;
}

.alma a {
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.alma li:hover a {
  transform: translateX(5px);
}

.alma li:hover .alamtxt {
  color: #15306b;
}

.alma li {
  margin-bottom: 30px;
}

.almaPic {
  width: 320px;
  overflow: hidden;
}

.almaImg {
  padding-bottom: 56.25%;
}

.almaRight {
  margin-left: 340px;
}

.alamtxt {
  line-height: 1;
  color: #222;
  margin: 30px 0 15px;
}

.almasummary {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #222;
}

.more span {
  display: inline-block;
  color: #15306b;
}

.more:hover .moreico {
  transform: rotate(360deg);
}

.moreico {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #15306b;
  position: relative;
  display: inline-block;
  border: 1px solid #15306b;
  border-radius: 50%;
  margin-left: 14px;
  transition: all .3s ease-in-out;
}

.moreico::before {
  content: '';
  display: block;
  width: 20px;
  height: 35px;
  top: 10px;
  left: -10px;
  background: #fff;
  position: absolute;
}

.bandPic {
  width: 248px;
  overflow: hidden;
}

.bandImg {
  padding-bottom: 139.9%;
}

.bandRight {
  margin-left: 288px;
}

.nickname>p {
  line-height: 1;
  display: inline-block;
  color: #222;
}

.nickname>span {
  line-height: 1.43;
  color: #757575;
  display: inline-block;
  margin-left: 20px;
}

.nickname {
  margin: 20px 0 40px;
}

.nickBox {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 28px;
  line-height: 1.875;
  color: #757575;
}

.tissue {
  margin: 0 -10px;
  overflow: hidden;
}

.tissueBox {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.tissuecen {
  display: block;
  margin: 0 10px;
  padding: 40px 54px 40px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.tissArticle {
  line-height: 1;
  text-align: center;
}

.tissTop {
  padding-bottom: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tissnameUl {
  /* margin: 0 -10px; */
  overflow: hidden;
}

.tissnameUl li {
  margin-bottom: 28px;
  /* width: calc(100% / 3); */
  float: left;
}

.tissnameUl li a {
  padding-bottom: 10px;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
  /* margin: 0 10px; */
  display: block;
  /* text-align: center; */
  color: #757575;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.tissnameUl li:hover a {
  transform: translateX(5px);
  color: #15306b;
}

.findmore {
  display: block;
  text-align: center;
  line-height: 1;
  color: #999;
}
.tissuemode{
  margin: 0 -5px;
  overflow: hidden;
}
.tissuemodeBox{
  width: calc(100% / 3);
  float: left;
  margin-bottom: 40px;
}
.tissuemodecen{
  margin: 0 5px;
  border-top: 2px solid #15306b;
}
.tissmodetop{
  padding: 30px 40px;
  box-sizing: border-box;
  box-shadow: 20px 15px 50px rgba(0, 0, 0, .04);
}
.tissmodetop h2{
  color: #222;
}
.tissBot{
  padding: 20px 40px 44px;
  box-sizing: border-box;
  background: #eee;
}
.rankUl{
  margin: 0 -10px;
  overflow: hidden;
}
.rankUl li{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.rankUl li a{
  display: block;
  line-height: 1;
  margin: 0 10px;
  padding: 20px 25px;
  box-sizing: border-box;
  border-radius: 27.5px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: all .3s ease-in-out;
}
.rankUl li:hover a{
  transform: translateX(5px);
}
.rankUl li a::before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #15306b;
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);

}
@media screen and (max-width:1461px) {
  .institl {
    width: 120px;
  }

  .duty {
    width: 140px;
  }

  .labor {
    width: 145px;
  }
}

@media screen and (max-width:1301px) {
  .tissmodetop{
    padding: 30px;
  }
  .tissBot {
    padding: 20px 30px 44px;
}
}

@media screen and (max-width:1201px) {
  .instituPic {
    width: 125px;
  }

  .institl {
    width: 90px;
  }

  .duty {
    width: 80px;
  }

  .labor {
    width: 90px;
  }

  .name h2, .room {
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .duty2 {
    width: 150px;
  }
 
}

@media screen and (max-width:1100px) {
  .tissuecen {
    padding: 40px 20px 40px;
  }
  .rankUl li{
    width: 100%;
  }
}

@media screen and (max-width:997px) {
  .gp-subLeft {
    width: 100%;
    float: none;
    display: none;
  }

  .gp-m-subNav {
    display: block;
    margin-top: 10px;
  }

  .apparatus2 {
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .navout::before {
    display: none;
  }

  .teamUl li a {
    margin: 0 10px;
  }

  .teamUl {
    margin: 0 -10px;
  }

  .gp-page {
    display: none;
    margin: 20px 0px 40px;
  }

  .gp-m-page {
    display: block;
  }

  .gp-page .gp-page-prev, .gp-page .gp-page-next {
    transform: scale(.7);
    margin: 0;
  }

  .pageArticle {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
  .rankUl li,.tissuemodeBox{
    width: 50%;
  }
}




@media screen and (max-width:640px) {
  .bandPic {
    width: 200px;

  }

  .bandRight {
    margin-left: 220px;
  }

  .duty {
    width: 50%;
    float: none;
    height: auto !important;
    display: inline-block;
  }

  .institl, .leadPic {
    width: 50%;
    display: inline-block;
  }

  .instituPic {
    width: 50%;
    float: none;
    display: inline-block;
  }

  .labor, .charge, .duty2 {
    width: 50%;
    float: none;
    display: inline-block;
    height: auto !important;
  }

  .way {
    height: auto !important;
  }

  .title {
    padding: 20px 0 12px;
    margin-bottom: 30px;
  }

  .institl::before {
    height: 154px;
  }

  .pageArticle {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .almaPic {
    width: 220px;

  }

  .almaRight {
    margin-left: 240px;
  }

  .alamtxt {
    margin: 5px 0 5px;
  }
  .tissuemodeBox{
    width: 100%;
  }
  .tissmodetop {
    padding: 15px;
}
.tissBot {
  padding: 20px 15px 24px;
}
}

@media screen and (max-width:480px) {
  .leadpic {
    width: 165px;
  }

  .leaderRight {
    margin-left: 165px;
  }

  .leadtop {
    padding: 20px;
  }

  .leadeBot {
    padding: 0 20px;
  }

  .newRight {
    margin-left: 220px;
  }

  .newPic {
    width: 200px;
    overflow: hidden;
  }

  .newarticle {
    padding: 10px 0;
    box-sizing: border-box;
  }

  .share {
    width: 53px;
    height: 93px;
  }

  .annexl {
    width: calc(100% - 60px);
  }

  .pageArticleTitle {
    margin: 20px 0 0px;
  }

  .notification {
    padding-top: 20px;
  }

  .notification li a {
    padding: 10px 15px;
  }

  .moreico {
    transform: scale(.7);
  }

  .bandRight {
    margin-left: 0px;
  }

  .bandPic {
    width: 100%;
    float: none;
  }

  .nickname {
    margin: 10px 0 20px;
  }

  .nickBox {
    padding: 10px 15px;
  }

  .tissueBox {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width:414px) {
  .leadpic, .newPic {
    width: 100%;
    float: none;
  }

  .leaderRight, .newRight {
    margin-left: 0px;
  }

  .almaPic {
    width: 100%;
    float: none;

  }

  .almaRight {
    margin-left: 0px;
  }

  .alamtxt {
    margin: 10px 0;
  }

  .alma a {
    padding-bottom: 15px;
  }

  .alma li {
    margin-bottom: 15px;
  }
}