@charset "UTF-8";
.p-news_list .global-nav .news {
  opacity: 1;
}
.p-news_list .global-main {
  padding-top: 30px;
}
.p-news_list .news-list-section.-main {
  float: left;
  width: 644px;
}
.p-news_list .news-list-section.-sub {
  float: right;
  width: 280px;
}
.p-news_list .category.-info {
  color: #797959;
}
.p-news_list .category.-event {
  color: #797959;
}
.p-news_list .category.-guest {
  color: #797959;
}
.p-news_list .category.-report {
  color: #797959;
}
.p-news_list .category.-interview {
  color: #797959;
}
.p-news_list .category.-activiry {
  color: #797959;
}
.p-news_list .category.-student {
  color: #797959;
}
.p-news_list .news-tab {
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #61553d;
}
.p-news_list .news-tab .title {
  margin-right: 25px;
  padding-left: 12px;
  float: left;
  width: auto;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.p-news_list .news-tab .items {
  *zoom: 1;
}
.p-news_list .news-tab .items:after {
  content: "";
  display: table;
  clear: both;
}
.p-news_list .news-tab .item {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.p-news_list .news-tab .item:hover,
.p-news_list .news-tab .item.-active {
  color: #fff;
  text-decoration: none;
}
.p-news_list .news-tab .item.-all:hover,
.p-news_list .news-tab .item.-all.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-info:hover,
.p-news_list .news-tab .item.-info.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-event:hover,
.p-news_list .news-tab .item.-event.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-guest:hover,
.p-news_list .news-tab .item.-guest.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-report:hover,
.p-news_list .news-tab .item.-report.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-interview:hover,
.p-news_list .news-tab .item.-interview.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-activity:hover,
.p-news_list .news-tab .item.-activity.-active {
  background: #282e2d;
}
.p-news_list .news-tab .item.-student:hover,
.p-news_list .news-tab .item.-student.-active {
  background: #282e2d;
}
.p-news_list .articles {
  display: none;
}
.p-news_list .articles.-all {
  display: block;
}
.p-news_list .article {
  *zoom: 1;
  border-bottom: 2px solid #e6e2d8;
}
.p-news_list .article:after {
  content: "";
  display: table;
  clear: both;
}
.p-news_list .article .image {
  float: left;
  width: 170px;
}
.p-news_list .article .image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-news_list .article .subject {
  padding-top: 15px;
  padding-left: 190px;
}
.p-news_list .article .subject a {
  font-size: 20px;
  color: #555;
  line-height: 1.4;
}
.p-news_list .article .meta {
  margin: 15px 0;
  padding-left: 190px;
  font-size: 12px;
}
.p-news_list .article .meta .date {
  color: #999;
}
.p-news_list .article-nav {
  *zoom: 1;
  margin-top: 30px;
}
.p-news_list .article-nav:after {
  content: "";
  display: table;
  clear: both;
}
.p-news_list .article-nav a {
  font-size: 13px;
  color: #aa8d47;
}
.p-news_list .article-nav .prev {
  float: left;
  width: auto;
}
.p-news_list .article-nav .next {
  float: right;
  width: auto;
}
.p-news_list .recommended-entries {
  margin-bottom: 50px;
}
.p-news_list .recommended-entries .image {
  display: none;
}
.p-news_list .recommended-entries .title {
  padding: 5px;
  border-top: 1px solid #c5c0b4;
  border-bottom: 1px solid #c5c0b4;
  font-size: 13px;
  color: #a39a83;
  text-align: center;
}
.p-news_list .recommended-entries .item {
  padding: 10px 0;
  border-bottom: 1px solid #e6e2d8;
}
.p-news_list .recommended-entries .subject a {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.p-news_list .recommended-entries .meta {
  margin-top: 5px;
  font-size: 12px;
}
.p-news_list .recommended-entries .meta .date {
  color: #999;
}
.p-news_list .calendar,
.p-news_detail .calendar {
  margin-bottom: 15px;
}
.p-news_list .banner,
.p-news_detail .banner {
  margin-bottom: 15px;
  text-align: center;
}
.p-news_list .goto-pagetop {
  margin-top: 50px;
}

.p-news_detail .global-nav .news {
  opacity: 1;
}
.p-news_detail .global-main {
  padding-top: 30px;
  padding-bottom: 40px;
}
.p-news_detail .news-detail-section.-main {
  float: left;
  width: 644px;
}
.p-news_detail .news-detail-section.-sub {
  float: right;
  width: 280px;
}
.p-news_detail .category.-info {
  color: #797959;
}
.p-news_detail .category.-event {
  color: #797959;
}
.p-news_detail .category.-guest {
  color: #797959;
}
.p-news_detail .category.-report {
  color: #797959;
}
.p-news_detail .category.-interview {
  color: #797959;
}
.p-news_detail .category.-activiry {
  color: #797959;
}
.p-news_detail .category.-student {
  color: #797959;
}
.p-news_detail .entry-header {
  margin-bottom: 30px;
  font-size: 14px;
}
.p-news_detail .entry-header .date {
  color: #999;
}
.p-news_detail .entry-header .subject {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #61553d;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.p-news_detail .entry-body {
  padding-bottom: 70px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.p-news_detail .entry-body strong,
.p-news_detail .entry-body b {
  font-weight: bold;
}
.p-news_detail .entry-body em,
.p-news_detail .entry-body i {
  font-style: italic;
}

.p-news_detail .entry-body .rep_txt {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.p-news_detail .entry-body .w_hline {
  font-weight: bold;
  padding-bottom: 9px;
  background: url("../imgs/item_border.gif") no-repeat center bottom;
}
.p-news_detail .entry-body .w_hed {
  font-weight: bold;
}
.p-news_detail .entry-body .w_cap {
  color: #888;
  font-size: 14px;
}
.p-news_detail .entry-body .w_copy {
  color: #90909;
  font-size: 10px;
  background: url("../imgs/icon_copy.gif") left 1px no-repeat;
  padding: 0 0 0 12px;
  margin-left: 2px;
}
.p-news_detail .entry-body .w_caution {
  color: #ff8c00;
  font-size: 11px;
  padding: 0 0 0 0px;
  margin-left: 2px;
  margin-top: 4px;
}
.p-news_detail .entry-body .w_txin {
  color: #aa8d47;
}
.p-news_detail .entry-body .w_txout {
  color: #4768aa;
}
.p-news_detail .entry-body .w_in {
  color: #aa8d47;
}
.p-news_detail .entry-body .w_out {
  background: url("../img/common/ico_link_out.png") left center no-repeat;
  padding: 0 0 0 24px;
  margin-left: 4px;
  color: #4768aa;
}
.p-news_detail .entry-body .w_wrk {
  color: #111;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  float: left;
}
.p-news_detail .entry-body .w_wrki {
  width: 60px;
}
.p-news_detail .entry-body .w_wrki a {
  display: block;
  width: 60px;
  height: 15px;
  text-indent: -500px;
  overflow: hidden;
}
.p-news_detail .entry-body a.w_wrkia {
  background-image: url("../imgs/icon_filmdetail.gif");
}
.p-news_detail .entry-body a:hover.w_wrkia {
  background-position: 0px -15px;
}
.p-news_detail .entry-body .w_wrki_e {
  width: 54px;
}
.p-news_detail .entry-body .w_wrki_e a {
  display: block;
  width: 54px;
  height: 15px;
  text-indent: -500px;
  overflow: hidden;
}
.p-news_detail .entry-body a.w_wrkia_e {
  background-image: url("../imgs/icon_filmdetail_en.gif");
}
.p-news_detail .entry-body a:hover.w_wrkia_e {
  background-position: 0px -15px;
}
.p-news_detail .entry-body .w_video_1 {
  width: 60px;
}
.p-news_detail .entry-body .w_video_1 a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 15px;
  text-indent: -500px;
  overflow: hidden;
}
.p-news_detail .entry-body a.w_video_1a {
  background-image: url("../imgs/icon_btn_1m.gif");
}
.p-news_detail .entry-body a:hover.w_video_1a {
  background-position: 0px -15px;
}
.p-news_detail .entry-body .w_video_300 {
  width: 60px;
  /*margin-left: 80px;*/
}
.p-news_detail .entry-body .w_video_300 a {
  display: block;
  width: 60px;
  height: 15px;
  /*margin-left: 80px;*/
  text-indent: -500px;
  overflow: hidden;
}
.p-news_detail .entry-body a.w_video_300a {
  background-image: url("../imgs/icon_btn_300k.gif");
}
.p-news_detail .entry-body a:hover.w_video_300a {
  background-position: 0px -15px;
}
.p-news_detail .entry-body .none {
  display: none;
}
.p-news_detail .entry-body .hidden {
  visibility: hidden;
}
.p-news_detail .entry-body .w_pr {
  width: 485px;
  background: url("../imgs/article_grey_middle.gif") repeat-y left;
}
.p-news_detail .entry-body .w_prtit {
  width: 475px;
  height: 32px;
  background-image: url("../imgs/article_grey_top.gif");
  background-repeat: no-repeat;
  background-position: left top;
  color: #151515;
  font-size: 11px;
  font-weight: bold;
}
.p-news_detail .entry-body .w_prtit_p {
  padding: 10px 0 0 10px;
}
.p-news_detail .entry-body .w_prtx {
  width: 475px;
  background-image: url("../imgs/article_grey_bottom.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.p-news_detail .entry-body .w_prtx_p {
  padding: 8px 20px 16px 10px;
  line-height: 150%;
}
.p-news_detail .entry-body .report_photo {
  padding: 5px;
  border: 1px solid #b8b8b8;
}
.p-news_detail .entry-body strong {
  font-weight: bold;
}
.p-news_detail .entry-body .youtube {
  position: relative;
  width: 100%;
}
.p-news_detail .entry-body .youtube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-news_detail .entry-body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news_detail .entry-body a:link,
.p-news_detail .entry-body a:link.w_in,
.p-news_detail .entry-body a:link.w_txin,
.p-news_detail .entry-body a:visited,
.p-news_detail .entry-body a:visited.w_in,
.p-news_detail .entry-body a:visited.w_txin,
.p-news_detail .entry-body a:hover,
.p-news_detail .entry-body a:hover.w_in,
.p-news_detail .entry-body a:hover.w_txin,
.p-news_detail .entry-body a:active,
.p-news_detail .entry-body a:active.w_in,
.p-news_detail .entry-body a:active.w_txin {
  color: #927921;
  text-decoration: underline;
}
.p-news_detail .entry-body a:link.w_out,
.p-news_detail .entry-body a:visited.w_out,
.p-news_detail .entry-body a:hover.w_out,
.p-news_detail .entry-body a:active.w_out {
  color: #4768aa;
  text-decoration: underline;
}
.p-news_detail .entry-body .w_cap {
  font-size: 14px;
  color: #888;
}
.p-news_detail .entry-nav {
  *zoom: 1;
  margin-top: 30px;
  padding: 15px 5px;
  border-top: 1px solid #61553d;
  border-bottom: 1px solid #61553d;
}
.p-news_detail .entry-nav:after {
  content: "";
  display: table;
  clear: both;
}
.p-news_detail .entry-nav .prev {
  float: left;
  width: 300px;
}
.p-news_detail .entry-nav .next {
  float: right;
  width: 300px;
}
.p-news_detail .entry-nav .text a {
  font-size: 13px;
  color: #797959;
}
.p-news_detail .entry-nav .subject {
  margin-top: 10px;
}
.p-news_detail .entry-nav .subject a {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.p-news_detail .entry-nav .meta {
  margin-top: 10px;
  font-size: 12px;
}
.p-news_detail .entry-nav .meta .date {
  color: #999;
}
.p-news_detail .back-link {
  margin-top: 45px;
  text-align: center;
}
.p-news_detail .back-link a {
  font-size: 13px;
  color: #282e2d;
}
.p-news_detail .recent-entries .image {
  display: none;
}
.p-news_detail .recent-entries .title {
  padding: 5px;
  border-top: 1px solid #797959;
  border-bottom: 1px solid #797959;
  font-size: 13px;
  color: #797959;
  text-align: center;
}
.p-news_detail .recent-entries .item {
  padding: 10px 0;
  border-bottom: 1px solid #e6e2d8;
}
.p-news_detail .recent-entries .subject a {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.p-news_detail .recent-entries .meta {
  margin-top: 5px;
  font-size: 12px;
}
.p-news_detail .recent-entries .meta .date {
  color: #999;
}
/*.p-news_detail .calendar {
  margin-top: 15px;
}
.p-news_detail .banner {
  margin-top: 15px;
}*/

body.news .-sub .calendar {
  margin: 0 0 30px;
}
body.news .-sub .calendar .hl {
  background-color: #977e45;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
body.news .-sub .calendar .period {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
body.news .-sub .calendar table {
  width: 100%;
  font-size: 18px;
  border-bottom: solid 1px #977e45;
}
body.news .-sub .calendar table th {
  font-size: 15px;
  text-align: center;
  border-bottom: solid 1px #977e45;
  padding-bottom: 8px;
}
body.news .-sub .calendar table th.sun {
  color: #b4373b;
}
body.news .-sub .calendar table th.sat {
  color: #3554af;
}
body.news .-sub .calendar table td {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
body.news .-sub .calendar table .col1 td {
  padding-top: 8px;
}
body.news .-sub .calendar table .col2 td {
  padding-bottom: 8px;
}
body.news .-sub .calendar table td a {
  display: block;
  color: #977e45;
}
body.news .-sub .calendar table td a:hover,
body.news .-sub .calendar table td a.-active {
  background-color: #977e45;
  color: #fff;
  text-decoration: none;
}
body.news .-sub .calendar table td.off {
  color: #999;
}

body.news .ad_banner {
  margin-bottom: 30px;
}
body.news .ad_banner .hl {
  margin-bottom: 8px;
  font-size: 14px;
  color: #999;
}
body.news .ad_banner img {
  width: 280px;
}
.banner-newspage {
  margin-bottom: 30px;
}
body .banner-newspage img {
  width: 280px;
}
