<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.banner, .swiperIdx {
    width: 100%;
    height: 540px;
}
.informationBox {
	margin-top: 45px;
}
.news {
	width: 48.34%;
}
.commonTitle {
	width: 100%;
}
.commonTitle&gt;h2 {
	display: inline-block;
    font-size: 32px;
    color: #1a1a1a;
    background: url(../images/icon_commonTitle.jpg) repeat-x bottom center;
}
.commonTitle&gt;a {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #2282bf;
	padding: 5px 22px;
	border-radius: 50px;
	border: 1px solid #2282bf;
	margin-top: 10px;
}
.commonTitle&gt;a:hover {
    background-color: #2282bf;
    color: #ffffff;
}
.newsItemIdx {
	width: 100%;
	margin-top: 30px;
}
.newsItemIdxFirst {
	width: 100%;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #ededed;
}
.newsPicIdx {
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.newsTextIdx {
	width: 47%;
	box-sizing: border-box;
	padding: 21px 20px 21px 0px;
}
.newsTextIdx&gt;span {
	display: block;
	font-size: 16px;
	color: #2282bf;
	font-family: Times New Roman;
	font-weight: bold;
}
.newsTextIdx&gt;h3 {
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	margin: 5px 0px;
	overflow: hidden;
}
.newsTextIdx&gt;p {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.newsItemIdxFirst&gt;a:hover .newsTextIdx&gt;h3 {
	color: #2282bf;
}
.newsPicIdx&gt;img {
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}
.newsItemIdxFirst&gt;a:hover .newsPicIdx&gt;img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.newsItemListIdx {
    margin-top: 5px;
    width: 100%;
}
.newsItemIdxCont {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.newsItemIdxCont:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #ae0b2a;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    transition: width .3s ease-out .1s;
    -webkit-transition: width .3s ease-out .1s;
    -moz-transition: width .3s ease-out .1s;
    -ms-transition: width .3s ease-out .1s;
    -o-transition: width .3s ease-out .1s;
}
.newsItemIdxTime {
    width: 80px;
}
.newsItemIdxTime&gt;span {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #2282bf;
    font-weight: bold;
    font-family: Times New Roman;
    margin-top: 16px;
}
.newsItemIdxTime&gt;span+span {
    font-size: 14px;
    margin-top: 0px;
}
.newsItemIdxTitle {
    width: 80%;
}
.newsItemIdxTitle&gt;h3 {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
}
.newsItemIdxCont&gt;a:hover .newsItemIdxTime&gt;span {
    color: #ae0b2a;
}
.newsItemIdxCont&gt;a:hover .newsItemIdxTitle&gt;h3 {
    color: #ae0b2a;
}
.newsItemIdxCont:hover:after {
    width: 100%;
}
.news + .news {
    float: right;
}</pre></body></html>