﻿/* 在public.less文件修改 */
/*  */
.header {
  width: 100%;
  height: 100px;
}
.header .logo {
  float: left;
  height: 100px;
  line-height: 100px;
}
.header .logo img {
  vertical-align: middle;
}
.header .btns {
  float: right;
  height: 90px;
  margin-top: 10px;
}
.header .btns a {
  font-size: 15px;
  color: #055445;
  padding-left: 35px;
  background: url("../image/more.png") no-repeat left center;
  line-height: 100px;
  font-weight: bold;
}
.header .btns a:hover{
  color: #efba08;
  background: url("../image/more-on.png") no-repeat left center;
}
.header .nav {
  height: 100px;
  float: right;
  position: relative;
}
.header .nav ul {
  margin-right: 12px;
}
.header .nav li {
  float: left;
  height: 100px;
  line-height: 100px;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}
.header .nav li a {
  font-size: 15px;
  color: #484848;
  line-height: 120px;
  font-weight: bold;
  padding: 0 20px;
}
.header .nav li.curr {
  background: #008481;
}
.header .nav li.curr a {
  color: #ffffff;
}
.header .nav li:hover {
  background: #008481;
}
.header .nav li:hover a {
  color: #ffffff;
}
.header .nav span {
  height: 5px;
  background: #055445;
  position: absolute;
  left: 2px;
  top: 0;
}
.footer {
  width: 100%;
  height: 100px;
  /*text-align: center;*/
  background: #f6f6f6;
}
.footer .le{
  float: left;
}

.footer .ri{
  float: right;
  padding-top: 30px;
}

