

.w376 {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 55px;
    min-height: 300px;
}
.w376 .list {
    padding-bottom: 30px;
}
.w376 .item {
    height: 178px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 10px;
}
.w376 .item a {
    padding: 16px;
    display: block;
}
.w376 .item img {
    width: 168px;
    height: 126px;
    display: block;
    margin-right: 30px;
}
.w376 .item h3 {
    font-size: 20px;
    padding: 5px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}
.w376 .item .txt {
    color: #999;
    line-height: 24px;
    width: 640px;
    height: 48px;
    overflow: hidden;
}
.w376 .item .time {
    width: 130px;
    padding: 20px 0 20px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.w376 .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.w376 .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.w376 .item:hover h3 {
    color: #3fb150;
}
.w376 .item:hover .time .day span {
    background: #6d6d6d;
}
.w376 .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}
.w376 .pages {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}
.w376 .pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #edebeb;
}
.w376 .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.w376 .pages a:hover, .w376 .pages .active a {
    display: inline-block;
    color: #fff;
    background: #3fb150;
    border-color: #3fb150;
}



.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.nybanner {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_main {
    padding-bottom: 50px;
    min-height: 640px;
}
.sub_nav {
    height: 76px;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}
.sub_nav .fl {
    font-size: 26px;
}
.sub_nav .fl span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.sub_nav .fr li {
    float: left;
}
.sub_nav .fr li a {
    color: #666;
    padding: 0 13px;
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 33px;
    margin-left: 10px;
    transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
    background: #05469a;
    color: #fff;
    border: 1px solid #05469a;
}
.detail {
    padding-top: 50px;
}
.detail .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.detail .title h1 {
    font-size: 30px;
    font-weight: 100;
}
.detail .title span {
    line-height: 18px;
    font-family: arial;
    color: #959595;
    margin: 0 5px;
}
.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}
.detail .context {
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding: 25px 0;
}
.detail .context img {
    max-width: 1200px;
}
.reLink {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
    width: 50%;
}
.reLink .nextLink {
    text-align: right;
}
.reLink a {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.reLink a:hover {
    color: #052f67;
}


