.ih-item .box {
    color: #333;
    position: relative;
}
.ih-item .box:hover {
    text-decoration: none;
}
.ih-item.circle {
    position: relative;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
    position: relative;
    width: 235px;
    height: 235px;
    border-radius: 50%;
}
.ih-item.circle .img a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect1 .spinner {
    width: 225px;
    height: 225px;
    border: 10px solid #ffd000;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}
.ih-item.circle.effect1 .img a:before {
    display: none;
}
.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
    right: 0;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info a {
    font-family: 'Lithos Pro';
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.ih-item.circle.effect1 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 .box:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ih-item.circle.effect1 .box:hover .info {
    opacity: 1;
}




.news-list {
    margin: 0 -12px;
}
.news-list .item {
    width: 25%;
    padding: 0 12px;
}
.news-list .list-box{
    text-align: center;
    max-width: 260px;
    margin: 0 auto 80px;
}
.news-list .date,
.news-detail .date {
    display: inline-block;
    background: #663366;
    text-align: center;
    color: #CCC4E8;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    width: 75px;
    height: 75px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    padding: 6px 0 0;
    margin: -45px 0 15px;
}
.news-list .date:before,
.news-detail .date:before {
    content: "";
    border: 1px solid #B3A0C8;
    margin: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.news-list .date b,
.news-detail .date b {
    display: block;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 45px;
    font-weight: normal;
}
.news-list .name {
    color: #84742D;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list a:hover .name {
    color: #663366;
}
.news-list .description {
    font-size: 14px;
    color: #676759;
    letter-spacing: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.news-list a:hover .description {
    color: #000;
}
.news-list + .btn-box {
    padding-top: 0;
}

.news-detail {
    max-width: 1205px;
    padding-left: 95px;
    margin: 0 auto;
    position: relative;
}
.news-detail .date {
    position: absolute;
    left: 0;
    margin: 0;
}
.news-detail .txt {
    padding-left: 20px;
}
.news-detail .title {
    background: url(../../images/common/news/title_border.jpg)bottom repeat-x;
    color: #664c00;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding: 26px 20px 26px 0;
    border-radius: 4px;
    margin-bottom: 60px;
}
.news-detail .editor {
    padding: 0 20px;
}
.news-detail .btn-box {
    text-align: left;
    padding: 70px 20px 0;
}
.gallery{
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
	padding:0 30px;
}
.slick-dots{
    text-align: center;
    margin: 15px 0;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    background: #d4d2c9;
    border: none;
    padding: 0;
    display: block;
    text-indent: -5000px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}
.slick-dots li.slick-active button{
    background: #ffa500;
}
.gallery .slick-prev,.gallery .slick-next{
	width: 30px;
	height: 30px;
	background:#9c8e63 url(../../images/common/news_arrow.svg);
	position:absolute;
	top:50%;
	right:-45px;
	margin-top:-15px;
	text-indent:-5000px;
	border: none;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.gallery .slick-next {
    right: inherit;
    left: -45px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.gallery .slick-prev:hover,.gallery .slick-next:hover{
	background-color: #FFA500;
}
@media screen and (max-width: 1140px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item a {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .news-detail .btn-box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .news-detail {
        padding-left: 0;
    }
    .news-detail .date {
        position: relative;
        left: 0;
        display: block;
        margin: 0 auto 20px;
    }
    .news-detail .txt {
        padding-left: 0;
        border-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .news-list .item {
        width: auto;
        float: none;
    }
    .news-list .name {
        height: auto;
    }
    .news-list .description {
        height: auto;
        max-height: 57px;
    }
}