.footer .footer-list {
  width: 100%;
  overflow: hidden;
  padding: 24px 0 0 0;
}
.footer .footer-list li {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  /*margin-right: 12px;*/
}
.footer .footer-list li a {
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
.footer .footer-list li a:hover{
  color: #008481;
}
.footer .footer-list li a i{
  font-weight: inherit;
  font-size: 12px;
}

.footer .footer-icon {
  width: 100%;
  height: 30px;
  margin-bottom: 16px;
}

.footer .footer-icon a {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.footer .footer-bot {
  width: 100%;
  margin-top: -4px;
}
.footer .footer-bot p{
  text-indent: 40px;
}
.footer .footer-bot a {
  font-size: 13px;
  color: #949494;
}
/* 公用*/
.subject{
  min-height: 600px;
  overflow: hidden;
}
.width {
  width: 100%;
}
.size13 {
  font-size: 13px;
  color: #929292;
}
.size14 {
  font-size: 14px;
  color: #999999;
}
.size18 {
  font-size: 18px;
  color: #666666;
}
.fl750 {
  width: 750px;
  float: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.more {
  width: 108px;
  height: 35px;
  line-height: 35px;
  background: url("../image/more2.png") no-repeat center center;
  font-size: 13px;
  color: #ffffff;
  text-indent: 15px;
  display: block;
}
.more:hover {
  color: #ffffff;
}
/* banner */
.banner {
  width: 100%;
  height: 285px;
  background: url("../image/banner.jpg") no-repeat center center;
}
/* home */
.home {
  width: 100%;
  background: #f6f6f6;
}
.home .home-main {
  /*width: 1280px;*/
  margin: 0 auto 0 auto;
  background: #ffffff;
  padding: 40px 0;
  position: relative;
  /*top: -40px;*/
  overflow: hidden;
}
.home .home-main .home-title {
  width: 100%;
  height: 40px;
  border-bottom: 2px #dfdfdf solid;
  margin-bottom: 16px;
}
.home .home-main .home-title h2 {
  font-size: 18px;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  background: #055445;
  padding: 0 20px;
  display: inline-block;
}
.home .home-main .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .home-main .home-left1 {
  width: 360px;
  height: 312px;
  padding-right: 30px;
  border-right: 1px #f6f6f6 solid;
  float: left;
  position: relative;
}
.home .home-main .home-left1 p {
  font-size: 13px;
  color: #929292;
  margin-bottom: 12px;
}
.home .home-main .home-left2 {
  width: 392px;
  height: 312px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.home .home-main .home-left2 .home-swi {
  width: 100%;
  height: 28px;
  position: relative;
  margin-bottom: 15px;
}
.home .home-main .home-left2 .home-swi li {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 9px;
}
.home .home-main .home-left2 .home-swi li a {
  font-size: 14px;
  color: #666666;
  height: 28px;
}
.home .home-main .home-left2 .home-swi li.curr {
  background: #055445;
}
.home .home-main .home-left2 .home-swi li.curr a {
  color: #ffffff;
}
.home .home-main .home-left2 .home-swi span {
  height: 2px;
  background: #f8c820;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .home-main .home-left2 .home-item {
  width: 100%;
  height: 200px;
  display: none;
}
.home .home-main .home-left2 .home-item p {
  font-size: 13px;
  color: #929292;
  margin-bottom: 5px;
}
.home .home-main .home-left2 .home-item.on {
  display: block;
}
.Special {
  width: 360px;
  float: right;
}
.Special .Special-top {
  width: 300px;
  height: 130px;
  padding: 0 30px;
  background: url("../image/ri-003.jpg") no-repeat center center;
  margin-bottom: 10px;
}
.Special .Special-top h3 {
  font-size: 18px;
  color: #5d6764;
  padding-bottom: 18px;
  padding-top: 20px;
}
.Special .Special-top p {
  font-size: 14px;
  color: #333;
}
.Special .Special-bot {
  width: 300px;
  height: 190px;
  padding: 0 30px;
  background: url("../image/ri-004.jpg") no-repeat center center;
}
.honors{margin-top: 10px;}

.Special .Special-bot h3 {
  font-size: 18px;
  color: #5d6764;
  padding: 20px 0 10px 0;
}
.Special .Special-bot li {
  width: 330px;
  height: 30px;
}
.Special .Special-bot p {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 30px;
}
.Special .Special-bot em {
  float: left;
  margin-right: 10px;
  height: 30px;
}
.Special .honors{
  width: 300px;
  height: 270px;
  padding: 0 30px;
  background: url("../image/honors_bg.jpg") no-repeat center center;
}
.Special .honors h3{
  font-size: 18px;
  color: #5d6764;
  padding: 20px 0 10px 0;
}
.Special .honors p{
  font-size: 14px;
  color: #333;
}
/* 主体 */
.ban {
  width: 100%;
  height: 150px;
  background: url("../image/ban.jpg") no-repeat center center;
}
.subject {
  width: 100%;
  /*padding-top: 20px;*/
  background: #FFF;
}
.subject .subject-main {
  width: 100%;
  /*background: #ffffff;*/
}
.subject .subject-main .subNav {
  width: 100%;
  height: 60px;
  /*border-bottom: 2px #f6f6f6 solid;*/
}
/*.subject .subject-main .subNav ul {*/
  /*padding: 0 30px;*/
/*}*/
.subject .subject-main .subNav ul li {
  height: 60px;
  float: left;
  margin-right: 24px;
}
.subject .subject-main .subNav ul li a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
}
.subject .subject-main .subNav ul li p {
  font-size: 13px;
  color: #666666;
  line-height: 65px;
}
.subject .subject-main .subNav ul li p em {
  color: #e21c1c;
}
.subject .subject-main .subNav ul li.curr a {
  border-bottom: 2px #00574a solid;
  color: #00574a;
}

.subject .subject-main .subject-bot {
  padding: 20px 0 0;
}

.middle .paging{
  margin: 20px 0 54px;
}
.paging {
  width: 100%;
  height: 32px;
  text-align: center;
  margin: 20px 0;
}
.paging a {
  font-size: 14px;
  color: #999999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: inline-block;
  border: 1px #eeeeee solid;
  margin-right: 3px;
}
.paging span {
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px #509926 solid;
  background: #509926;
  overflow: hidden;
  display: inline-block;
}
/* about */
.about {
  width: 100%;
}
.about .about-left {
  width: 750px;
  float: left;
  background: #f0f8fa url('../image/abou-bom-001.jpg') no-repeat bottom center;
}
.about .about-left h3 {
  font-size: 20px;
  color: #333333;
  padding-bottom: 25px;
  font-weight: 700;
}
.about .about-left .about-top {
  width: 100%;
  border-bottom: 4px #f5f5f5 solid;
  margin-bottom: 26px;
}
.about .about-left .about-top .box{
  padding: 54px 0 35px;
  margin: 0 30px;
  border-bottom: 1px solid #b5b5b5;

}
.about .z-h2{
  margin: 0 0 30px;
}
.about .about-list{
  margin: 0 30px;
  border-bottom: 1px solid #b5b5b5;
}


.about .about-left .about-top p {
  font-size: 14px;
  color: #333;
  padding-bottom: 20px;
}
.about .about-left .about-top p em {
  font-size: 18px;
  color: #055445;
}
.about .about-left .about-list h3 {
  font-size: 18px;
  margin-top: 70px;
}
.about .about-left .about-list li {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.about .about-left .about-list li em {
  width: 75px;
  height: 75px;
  line-height: 80px;
  background: url("../image/about-list-icon.png") no-repeat  center;
  font-weight: inherit;
  margin-right: 10px;
  color: #797676;
  float: left;
  text-align: center;
  font-size: 36px;
  font-family: 'freehand521bt';
}
.about .about-left .about-list li p {
  font-size: 14px;
  color: #333;
}
.about .about-left .about-list li .about-con {
  width: 555px;
  height: 80px;
  padding: 0 30px 0 20px;
  /*background: #fcfcfc;*/
  border-bottom: 1px solid #b5b5b5;
  float: left;
  display: flex;
  align-items: center;
}
.about .about-left .about-list li.about-li6 {
  height: 123px;
}
.about .about-left .about-list li.about-li6 em {
  height: 123px;
  line-height: 130px;
}
.about .about-left .about-list li.about-li6 .about-con {
  height: 123px;
}
.about .about-left .about-bot {
  padding: 20px;
}
.about .about-left .about-bot p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 90px;
}
.about .about-left .about-bot p em {
  font-size: 16px;
  color: #055445;
}
/* policy */
.policy {
  width: 100%;
}
.policy .policy-left {
  width: 810px;
  float: left;
  border-top: 1px solid #e4e4e4;
}
.policy .policy-left .policy-switch {
  width: 100%;
  height: 34px;
  background-color: #e4e4e4;
  position: relative;
}
.policy .policy-left .policy-switch li {
  float: left;
  height: 34px;
  padding: 0 20px;
}
.policy .policy-left .policy-switch li a {
  font-size: 15px;
  color: #333;
  height: 34px;
  line-height: 34px;
  /*font-weight: bold;*/
}
.policy .policy-left .policy-switch li.curr {
  background: #008481;
}
.policy .policy-left .policy-switch li.curr a {
  color: #FFF;
}
.policy .policy-left .policy-bot {
  /*display: flex;*/
  /*align-items: center;*/
  /*min-height: 270px;*/
}
.policy .policy-left .policy-item {
  display: none;
  box-sizing: border-box;
  height: auto;
  min-height: 370px;
  padding: 30px 160px 100px 30px;
  background:#e6f1f5 url("../image/policy-001.jpg") no-repeat bottom center;
}
.policy .policy-left .policy-item p {
  font-size: 15px;
  color: #333333;
  line-height: 22px;
}
.policy .policy-left .policy-item.on {
  display: block;
}
/* middle */
.middle {
  width: 100%;
  padding-top: 10px;
}
.middle .middle-list {
  overflow: hidden;
}
.middle .middle-list ul {
  width: 1230px;
}
.middle .middle-list li {
  width: 585px;
  height: 180px;
  float: left;
  margin: 0 30px 30px 0;
  /*background-color: #ecf5f8;*/
  -webkit-transition: background-color 0.3s ease ;
  -moz-transition: background-color 0.3s ease ;
  -ms-transition: background-color 0.3s ease ;
  -o-transition: background-color 0.3s ease ;
  transition: background-color 0.3s ease ;
}
.middle .middle-list li .middle-img {
  width: 146px;
  height: 180px;
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.middle .middle-list li .middle-img img {
  max-width: 100%;
}
.middle .middle-list li .middle-con {
  width: 380px;
  float: left;
}
.middle .middle-list li .middle-con .n-more{
  display: block;
  margin-top: 24px;
  width: 86px;
  height: 34px;
  border: 1px solid #d5d5d5;
  line-height: 34px;
  text-align: center;

}
.middle .middle-list li .middle-con h3 {
  font-size: 16px;
  color: #333333;
  padding: 20px 0 24px;
  line-height: 100%;

}
.middle .middle-list li:hover  {
  background-color: #f0f8fa;
}
.middle .middle-list li .middle-con p {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: justify;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.middle .middle-list li .middle-con p img{
  display: none;
}
/* list */
.subject .subject-main .query .subNav {
  height: 38px;
}
.subject .subject-main .query .subNav ul {
  padding: 0;
  margin-top: 20px;
}
.subject .subject-main .query .subNav li {
  height: 16px;
  padding-left: 18px;
  /*background: #e1e1e1;*/

  margin: 0;
}
.subject .subject-main .query .subNav li.i1{
  border-right: 1px solid #d3d3d3;
  padding-left: 0;
  padding-right: 18px;
}
.subject .subject-main .query .subNav li a {
  line-height: 100%;
  /*padding: 0 20px;*/
  font-size: 16px;
  color: #999999;
}
.subject .subject-main .query .subNav li.curr {
  /*background: #00574a;*/

}
.subject .subject-main .query .subNav li.curr a {
  color: #00574a;
  border: none;
}
.query {
  padding: 20px 30px 30px 30px;
  margin: 30px 0 ;
  background-color: #e9f3f6;
}
.query .query-left {
  float: left;
  width: 536px;
}
.query .query-left .query-item {
  width: 100%;
  /*padding-top: 30px;*/
  display: none;
}
.query .query-left .query-item .query-infor {
  width: 100%;
  padding-bottom: 28px;
}
.query .query-left .query-item .query-infor input[type="text"] {
  text-indent: 18px;
  width: 534px;
  height: 46px;
  border: none;
  margin-bottom: 10px;
  font-size: 14px;
  color: #cccccc;
}
.query .query-left .query-item .query-infor input[type="submit"] {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background: #00574a url("../image/list-search-icon.png") no-repeat 67px center;
  border: none;
  cursor: pointer;
}
.query .query-left .query-item .query-Result h3 {
  font-size: 16px;
  color: #666666;
  /*padding-bottom: 10px;*/
  /*border-bottom: 1px #dedede solid;*/
  margin-bottom: 20px;
}
.query .query-left .query-item .query-Result .Result-no {
  display: none;
}
.query .query-left .query-item .query-Result .Result-no p {
  font-size: 14px;
  color: #999999;
  padding-left: 30px;
  background: url("../image/Result-on.png") no-repeat left center;
}
.query .query-left .query-item .query-Result .Result-have {
  width: 492px;
  padding: 20px;
  background: #fcfcfc;
  /*border: 2px #00574a solid;*/
  display: none;
}
.query .query-left .query-item .query-Result .Result-have h3 {
  float: left;
  width: 100px;
  margin-right: 40px;
  height: 170px;
  font-size: 16px;
  color: #00574a;
  padding-bottom: 8px;
  margin-bottom: 0;
  border: none;
}
.query .query-left .query-item .query-Result .Result-have p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 8px;
  color: #666666;
}
.query .query-left .query-item.on {
  display: block;
}
.query .query-right {
  float: right;
  width: 510px;
  padding: 0 30px 30px 30px;
  margin-top: 10px;
  /*background: #fcfcfc;*/
}
.query .query-right h3 {
  font-size: 14px;
  color: #00574a;
  padding: 25px 0 2px 0;

}
.query .query-right .tit{
  margin-bottom: 24px;
}
.query .query-right p {
  font-size: 14px;
  color: #333333;
  padding-bottom: 5px;
}
.query .query-right p em {
  display: block;
  color: #045546;
}
.complaint {
  width: 100%;
  padding-bottom: 20px;
}
.complaint .complaint-left {
  width: 780px;
  float: left;
}
.complaint .complaint-left .complaint-infor {
  width: 100%;
}
.complaint .complaint-left .complaint-infor .complaint-from {
  width: 378px;
  height: 48px;
  border: 1px #e5e5e5 solid;
  margin: 0 10px 10px 0;
  float: left;
  position: relative;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-input {
  width: 100%;
  height: 48px;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-input em {
  font-size: 14px;
  color: #e21c1c;
  line-height: 51px;
  position: absolute;
  left: 2%;
  top: 0;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-input input {
  font-size: 14px;
  color: #a3a3a3;
  width: 95%;
  height: 100%;
  padding-left: 5%;
  background: none;
  border: none;
  line-height:48px;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-input input::-webkit-input-placeholder {
  color: #a3a3a3;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select {
  width: 100%;
  height: 48px;
  position: relative;
  background: url("../image/select.png") no-repeat 95% center;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select input {
  font-size: 14px;
  color: #666666;
  width: 90%;
  height: 48px;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 5%;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select input::-webkit-input-placeholder {
  color: #666666;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select ul {
  width: 100%;
  max-height: 140px;
  position: absolute;
  left: -1px;
  top: 48px;
  background: #ffffff;
  border: 1px #e5e5e5 solid;
  border-top: none;
  z-index: 2;
  display: none;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select ul li {
  padding: 5px 0 5px 5%;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: .3s;
}
.complaint .complaint-left .complaint-infor .complaint-from .complaint-select ul li:hover {
  color: #ffffff;
  background: #00574a;
}
.complaint .complaint-left .complaint-infor .complaint-area {
  width: 378px;
  height: 108px;
  border: 1px #e5e5e5 solid;
  float: right;
  position: relative;
  margin-right: 10px;
}
.complaint .complaint-left .complaint-infor .complaint-area em {
  font-size: 14px;
  color: #e21c1c;
  line-height: 51px;
  position: absolute;
  left: 2%;
  top: 0;
}
.complaint .complaint-left .complaint-infor .complaint-area textarea {
  font-size: 14px;
  color: #a3a3a3;
  width: 90%;
  height: 89%;
  padding: 3% 5% 0 5%;
  background: none;
  border: none;
}
.complaint .complaint-left .complaint-infor .complaint-area textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
.complaint .complaint-left .complaint-infor .complaint-from2 {
  width: 378px;
  height: 48px;
  margin: 0 10px 10px 0;
  float: left;
  /*clear: both;*/
  position: relative;
}
.complaint .complaint-left .complaint-infor .complCode {
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
}
.complaint .complaint-left .complaint-infor .complCode .complCode-input {
  width: 188px;
  height: 48px;
  border: 1px #e5e5e5 solid;
  float: left;
}
.complaint .complaint-left .complaint-infor .complCode .complCode-input input {
  font-size: 14px;
  color: #cccccc;
  border: none;
  width: 100%;
  height: 100%;
  text-indent: 13px;
  line-height:48px;
}
.complaint .complaint-left .complaint-infor .complCode .complCode-img {
  height: 48px;
  line-height: 48px;
  float: left;
  margin-left: 18px;
}
.complaint .complaint-left .complaint-infor .complCode .complCode-img img {
  vertical-align: middle;
}
.complaint .complaint-left .complaint-infor .complSub {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.complaint .complaint-left .complaint-infor .complSub input {
  width: 185px;
  height: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}
.complaint .complaint-left .complaint-infor .complSub .complSub-1 {
  background: #00574a;
  color: #ffffff;
}
.complaint .complaint-left .complaint-infor .complSub .complSub-2 {
  background: #e5e5e5;
  color: #999999;
}
.details {
  width: 100%;
}
.details .details-left {
  width: 750px;
  float: left;
}
.details .details-left .details-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px #f1f1f1 solid;
}
.details .details-left .details-title h2 {
  font-size: 24px;
  color: #333333;
}
.details .details-left .details-title h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  padding-top: 8px;
}
.details .details-left .details-con {
  padding: 25px 0 35px 0;
}
.details .details-left .details-con p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
#Validform_msg .Validform_title {
  background: #00574a !important;
}
#Validform_msg .Validform_info {
  border: 1px #00574a solid !important;
}



/*====== 小明  2018-3-29 */
.home-main .le{float: left;width: 810px;}
.z-h2{color: #333333;font-size: 18px;line-height: 100%;font-weight: bold;margin-bottom: 16px;}
.home-main .le .top{overflow: hidden;}
.home-main .le .top img{float: left;}
.home-main .le .top p{color: #333333;font-size: 15px;}
.home-main .le .top h3{color: #333333;font-size: 15px;margin-top: 20px;font-weight: inherit;}
.home-main .a-more{display: block;width: 78px;color: #008481;margin-top: 25px;}
.home-main .a-more:hover{
  color: #efba08;
}
.home-main .top .a-more{margin-top: 40px;}
.home-main .le .top .box{float: right;width: 430px;}
.home-main .le .bom{overflow: hidden;margin-top: 40px;}
.home-main .le .bom ul{overflow: hidden;border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;background-color: #e4e4e4;}
.home-main .le .bom ul li{float: left;padding: 0 20px;cursor: pointer;height:34px;line-height: 34px;font-size: 15px;}
.home-main .le .bom ul li.on{color: #FFF; background-color: #008481;}
.home-main .le .bom .ovs-dd>div{display: none;margin-top: 30px;}
.home-main .le .bom .ovs-dd p{color: #333;font-size: 15px;}
.home-main .ri{float: right;width: 358px;padding-top: 38px;}
.home-main .ri img{display: block;margin-bottom: 10px;}

.subject.about{
  padding-bottom: 28px;
  background: url("../image/about-bgi-001.jpg") no-repeat bottom center;
}
.subject.policy{
  padding-bottom: 28px;
}

.details .cont{text-align: center;padding-bottom: 10px;}
.details .cont h3{color: #333333;font-size: 24px;line-height: 100%;margin: 20px 0 18px;}
.details .cont h4{color: #666666;font-size: 16px;line-height: 100%;margin-bottom: 23px;}
.details .cont p{color: #333333;text-align: left;margin:20px 0;}
.details .next-p{border-top: 1px solid #e2e2e2;padding: 24px 0;}
.details .next-p p a{/*display: block;*/display: inline-block;line-height: 22px;}
.details .next-p p a:hover{text-decoration: underline;}
.details .next-p em{display: inline-block;color: #333333;text-align: inherit!important;}
.details .next-p span{float: right;color: #333333;}
.details .next-p span:hover a{color: #9c6201;}


@font-face {
  font-family: 'freehand521bt';
  src: url('../font/freehand521bt italic.eot');
  src: url('../font/freehand521bt italic.eot') format('embedded-opentype'),
  url('../font/freehand521bt italic.woff2') format('woff2'),
  url('../font/freehand521bt italic.woff') format('woff'),
  url('../font/freehand521bt italic.ttf') format('truetype'),
  url('../font/freehand521bt italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}