.more:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.more a {
  background-position: right;
  background-image: url(/dash/wp/wp-content/themes/dash/images/shevron_reverse_r.png);
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  padding: 15px 32px 15px 0;
  /*width: 114px;*/
  float: right;
}
.articleCenter .more {
    text-align: right;
}

.svgArticle {
  width: 45px;
  height: 42px;
}

.navpanel .newsmark{
  padding: 60px 0 60px 0 ;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #fff;
    font-weight: normal;
}

.NewsTopicsMain{
  background-image: url(/dash/wp/wp-content/themes/dash/images/newslistMain.jpg);
  background-repeat: no-repeat;
  background-position:center 90%;
  background-size:1280px;
  position: relative;
  margin:30px auto;
  top: 0px;
  height: 427px;
  width: 1280px;
}

.MediaTopicsMain{
  background-image: url(/dash/images/medialistMain.jpg);
  background-repeat: no-repeat;
  background-position:center top;
  background-size: cover;
  position: relative;
  margin:30px auto;
  top: 0px;
  height: 427px;
  width: 1280px;
}


.projectMain{
  background-image: url(/dash/wp/wp-content/themes/dash/images/projectlistMain.jpg);
  background-repeat: no-repeat;
  background-position:center 78%;
  background-size:1280px;
  position: relative;
  margin:30px auto;
  top: 0px;
  height: 427px;
  width: 1280px;
}

