@charset "utf-8";

/*-- 焦点图 --*/

.focus_top {
  width: 960px;
  height: 365px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}


/*.focus_top img:hover{
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/


/*-- focus特效所用样式 --*/

.swiper-slide {
  position: relative;
}

.swiper-slide .abk {
  position: absolute;
  opacity: 0;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.swiper-slide .p1 {
  /*left: 50px;*/
  left: 0;
  top: 35px;
}

.swiper-slide .p3 {
  /*left: 40px;*/
  left: 0;
  top: 30px;
}

.swiper-slide .p4 {
  left: 275px;
  top: 55px;
}


/*覆盖swiper样式*/

.swiper-pagination {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  width: 12px;
  height: 12px;
  background: #cf7f1a;
}


/*-- 每周行事历 --*/

.week {
  border: 1px solid #e2e2e2;
  width: 958px;
  height: 66px;
  overflow: hidden;
}

.week .top {
  width: 958px;
  height: 32px;
  overflow: hidden;
}

.week .top .tips {
  font-size: 1.6em;
  width: 84px;
  text-align: center;
  line-height: 2.2em;
}

.week .top .line {
  padding-top: 9px;
}

.week .top .line .bgs {
  height: 15px;
  padding: 2px;
  background: #f1f2f4;
}

.week .top .line .tp {
  display: block;
  background: url('../img/ohfls_week_linebg.jpg') repeat;
  height: 15px;
  width: 849px;
}

.week .top .line .tpm {
  display: block;
  margin-left: 4px;
}

.week .bottom {
  width: 958px;
  height: 32px;
  overflow: hidden;
}

.week ul {
  padding: 9px 0;
  font-size: 1.2em;
}

.week ul li {
  color: #dcdddd;
  float: left;
  width: 191px;
  text-align: center;
}

.week span.date {
  color: #cf7f1a;
}


/*-- 新闻第一列 --*/

.Articles_top {
  width: 960px;
  overflow: hidden;
  margin-top: 20px;
}

.Articles_top .left {
  width: 370px;
  /*height: 327px;*/
  overflow: hidden;
}


/*-- 日历位置样式 --*/

.Articles_top .left .focus {
  width: 370px;
  height: 327px;
  overflow: hidden;
}

.Articles_top .left .dater {
  width: 370px;
  height: 232px;
  margin-top: 15px;
  overflow: hidden;
}

.Articles_top .left .dater h2 {
  font-size: 16px;
  color: #fff;
  background: #205a40;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.Articles_top .left .dater .dater_in {
  background: #f1f8fc;
}

.Articles_top .right {
  margin-left: 20px;
  width: 570px;
  _margin-left: 0px;
}

.Articles_top .arts_nav {
  font-size: 1.6em;
}

.Articles_top .arts_nav {
  border-bottom: 1px solid #dfdfdf;
  height: 36px;
  position: relative;
}

.Articles_top .arts_nav a.abk {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

.Articles_top .arts_nav ul {
  position: absolute;
  left: 0;
  top: 0;
}

.Articles_top .arts_nav li {
  float: left;
  margin-right: 2px;
  width: 109px;
  height: 36px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #ececec;
}

.Articles_top .arts_nav li a {
  display: block;
  width: 75px;
  padding-left: 34px;
  height: 36px;
  line-height: 36px;
  background-image: url('../img/ohfls_sprite_ico.png');
  background-repeat: no-repeat;
}

.Articles_top .arts_nav li a.nv0 {
  background-position: 12px 10px;
}

.Articles_top .arts_nav li a.nv1 {
  background-position: 12px -319px;
}

.Articles_top .arts_nav li a.nv2 {
  background-position: 12px 10px;
}

.Articles_top .arts_nav li a.nv3 {
  background-position: 12px -59px;
}

.Articles_top .arts_nav li.on a.nv0 {
  background-position: 12px -104px;
}

.Articles_top .arts_nav li.on a.nv1 {
  background-position: 12px -363px;
}

.Articles_top .arts_nav li.on a.nv2 {
  background-position: 12px -104px;
}

.Articles_top .arts_nav li.on a.nv3 {
  background-position: 11px -174px;
}

.Articles_top .arts_nav li.on {
  border-bottom: 1px solid #205a40;
  background-color: #205a40;
}

.Articles_top .arts_nav li.on a {
  color: #fff;
}

.Articles_top .arts {
  height: 292px;
  overflow: hidden;
}

.Articles_top .arts_top {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ededed;
}

.Articles_top .arts_top h2 {
  font-weight: normal;
  font-size: 1.6em;
  padding: 15px 10px 11px;
  text-align: center;
}

.Articles_top .arts_top h2 a:link,
.Articles_top .arts_top h2 a:visited {
  color: #0e402d;
}

.Articles_top .arts_top h2 a:hover,
.Articles_top .arts_top h2 a:active {
  color: #c00;
}

.Articles_top .arts_top p {
  font-size: 1.2em;
  line-height: 2.2em;
  color: #666;
}

.Articles_top .arts_top p a:link,
.Articles_top .arts_top p a:visited {
  color: #c00;
}

.Articles_top .arts_top p a:hover,
.Articles_top .arts_top p a:active {
  color: #c00;
}

.Articles_top .arts_other {
  padding-top: 2px;
}

.Articles_top .arts_other li {
  font-size: 1.4em;
  background-image: url('../img/ohfls_point.jpg');
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 10px;
  height: 30px;
  *height: 26px;
  line-height: 30px;
  *line-height: 26px;
}

.Articles_top .arts_other li span.title {
  display: block;
  width: 510px;
}

.Articles_top .arts_other li span.date {
  display: block;
  width: 50px;
  text-align: right;
  color: #999;
}

.Articles_top .artsNew {
  width: 580px;
}

.Articles_top .artsNew .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_top .artsNew .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_top .artsNew .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_top .artsNew .list {
  padding-top: 2px;
}

.Articles_top .artsNew .list li {
  font-size: 1.4em;
  background-image: url('../img/ohfls_point.jpg');
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 10px;
  height: 30px;
  *height: 26px;
  line-height: 30px;
  *line-height: 26px;
}

.Articles_top .artsNew .list li span.stitle {
  display: block;
  width: 510px;
}

.Articles_top .artsNew .list li span.date {
  display: block;
  width: 50px;
  text-align: right;
  color: #999;
}

.art_line {
  margin: 20px 0;
  height: 4px;
  width: 960px;
  background-image: url('../img/ohfls_line_bg.jpg');
  background-repeat: repeat-x;
}


/*-- 新闻第二列 --*/

.Articles_middle {
  width: 960px;
  overflow: hidden;
}

.Articles_middle .left {
  width: 370px;
  /*height: 327px;*/
  overflow: hidden;
}

.Articles_middle .left .arts_nav {
  font-size: 1.6em;
}

.Articles_middle .left .arts_nav {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  position: relative;
}

.Articles_middle .left .arts_nav a.abk {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

.Articles_middle .left .arts_nav ul {
  position: absolute;
  left: 0;
  top: 0;
}

.Articles_middle .left .arts_nav li {
  float: left;
  margin-right: 2px;
  min-width: 109px;
  height: 36px;
  text-align: center;
  border-bottom: 3px solid #ececec;
  background-color: #ececec;
}

.Articles_middle .left .arts_nav li a {
  display: block;
  min-width: 84px;
  padding-left: 27px;
  padding-right:5px;
  height: 36px;
  line-height: 36px;
  background-image: url('../img/ohfls_sprite_ico.png');
  background-repeat: no-repeat;
}

.Articles_middle .left .arts_nav li a.nv0 {
  background-position: 12px 10px;
}

.Articles_middle .left .arts_nav li a.nv1 {
  background-position: 12px -223px;
}

.Articles_middle .left .arts_nav li.on a.nv0 {
  background-position: 12px -363px;
}

.Articles_middle .left .arts_nav li.on a.nv1 {
  background-position: 12px -269px;
}

.Articles_middle .left .arts_nav li.on {
  border-bottom: 3px solid #205a40;
  background-color: #205a40;
}

.Articles_middle .left .arts_nav li.on a {
  color: #fff;
}

.Articles_middle .left .arts,
.Articles_middle .left .arts ul {
  /*height: 362px;*/
}

.Articles_middle .left .arts li {
  height: 66px;
  margin: 8px 0 4px;
}

.Articles_middle .left .arts .date {
  width: 63px;
  height: 66px;
}

.Articles_middle .left .arts .date .year {
  width: 63px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  background: #205a40;
}

.Articles_middle .left .arts .date .day {
  background: #e9e9e9;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 2.2em;
  color: #666;
}

.Articles_middle .left .arts .info {
  width: 287px;
  margin-left: 20px;
  _display: inline;
}

.Articles_middle .left .info .title {
  width: 287px;
  font-size: 1.5em;
  padding: 3px 0 5px 0;
}

.Articles_middle .left .info .txt {
  font-size: 1.2em;
  color: #999;
  line-height: 1.6em;
  height: 36px;
  overflow: hidden;
}

.Articles_middle .left .info .txt a {
  color: #155c42;
}

.Articles_middle .left .na {
  width: 370px;
}

.Articles_middle .left .na .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_middle .left .na .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_middle .left .na .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_middle .left .na .list {
  padding-top: 2px;
}

.Articles_middle .left .na .list li {
  font-size: 1.4em;
  background-image: url('../img/ohfls_point.jpg');
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 10px;
  height: 30px;
  *height: 26px;
  line-height: 30px;
  *line-height: 26px;
}

.Articles_middle .left .na .list li span.stitle {
  display: block;
  width: 300px;
}

.Articles_middle .left .na .list li span.date {
  display: block;
  width: 50px;
  text-align: right;
  color: #999;
}

.Articles_middle .right {
  margin-left: 20px;
  width: 570px;
}

.Articles_middle .right .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_middle .right .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_middle .right .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_middle .list {
  /*height: 360px;*/
  padding-top: 5px;
}

.Articles_middle .list li {
  font-size: 1.4em;
  background-image: url('../img/ohfls_point.jpg');
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 10px;
  height: 30px;
  *height: 26px;
  line-height: 30px;
  *line-height: 26px;
}

.Articles_middle .list li span.ltitle {
  display: block;
  width: 510px;
}

.Articles_middle .list li span.date {
  display: block;
  width: 50px;
  text-align: right;
  color: #999;
}


/*-- 组织机构 --*/

.groups {
  width: 960px;
  overflow: hidden;
  margin: 0 0 20px;
}

.groups ul {
  margin-left: -15px;
  width: 990px;
}

.groups ul li {
  float: left;
  width: 142px;
  height: 86px;
  border: 1px solid #cbcbc9;
  margin-left: 15px;
  margin-top: 20px;
  -ms-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.groups ul li span.g_pic {
  display: block;
  width: 142px;
  padding-top: 5px;
  height: 55px;
  text-align: center;
  overflow: hidden;
}

.groups ul li span.g_pic img {
  width: 50px;
  height: 50px;
  -ms-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.groups ul li:hover {
  border-color: #155c42;
}

.groups ul li:hover span.g_pic img {
  transform: rotateY(360deg) scale(1.2);
}

.groups ul li span.g_txt {
  display: block;
  width: 142px;
  height: 26px;
  /*font-size: 2.4em;*/
  font-size: 1.6em;
  text-align: center;
  /*line-height: 26px;*/
  color: #205a40;
  overflow: hidden;
}

.groups ul li span.g_txt a {
  display: block;
  width: 142px;
  height: 26px;
}

.groups ul li span.g_txt a:link,
.groups ul li span.g_txt a:visited {
  color: #205a40;
}

.groups ul li span.g_txt a:hover,
.groups ul li span.g_txt a:active {
  color: #cf7f1a;
  text-decoration: none;
}


/*-- 新闻第三列 --*/

.Articles_bottom {
  width: 960px;
  overflow: hidden;
}

.Articles_bottom .left {
  width: 660px;
}

.Articles_bottom .pl {
  width: 660px;
}

.Articles_bottom .pl .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_bottom .pl .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_bottom .pl .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_bottom .pl .plist {
  margin-top: 10px;
  height: 194px;
}

.Articles_bottom .pl .plist ul {
  overflow: hidden;
}

.Articles_bottom .pl .plist li {
  width: 136px;
  float: left;
  margin-right: 29px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.Articles_bottom .pl .plist li img {
  width: 124px;
  height: 154px;
  padding: 3px;
  border: 3px solid #efefef;
  border-radius: 3px;
}

.Articles_bottom .pl .plist li img:hover {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.Articles_bottom .right {
  width: 270px;
  margin-left: 30px;
  _margin-left: 0px;
}

.Articles_bottom .right .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_bottom .right .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_bottom .right .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_bottom .right ul {
  width: 270px;
}

.Articles_bottom .right ul li {
  width: 270px;
  margin-top: 16px;
}

.Articles_bottom .right ul li a {
  display: block;
  width: 270px;
  height: 56px;
  overflow: hidden;
}

.Articles_bottom .right ul li img {
  width: 270px;
  height: 56px;
}

.Articles_bottom .right ul li img:hover {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


/*-- 最后一列样式 --*/

.Articles_last {
  width: 960px;
  overflow: hidden;
  margin-top: 20px;
}

.Articles_last .left {
  width: 660px;
}

.Articles_last .left .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.Articles_last .left .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.Articles_last .left .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.Articles_last .left .llist {
  width: 660px;
  height: 150px;
  padding: 30px 0 40px;
  overflow: hidden;
  position: relative;
}

.Articles_last .left .llist .sleft,
.Articles_last .left .llist .sright {
  width: 26px;
  vertical-align: middle;
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.Articles_last .left .llist .sleft img,
.Articles_last .left .llist .sright img {
  vertical-align: middle;
}

.Articles_last .left .llist .con {
  /*width: 608px;*/
  width: 600px;
  overflow: hidden;
}

.Articles_last .left .llist .con li {
  float: left;
  width: 180px;
  /*margin-left: 20px;*/
  padding-right: 20px;
}

.Articles_last .left .llist .con li p.pic {
  width: 180px;
  height: 130px;
  overflow: hidden;
}

.Articles_last .left .llist .con li p.pic img.ani {
  width: 180px;
  height: 130px;
}

.Articles_last .left .llist .con li p.pic img:hover {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.Articles_last .left .llist .con li p.txt {
  width: 180px;
  height: 20px;
  font-size: 1.2em;
  line-height: 20px;
  text-align: center;
}

.Articles_last .left .llist .prev,
.Articles_last .left .llist .next {
  position: absolute;
  width: 26px;
  height: 150px;
  font: 0/0 Arial;
  cursor: pointer;
  top: 20px;
}

.Articles_last .left .llist .prev {
  left: 0;
}

.Articles_last .left .llist .next {
  right: -10px;
}

.Articles_last .right {
  width: 270px;
  margin-left: 30px;
}

.Articles_last .right .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  position: relative;
}

.Articles_last .right .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #265b42;
}

.Articles_last .right .list {
  width: 270px;
}

.Articles_last .right .list li {
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 1.4em;
  float: left;
  margin-left: 15px;
  _margin-left: 5px;
  _margin-top: 10px;
  _display: inline-block;
  margin-top: 20px;
}

.Articles_last .right .list li img {
  width: 52px;
  height: 46px;
  -ms-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.Articles_last .right .list li:hover img {
  transform: rotateY(360deg) scale(1.2);
}


/*-- 快速链接样式 --*/

.qlink {
  width: 940px;
  overflow: hidden;
  background: #2d6145;
  height: 23px;
  border-radius: 3px;
  padding: 7px 10px 8px;
}

.qlink .title {
  display: block;
  float: left;
  height: 23px;
  line-height: 23px;
  width: 86px;
  background-image: url('../img/ohfls_qink_title.jpg');
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.qlink ul {
  float: left;
}

.qlink ul li {
  width: 158px;
  height: 23px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  _margin-left: 5px;
}

.qlink ul li select {
  padding: 0 10px;
  margin: 0;
  width: 158px;
  height: 23px;
  border: none;
  font-size: 1.4em;
}


/*-- 学校照片 --*/

.photos {
  width: 960px;
  overflow: hidden;
  margin-top: 20px;
}

.photos .title {
  border-bottom: 3px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  color: #155c42;
  font-size: 1.8em;
  padding-left: 17px;
  background-image: url('../img/ohfls_point_green.jpg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  position: relative;
}

.photos .title .ee {
  color: #7d7d7d;
  font-size: 0.7em;
  margin-left: 4px;
}

.photos .title .abk {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
}

.photos .plist {
  width: 960px;
  height: 150px;
  padding: 20px 0 40px;
  overflow: hidden;
  position: relative;
}

.photos .plist .left,
.photos .plist .right {
  display: block;
  width: 26px;
  vertical-align: middle;
  height: 150px;
  line-height: 150px;
  text-align: center;
  cursor: pointer;
  position: absolute;
}

.photos .plist .left img,
.photos .plist .right img {
  vertical-align: middle;
}

.photos .plist .con {
  width: 908px;
  margin: 0 26px;
  overflow: hidden;
}

.photos .plist .con img.ani {
  width: 180px;
  height: 130px;
}

.photos .plist .con img:hover {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.photos .plist .con .prev,
.photos .plist .con .next {
  position: absolute;
  width: 26px;
  height: 150px;
  font: 0/0 Arial;
  cursor: pointer;
  top: 20px;
}

.photos .plist .con .prev {
  left: 0;
}

.photos .plist .con .next {
  right: -10px;
}

.photos .plist .con .cx_content {
  width: 908px;
  overflow: hidden;
}

.photos .plist .con li {
  float: left;
  width: 180px;
  margin-left: 20px;
}

.photos .plist .con li:first-child {
  margin-left: 0;
}

.photos .plist .con li p.pic {
  width: 180px;
  height: 130px;
  overflow: hidden;
}

.photos .plist .con li p.txt {
  width: 180px;
  height: 20px;
  font-size: 1.2em;
  line-height: 20px;
}

.footer {
  width: 100%;
  /*height: 345px;*/
  margin-top: 20px;
  background: #265b42;
  color: #cedeaa;
  overflow: hidden;
}

.footer a:link,
.footer a:visited {
  color: #cedeaa;
}

.footer a:hover,
.footer a:active {
  color: #c00;
}

.footer .content {
  width: 1000px;
  margin: 0 auto;
  height: 170px;
  /*padding: 24px 0 16px;*/
  padding: 24px 0;
  border-bottom: 1px solid #2a6649;
}

.footer .content .left {
  width: 305px;
  height: 165px;
  padding-top: 5px;
  border-right: 1px solid #2a6649;
  font-size: 1.2em;
}

.footer .content .left .title {
  font-size: 2.4em;
  padding-left: 33px;
  background-image: url('../img/ohfls_footer_0.jpg');
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.footer .content .left .links {
  margin-top: 16px;
  line-height: 26px;
}

.footer .content .right {
  width: 694px;
  height: 165px;
  padding-top: 5px;
  font-size: 1.2em;
}

.footer .content .right .title {
  font-size: 2.4em;
  padding-left: 33px;
  background-image: url('../img/ohfls_footer_1.jpg');
  background-repeat: no-repeat;
  background-position: 80px 5px;
  padding-left: 120px;
}

.footer .content .right .title span {
  font-size: 0.75em;
}

.footer .content .right .links {
  width: 694px;
  overflow: hidden;
  margin-top: 15px;
}

.footer .content .right .links ul {
  margin-left: -2px;
}

.footer .content .right .links li {
  float: left;
  width: 112px;
  height: 120px;
  overflow: hidden;
  background-image: url('../img/ohfls_footer_li_bg.jpg');
  background-repeat: repeat-y;
}

.footer .content .right .links dl {
  width: 112px;
}

.footer .content .right .links dt {
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.footer .content .right .links dd {
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.footer .g_contact {
  padding: 10px 0 20px;
}

.footer .g_links {
  margin-top: 28px;
}

.focus .fbg {
  _right: inherit;
  _left: 280px;
}

.focus .shadow {
  _background: black;
  _opacity: 0.6;
  _filter: alpha(opacity=60);
}