.h-sec1 {
    background-color: #fff; 
}
.h-sec1 .z-column {
    z-index: 9999;
    position: relative;
}

.h-sec1 .border-text {
    border: 2px solid #369;
   	margin-bottom: 25px;
}
.h-sec1 .box {
    border-left: 1px solid #a1a1a1;
    padding: 0 15px;
    margin-bottom: 0;
    max-width: 266px;
}
.h-sec1 .boxes .box:first-child {
    border-left: 0px solid #a1a1a1;
}
.h-sec1 .box a {
    display: inline-block;
    color: #2f4374;
}
.h-sec1 .box a:hover {
    color: #be1e2d;
}
.h-sec1 .box ul {
    list-style-position: inside;
    font-size: 15px;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-size: cover;
}
.h-sec2 .head {
    display: inline-block;
    border-bottom: 3px solid #de2016;
    color: #fff;
}
.h-sec2 .box {
    max-width: 228px;
}
.h-sec2 .box a {
	display: inline-block;
	background-color: #9a0303;
	overflow: hidden;
}
.h-sec2 .box a .thumb {
	overflow: hidden;
	background-color:#FFF;
	text-align:center;
}
.h-sec2 .box a img { 
	display:inline-block;
}
.h-sec2 .box .text {
    float: left;
    padding: 20px;
    min-height: 90px;
    position: relative;
    width: 100%;
}
.h-sec2 .box span {
    border-left-color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.h-sec2 .box a:hover {
    box-shadow: 0 0 10px #353535;
    background-color: #1d306f;
}
.h-sec2 .box a:hover img {
    transform: scale(1.2)
}
.h-sec3 .head {
    display: inline-block;
    border-bottom: 3px solid #de2016;
    color: #0254a0;
}
.news-box a {
	display: inline-block;
}
.news-box a.thumb {
    float: left;
    width: 26%;
}
.news-box a.thumb img {
	float: left;
	width: 100%;
}
.news-box .info {
    float: left;
    width: 55%;
    padding: 0 30px;
}
.news-box .info .title a {
    color: #010101;
    margin: 0 0 10px 0;
}
.news-box .info .title a:hover {
    color: #be1e2d;
}
.news-box .info .text {
    line-height: 38px;
}
.news-box .btn {
    float: left;
    width: 19%;
    padding: 60px 0 0 0;
}
.news-box .btn a {
    color: #fff;
    background-color: #b90000;
    padding: 12px 35px;
}
.news-box .btn a:hover {
    background-color: #010101;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.h-sec1 .box {
	    margin-bottom: 30px;
	}
	.h-sec1 .boxes .box:nth-child(3) {
	    border-left: 0px solid #a1a1a1;
	}
	.news-box .info .text {
	    line-height: 30px;
	}
	.h-sec1 .border-text{ font-size:21px;}
}
@media screen and (max-width: 767px) {
	.h-sec1 .z-column {
	    margin-top: 25px;
	}
	.h-sec1 .border-text br {
	    display: none;
	}
	.h-sec1 .box {
	    border-left: 0px solid #a1a1a1;
	    padding: 0;
	    height: auto !important;
	}
	.h-sec1 .box a.head {
	    margin: 0 0 10px 0;
	}
	.h-sec1 .boxes .box:last-child {
	    margin-bottom: 0;
	}
	.h-sec1 .box {
	    margin-bottom: 35px;
	}
	.news-box .info {
	    width: 100%;
	    padding: 10px 0 0 0;
	}
	.news-box .btn {
	    width: 100%;
	    padding: 20px 0 0 0;
	}
	.news-box a.thumb {
	    width: 40%;
	}
}
@media screen and (max-width: 479px) {
	.h-sec1 .border-text{ font-size:18px;}
	.h-sec1 .z-column {
	    padding: 15px;
	}
	.news-box a.thumb {
	    width: 100%;
	}
	.h-sec2 .box .text {
	    padding: 15px;
	    min-height: auto;
	}
}