.projectMain div {
  height: 359px;
  margin: 0 auto;
  position: relative;
  width: 920px;
}
.projectMain span {
  display: block;
  width: 400px;
  height: 24px;
  padding: 13px 20px 13px 0;
  background-position: left;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  background: -webkit-gradient(linear, right center, left center, from(rgba(0, 0, 0, 1)), to(rgba(200, 200, 200, 0)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  background: linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
}
.projectMain div img {
  height: 26px;
}

.NewsTopicsMain div {
  height: 359px;
  margin: 0 auto;
  position: relative;
  width: 910px;
}
.NewsTopicsMain span {
  display: block;
  width: 400px;
  height: 24px;
  padding: 13px 20px 13px 0;
  background-position: left;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  background: -webkit-gradient(linear, right center, left center, from(rgba(0, 0, 0, 1)), to(rgba(200, 200, 200, 0)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  background: linear-gradient(right, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0));
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
}
.NewsTopicsMain div img {
  height: 30px;
}

.detailTitle{
  text-align: left;
  margin: 0 auto;
  /*width: 910px;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12vw;
  padding-right: 12vw;
  font-weight: normal;
}


.articleCenter.pg-top {
  margin: 0 auto 100px;
}
.articleCenter {
  border-top: 1px #b5b5b5 solid;
  border-bottom: 1px #b5b5b5 solid;
  margin: 0 auto;
  width: 1024px;
  width: 798px;
}
  .page-template-page-archive .articleCenter,
  .page-template-page-projectlist .articleCenter {
    width: 798px;
  }
.articleCenter article {
  border-bottom: 1px #666 solid;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 910px;
  width: auto;
}
  .page-template-page-archive .articleCenter article,
  .page-template-page-projectlist .articleCenter article {
    width: auto;
  }
.articleCenter article:last-of-type {
  border-bottom: none;
}
.articleCenter.pg-top article:last-of-type {
  border-bottom: 1px #666 solid;
}
.articleCenter article a {
  display: inline-block;
  padding: 0 18px;

  box-sizing: border-box;
  text-align: justify;
  font-size: .9375rem;
  line-height: 1.5em;
}
  .page-template-page-archive .articleCenter article a,
  .page-template-page-projectlist .articleCenter article a {
    box-sizing: border-box;
    text-align: justify;
    font-size: .9375rem;
    line-height: 1.5em;
  }
.articleCenter article a date {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 4px;
}
.articleCenter article a h3 {
  font-size: 16px;
  font-weight: normal;
}

.back{
  padding: 90px 0;
  background: #352F2D;
  width: 100%;
}
.back ul {
  display: block;
  margin: 0 auto;
  width:1024px;
}
.pg-detail .back ul {
  width: 690px;
}
.back:after,
.back ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.back a{
  background-image: url(/dash/wp/wp-content/themes/dash/images/shevron_reverse.png);
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  padding-left: 35px;
}

.back li {
  float: left;
  margin-right: 50px;
}

/*detail page*/
.pg-detail {
  background: #3f3c3c;
  width: 100%;
}
.pg-detail .dv-title {
  background: #000;
  width: 100%;
}
.pg-detail .newsmark{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-align:center;
  margin:0 auto;
  padding: 60px 0 0px;
  letter-spacing: 3px;
}

.pg-detail .newsmark img{
  margin-bottom: 8px;
}

.pg-detail h2 {
  font-size: 19px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  /*width: 910px;*/

  width: 1020px;
  line-height: 1.8em;
}
.pg-detail h2.newsmark {
  line-height: inherit;
}

.pg-detail h2 date {
  display: block;
  font-size: 14px;
  margin: 0;
  opacity: .8;
}

.content{
  margin: 30px auto;
  text-align: center;
  /*width: 690px;*/
  width: 790px;
}
.content img {
  max-width: 690px;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.wp-caption {
  width: auto !important;
}
.wp-caption img {
  margin-top: 0;
  margin-bottom: .5em;
}
.content p.wp-caption-text {
  margin-top: 0;
  font-size: .8rem;
  line-height: 1.5em;
  opacity: .8;
}

.content p {
  margin: 30px auto;
  text-align: left;

  line-height: 2em;
  text-align: justify;
  font-size: .9375rem;
}
.content p a {
  color: #08f !important;
}

.content h2,
.content h3,
.content h4 {
  margin: 1em auto;
  text-align: left;
  letter-spacing: .1em;
  font-weight: bold;
}
.content h2 {
  padding: 0;
  font-size: 1.45em;
  color: #9fd9f6;
}
.content h3 {
  color: #9fd9f6;
  font-size: 1.3em;
}
.content h4 {

}

@media screen and (max-width: 1280px) and (min-width: 1024px) {

.projectMain{
  height: 30vw;
  width: auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .more {
    width: 96vw;
  }
  .NewsTopicsMain,
  .MediaTopicsMain{
    background-size:100%;
    width: 100%;
  }
  .MediaTopicsMain { height: 35vw; }
    .NewsTopicsMain div {
    height: 25vw;
    width: 35vw;
  }


  .projectMain div {
    height: 25vw;
    width: 35vw;
  }


  .navpanel .newsmark{
    padding: 50px 0 50px 0 ;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #fff;
  }


  .articleCenter {
    width: 100vw !important;
  }
  .articleCenter article {
    padding: 1.5vw;
    width: 92vw;
  }
  .articleCenter article a {
    padding: 0;
  }

  .content {
    width: 100vw;
    margin: 0 auto;
  }
  .content p,
  .content img {
    margin: 4vw;
    width: auto;
  }

  .back {
    padding: 8vw 0;
  }

  .back ul {
    display: block;
    margin: 0 auto;
    width:768px;
  }


  .projectMain{
    background-size:100%;
    width: 100%;
  }
  .pg-detail h2 {
    width: 680px;
  }
  .pg-detail .back ul {
    width: 90vw;
  }

}



@media screen and (max-width:767px) {

  .more {
    width: 96vw;
  }
  .navpanel .newsmark{
    /* padding: 50px 0 50px 0; */
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #fff;
  }

  .NewsTopicsMain,
  .MediaTopicsMain{
    background-size:100%;
    width: 100%;
  }
    .NewsTopicsMain div {
    height: 50vw;
    width: 100vw;
    margin-left:0vw;
  }
  .NewsTopicsMain span {
    height: 5.5vw;
    padding: 3vw 3vw 3vw 0;
    right: 0px;
  }
  .NewsTopicsMain span img {
    height: 5.5vw;
    margin-right: 0px;
  }

    .NewsTopicsMain,
    .MediaTopicsMain{
    background-size: 100%;
    height: 30vw;
  }

    .projectMain{
      background-size:100%;
      width: 100%;
      height:30vw;
    }

  .projectMain div {
    height: 50vw;
    width: 100vw;
    margin-left:0vw;
  }
  .projectMain span {
    height: 5.5vw;
    padding: 3vw 3vw 3vw 0;
    right: 0;
  }
  .projectMain span img {
    height: 5.5vw;
    margin-right: 75px;
  }

  .pg-detail .newsmark{
    text-align:center;
    margin:0 auto;
    padding: 60px 0 0;
}

  .pg-detail .newsmark img{
    margin-bottom:0px;
  }

  .pg-detail h2 {
    text-align: left;
    font-size: 5vw;
    line-height: 8vw;
    padding: 10vw 0;
    width: 90vw;
  }
  .pg-detail h2 date {
    font-size: 3.5vw;
    display: inline-block;
    width: 90vw;
  }

  .articleCenter {
    width: 100vw !important;
  }
  .articleCenter article {
    padding: 4vw;
    width: 92vw;
  }
  .articleCenter article a {
    padding: 0;
  }


  .content{
    width: 100%;
    text-align: center;
  }

  .content img,
  .content p {
    margin: 5vw auto;
    max-width: 90vw;
    height: auto;
  }

  .back {
    padding: 3vw 0 0;
  }
  .back ul,
  .pg-detail .back ul {
    width: 82vw;
  }
  .back ul li {
    float: none;
    margin: 9vw 0;
  }

}
