@charset "utf-8";
/* CSS Document */



#syvideo{ width:60%; display:block; margin:0 auto; margin-top: 70px;
  margin-bottom: 20px;}
.section-title {
    text-align: center
}

.section-title h2 {
    margin-bottom: 10px;
    color: #333
}

.section-title p {
    font-size: 16px;
    line-height: 24px;
    color: #999
}

.news {
    position: relative;
    z-index: 1;
    min-width: 1180px;
    padding: 50px 0 50px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 1400px;
    max-width: 1400px;
    width: 1400px;
}

.news-item {
    position: relative;
    width: 100%;
    height: auto
}

.news-item .hd {
    height: 12px;
    /*padding-bottom: 15px;*/
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #dfdfdf
}

.news-item .hd ul {
    width: 100%;
    margin: 0 auto
}

.news-item .hd ul li {
    display: inline;
    float: left;
    width: 20%;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.news-item .hd ul li.on {
    position: relative;
    padding-bottom: 16px;
    color: #0a477d;
    border-bottom: 2px solid #0a477d
}

.news-item .hd ul li.on:before {
    content: '';
    position: absolute;
    top: 48px;
    left: 110px;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #0a477d
}

.new_telst b {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    font-size: 0;
    border-style: solid dashed dashed dashed;
    border-width: 9px;
    border-color: #0a477d #fff #fff #fff;
    zoom:1}

.news-item .bd {
    height: 360px;
    margin-top: 50px
}

.news-item-left {
    float: left;
    width: 31.355%;
    height: 100%
}

.news-item-left a {
    width: 100%;
    height: 100%
}

.news-item-left .news-img {
    position: relative;
    display: flex;
    width: 100%;
    height: 225px;
    border: 2px solid #f7f7f7;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.news-item-left .news-img img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.news-item-left .news-img img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.news-item-left .news-txt {
    padding: 15px 0;
    text-align: left
}

.news-item-left .news-txt h4 {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    overflow: hidden
}

.news-item-left .news-txt>span {
    display: block;
    height: 48px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
	font-size:16px;
}

.news-item-left .news-icon {
    padding-top: 5px
}

.news-item-left .news-icon span {
    float: left;
    padding-right: 10px;
    line-height: 24px;
    color: #a7a7a7
}

.news-item-left .news-icon span i {
    padding-right: 10px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news-item-left a:hover .news-txt h4 {
    color: #0a477d
}

.news-item-right {
    float: right;
    width: 68.644%
}

.news-item-right ul {
    float: right
}

.news-item-right li {
    float: left;
    width: 47%;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 2.5%;
    border: 2px solid #f7f7f7
}

.news-item-right li:nth-child(5),.news-item-right li:nth-child(6) {
    margin-bottom: 0
}

.news-item-right li a {
    width: 100%;
    height: 100%
}

.news-item-right .news-date {
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #999
}

.news-item-right .news-date strong {
    display: block;
    padding-top: 10px;
    font-size: 30px;
    line-height: 35px
}

.news-item-right .news-text {
    float: left;
    width: 70%;
    height: 80px;
    margin: 10px 10px 10px 0
}

.news-item-right .news-text h5 {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-item-right .news-text span {
    display: block;
    height: 40px;
    color: #999;
    overflow: hidden;
	font-size:14px;
}

.news-item-right li:hover {
    border: 2px solid #0a477d;
    -webkit-box-shadow: 0 0 15px rgba(0,160,234,.25);
    -moz-box-shadow: 0 0 15px rgba(0,160,234,.25);
    -o-box-shadow: 0 0 15px rgba(0,160,234,.25);
    box-shadow: 0 0 15px rgba(0,160,234,.25)
}

.news-item-right li:hover .news-date {
    background: #0a477d
}

.news-item-right li:hover .news-text h5 {
    color: #0a477d
}
.more {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    clear: both
}

.more a {
    display: inline-block;
    padding: 15px 75px;
    font-size: 16px;
    color: #fff;
    background: #0a477d;
    opacity: 1;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px
}

.more a:hover {
    background: rgba(0,160,234,.75);
    -webkit-transition: background-color .3s,color .3s;
    -o-transition: background-color .3s,color .3s;
    -moz-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2)
}