.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main .lunbo {
    float: left;
    position: relative;
    width: 785px;
    border-radius: 4px;
    behavior: url(../src/pie/PIE.htc);
    min-height: 400px;
    height: 435px;
}

.main .lunbo #b04 {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .dots {
    position: absolute;
    right: 10px;
    bottom: 18px;
    z-index: 10;
}

.main .lunbo #b04 .dots li {
    width: 12px;
    display: inline-block;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    behavior: url(../pie/PIE.htc);
    cursor: pointer;
    margin-right: 10px;
}

.main .lunbo #b04 .dots li.active {
    width: 20px;
    opacity: 1;
    border-radius: 6px;
    behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .arrow {
    position: absolute;
    top: 200px;
}

.main .lunbo #b04 #al {
    left: 20px;
    top: 204px;
    color: #fff;
    font-size: 46px;
    opacity: 0.5;
}

.main .lunbo #b04 #al:hover {
    color: #E30B20;
    opacity: 1;
}

.main .lunbo #b04 #ar {
    right: 20px;
    top: 204px;
    color: #fff;
    font-size: 46px;
    opacity: 0.5;
}

.main .lunbo #b04 #ar:hover {
    color: #E30B20;
    opacity: 1;
}

.main .lunbo #b04 ul li {
    float: left;
    width: 785px;
    height: 435px;
}

.main .lunbo #b04 ul li a {
    width: 785px;
    height: 435px;
    display: block;
}

.main .lunbo #b04 ul li a img {
    width: 785px;
    height: 435px;
    display: block;
}

.main .lunbo .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    line-height: 60px;
    text-indent: 20px;
    color: #fff;
    font-size: 20px;
}

.main .lunbo .text a {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
}

.main .lunbo .jSlider .navigator .prev {
    display: none;
    margin-left: -30px;
}

.main .lunbo .jSlider .navigator .next {
    display: none;
    margin-right: -30px;
}

.main .lunbo .jSlider:hover .navigator .prev {
    display: block;
}

.main .lunbo .jSlider:hover .navigator .next {
    display: block;
}

.main .lunbo .jSlider .controller .indicator {
    text-align: right;
    margin-right: 30px;
    z-index: 10;
}

.main .lunbo .jSlider .controller .indicator span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .lunbo .jSlider .controller .indicator .selected {
    background-color: #E30B20;
    width: 20px;
}

.main .lunbo-right {
    float: left;
    margin-left: 45px;
    width: 370px;
    height: 435px;
}

.main .lunbo-right h4 {
    margin-bottom: 10px;
    font-size: 22px;
    width: 100%;
    overflow: hidden;
   /** white-space: nowrap; */
}

.main .lunbo-right h4:hover a {
    color: #E30B20;
    overflow: hidden;
    /**   text-overflow: ellipsis;
    white-space: nowrap;  */
}

.main .lunbo-right div {
    margin-top: 20px;
    width: 100%;
    height: 109px;
}

.main .lunbo-right div h4 a:hover {
    color: #e15c5d;
}

.main .lunbo-right div p {
    color: #606a77;
}

.main .lunbo-right div:hover a {
    color: #E30B20;
}

.main .lunbo-bottom {
    float: left;
    margin-top: 41px;
    margin-left: 45px;
    width: 370px;
}

.main .lunbo-bottom h4 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.main .lunbo-bottom h4:hover a {
    color: #E30B20;
}

.main .lunbo-bottom div {
    margin-top: 20px;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .lunbo-bottom div:hover a {
    color: #E30B20;
}

.main .news-left {
    width: 785px;
    float: left;
    margin-top: 60px;
}

.main .news-left .news-header {
    width: 100%;
    background-color: #F5F5F5;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.main .news-left .news-header ul li {
    font-size: 16px;
    float: left;
    width: 92px;
    text-align: center;
}

.main .news-left .news-header ul li a {
    color: #333;
}

.main .news-left .news-header ul li a:hover {
    color: #E30B20;
}

.main .news-left .news-header ul li.active {
    background-color: #E30B20;
}

.main .news-left .news-header ul li.active a {
    color: #fff;
}

.main .news-left .news-header ul li.channelTitle {
    color: #ffffff;
    padding-left: 10px;
    text-align: left;
}

.main .news-left .news-header ul li.maxWidth {
    width: 100%;
}

.main .news-left .news-content {
    margin-bottom: 20px;
}

.main .news-left .news-content .item-right .zy_center {
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 10px;
}

.main .news-left .item {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #E5E5E5;
}

.main .news-left .item:hover {
    background-color: #F5F5F5;
}

.main .news-left .item .item-left {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 120px;
    width: 200px;
}

.main .news-left .item .item-left img {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

.main .news-left .item .item-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 545px;
    height: 130px;
    position: relative;
}

.main .news-left .item .item-right a {
    color: #333333;
    font-size: 20px;
}

.main .news-left .item .item-right a:hover {
    color: #E30B20;
}

.main .news-left .item .item-right .zy_center {
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 10px;
}

.main .news-left .item .item-right .bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.main .news-left .item .item-right .bottom ul {
    color: #a2a2a2;
}

.main .news-left .item .item-right .bottom ul .time {
    margin-right: 160px;
    margin-left: 20px;
    color: #a2a2a2;
}

.main .news-left .item .item-right .bottom ul li {
    font-size: 12px;
    display: inline-block;
    color: #333333;
}

.main .news-left .item .item-right .bottom ul a {
    font-size: 12px;
    color: #333333;
}

.main .news-left .item .item-right .bottom ul li.box {
    float: right;
    margin-left: -20px;
}

.main .news-left .item .item-right .bottom ul li.box a {
    display: block;
    float: left;
    margin-left: 20px;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover i {
    color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover {
    color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover i {
    color: #E30B20;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover span {
    color: #E30B20;
}


/** 无图片样式 start **/
.main .news-left .item-block {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #E5E5E5;
}

.main .news-left .item-block:hover {
    background-color: #F5F5F5;
}

.main .news-left .item-block .item-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 8px;
    width: 100%;
    height: 88px;
    position: relative;
    padding-left: 10px;
}

.main .news-left .item-block .item-right a {
    color: #333333;
    font-size: 20px;
}

.main .news-left .item-block .item-right a:hover {
    color: #E30B20;
}

.main .news-left .item-block .item-right .bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.main .news-left .item-block .item-right .bottom ul .time {
    margin-right: 160px;
    margin-left: 20px;
    color: #a2a2a2;
}

.main .news-left .item-block .item-right .bottom ul li {
    font-size: 12px;
    display: inline-block;
    color: #333333;
}

.main .news-left .item-block .item-right .bottom ul a {
    font-size: 12px;
    color: #333333;
}

.main .news-left .item-block .item-right .bottom ul li.box {
    float: right;
    margin-left: -20px;
}

.main .news-left .item-block .item-right .bottom ul li.box a {
    display: block;
    float: left;
    margin-left: 20px;
}

.main .news-left .item-block .item-right .bottom ul li.box a.hover:hover i {
    color: #E30B20;
}

.main .news-left .item-block .item-right .bottom ul li.box a.hover:hover {
    color: #E30B20;
}

.main .news-left .item-block .item-right .bottom ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}

.main .news-left .item-block .item-right .bottom ul .uicon.hover:hover i {
    color: #E30B20;
}

.main .news-left .item-block .item-right .bottom ul .uicon.hover:hover span {
    color: #E30B20;
}

.main .right-main-news .text-index {
    width: 38px;
    float: left;
    font-size: 20px;
    font-style: italic;
    color: #999999;
    font-weight: bold;
}

.main .right-main-news .hot {
    color: #E30B20;
}

.main .right-main-news .block-text {

}
/** 无图片样式 end **/

.banner ul,
.banner li {
    height: 435px;
}

.main .news-left .item .item-right .addone {
    text-align: center;
    height: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #E30B20;
    font-size: 10px;
    width: 30px;
    border-radius: 20px;
    behavior: url(../src/pie/PIE.htc);
    position: absolute;
    right: 84px;
    bottom: 35px;
}

.main .news-left .loading {
    width: 100%;
    margin: 35px 0;
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 4px;
    behavior: url(../src/pie/PIE.htc);
}

.main .news-left .loading {
    font-size: 14px;
    color: #333;
}

.main .news-left .loading:hover {
    background-color: #EDEDED;
    cursor: pointer;
    color: #E30B20;
}

.main .news-left .none-loading {
    font-size: 14px;
    color: #333;
    width: 100%;
    margin: 35px 0 !important;
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

.main .news-right {
    float: left;
    width: 370px;
    margin-top: 60px;
    margin-left: 45px;
}

.main .news-right .hot-search {
    width: 100%;
    position: relative;
    padding-left: 13px;
    font-size: 16px;
}

.main .news-right .hot-search div {
    border-bottom: 1px solid #e5e5e5;
    width: 267px;
    position: absolute;
    top: 11px;
    left: 100px;
}

.main .news-right .hot-search .hot-right {
    behavior: url(../pie/PIE.htc);
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background-color: #E30B20;
}

.main .news-right .right-tag {
    margin-top: 30px;
    width: 384px;
    margin-right: -14px;
}

.main .news-right .right-tag ul li {
    float: left;
    text-align: center;
}

.main .news-right .right-tag ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    border-radius: 20px;
    behavior: url(../src/pie/PIE.htc);
    margin-right: 14px;
    margin-bottom: 20px;
    padding: 0 25px;
    height: 40px;
    background-color: #F5F5F5;
}

.main .news-right .right-tag ul li a:hover {
    background-color: #E30B20;
    color: #fff;
}

.main .news-right .today-news {
    width: 100%;
    position: relative;
    padding-left: 13px;
    margin-top: 40px;
    font-size: 16px;
    color: #333;
}

.main .news-right .today-news div.cut {
    border-bottom: 1px solid #e5e5e5;
    width: 200px;
    position: absolute;
    top: 10px;
    left: 83px;
}

.main .news-right .today-news div.update {
    border-bottom: 0;
    font-size: 14px;
    position: absolute;
    left: 293px;
    top: 0;
    color: #999999;
}

.main .news-right .today-news div.update i {
    margin-right: 10px;
}

.main .news-right .today-news div.update i {
    display: block;
    float: left;
}

.main .news-right .today-news div.update:hover i {
    transform: rotate(180deg);
    transform-origin: center center;
}

.main .news-right .today-news div.update i:hover {}

.main .news-right .today-news div.update:hover {
    color: #e30b20;
    cursor: pointer;
}

.main .news-right .today-news div.hot-right {
    behavior: url(../pie/PIE.htc);
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background-color: #E30B20;
}

.main .news-right .right-main-news {
    width: 100%;
}

.main .news-right .right-main-news .main-news {
    width: 100%;
    margin-top: 30px;
}

.main .news-right .right-main-news .main-news .left-img {
    float: left;
    margin-right: 20px;
    height: 96px;
    width: 160px;
}

.main .news-right .right-main-news .main-news .left-img img {
    height: 96px;
    width: 160px;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

.main .news-right .right-main-news .main-news .right-text {
    width: 188px;
    height: 89px;
    float: left;
    position: relative;
}

.main .news-right .right-main-news .main-news .right-text a {
    color: #333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .news-right .right-main-news .main-news .right-text div {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #333;
}

.main .news-right .right-main-news .main-news .right-text div i {
    font-size: 12px;
    margin-right: 10px;
}

.main .news-right .right-main-news .main-news:hover .right-text a {
    color: #e30b20;
}

.main .news-right .hot-sort {
    margin-top: 60px;
    width: 100%;
    position: relative;
    padding-left: 13px;
    color: #333;
    font-size: 16px;
    margin-bottom: 28px;
}

.main .news-right .hot-sort div {
    border-bottom: 1px solid #e5e5e5;
    width: 283px;
    position: absolute;
    top: 10px;
    left: 83px;
}

.main .news-right .hot-sort .hot-right {
    behavior: url(../pie/PIE.htc);
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background-color: #E30B20;
}

.main .news-right .sorting .item {
    margin-bottom: 20px;
    font-size: 14px;
}

.main .news-right .sorting .item .number {
    width: 38px;
    font-size: 20px;
    color: #999999;
    font-style: italic;
}

.main .news-right .sorting .item .text {
    color: #333;
    font-size: 16px;
}

.main .news-right .sorting .item .text a:hover {
    color: #E30B20;
}

.main .news-right .sorting .item .before-three {
    color: #E30B20;
}

.main .isNoMore {
    color: #323232;
    text-align: center;
}


.main .news-center {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.main .news-center .news-header {
    width: 100%;
    background-color: #F5F5F5;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.main .news-center .news-header ul li {
    font-size: 16px;
    float: left;
    width: 92px;
    text-align: center;
}

.main .news-center .news-header ul li a {
    color: #333;
}

.main .news-center .news-header ul li a:hover {
    color: #E30B20;
}

.main .news-center .news-header ul li.active {
    background-color: #E30B20;
}

.main .news-center .news-header ul li.active a {
    color: #fff;
}

.main .news-center .news-header ul li.channelTitle {
    color: #ffffff;
    padding-left: 10px;
    text-align: left;
}

.main .news-center .news-header ul li.maxWidth {
    width: 100%;
}

.main .news-center .news-content {
    margin-bottom: 20px;
}

.main .news-center .news-content .item-right .zy_center {
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 10px;
}

.main .news-center .item {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #E5E5E5;
}

.main .news-center .item:hover {
    background-color: #F5F5F5;
}

.main .news-center .item .item-left {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 120px;
    width: 200px;
}

.main .news-center .item .item-left img {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

.main .news-center .item .item-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 545px;
    height: 130px;
    position: relative;
}

.main .news-center .item .item-right a {
    color: #333333;
    font-size: 20px;
}

.main .news-center .item .item-right a:hover {
    color: #E30B20;
}

.main .news-center .item .item-right .zy_center {
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 10px;
}

.main .news-center .item .item-right .bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.main .news-center .item .item-right .bottom ul {
    color: #a2a2a2;
}

.main .news-center .item .item-right .bottom ul .time {
    margin-right: 160px;
    margin-left: 20px;
    color: #a2a2a2;
}

.main .news-center .item .item-right .bottom ul li {
    font-size: 12px;
    display: inline-block;
    color: #333333;
}

.main .news-center .item .item-right .bottom ul a {
    font-size: 12px;
    color: #333333;
}

.main .news-center .item .item-right .bottom ul li.box {
    float: right;
    margin-left: -20px;
}

.main .news-center .item .item-right .bottom ul li.box a {
    display: block;
    float: left;
    margin-left: 20px;
}

.main .news-center .item .item-right .bottom ul li.box a.hover:hover i {
    color: #E30B20;
}

.main .news-center .item .item-right .bottom ul li.box a.hover:hover {
    color: #E30B20;
}

.main .news-center .item .item-right .bottom ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}

.main .news-center .item .item-right .bottom ul .uicon.hover:hover i {
    color: #E30B20;
}

.main .news-center .item .item-right .bottom ul .uicon.hover:hover span {
    color: #E30B20;
}


/** 无图片样式 start **/
.main .news-center .item-block {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #E5E5E5;
}

.main .news-center .item-block:hover {
    background-color: #F5F5F5;
}

.main .news-center .item-block .item-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 8px;
    width: 100%;
    height: 88px;
    position: relative;
    padding-left: 10px;
}

.main .news-center .item-block .item-right a {
    color: #333333;
    font-size: 20px;
}

.main .news-center .item-block .item-right a:hover {
    color: #E30B20;
}

.main .news-center .item-block .item-right .bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.main .news-center .item-block .item-right .bottom ul .time {
    margin-right: 160px;
    margin-left: 20px;
    color: #a2a2a2;
}

.main .news-center .item-block .item-right .bottom ul li {
    font-size: 12px;
    display: inline-block;
    color: #333333;
}

.main .news-center .item-block .item-right .bottom ul a {
    font-size: 12px;
    color: #333333;
}

.main .news-center .item-block .item-right .bottom ul li.box {
    float: right;
    margin-left: -20px;
}

.main .news-center .item-block .item-right .bottom ul li.box a {
    display: block;
    float: left;
    margin-left: 20px;
}

.main .news-center .item-block .item-right .bottom ul li.box a.hover:hover i {
    color: #E30B20;
}

.main .news-center .item-block .item-right .bottom ul li.box a.hover:hover {
    color: #E30B20;
}

.main .news-center .item-block .item-right .bottom ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}

.main .news-center .item-block .item-right .bottom ul .uicon.hover:hover i {
    color: #E30B20;
}

.main .news-center .item-block .item-right .bottom ul .uicon.hover:hover span {
    color: #E30B20;
}

.main .news-center .item .item-right .addone {
    text-align: center;
    height: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #E30B20;
    font-size: 10px;
    width: 30px;
    border-radius: 20px;
    behavior: url(../src/pie/PIE.htc);
    position: absolute;
    right: 84px;
    bottom: 35px;
}

.main .news-center .loading {
    width: 100%;
    margin: 35px 0;
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 4px;
    behavior: url(../src/pie/PIE.htc);
}

.main .news-center .loading {
    font-size: 14px;
    color: #333;
}

.main .news-center .loading:hover {
    background-color: #EDEDED;
    cursor: pointer;
    color: #E30B20;
}

.main .news-center .none-loading {
    font-size: 14px;
    color: #333;
    width: 100%;
    margin: 35px 0 !important;
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 4px;
    behavior: url(../pie/PIE.htc);
}

/*# sourceMappingURL=newslist.css.map */

.moreDiv {
    height: 32px !important;
    display: table;
    margin: 16px 0;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    background: 0 0;
}

.moreDiv::before, .moreDiv::after {
    position: relative;
    top: 50%;
    display: table-cell;
    width: 50%;
    border-top: 1px solid #f0f0f0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    content: '';
}

.moreDiv .symbol {
    margin: 0px 20px;
    color: #e80010;
}

.moreDiv .moreTxt {
    color: #7e7e7e;
    font: 16px/32px "黑体";
    font-weight: 500;
}

.news-left .nav {
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.news-left .nav .title {
    font-size: 24px;
    font-weight: 400;
    float: left;
    width: 100px;
    height: 40px;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
    color: #333;
}

.news-left .nav .nav-more {
    float: right;
    margin-top: 10px;
}

.more {
    float: right;
    margin-top: 10px;
}

.more .icon {
    color: #999;
    font-size: 16px;
}

.Light {
    font-weight: 300 !important;
}

.news-right {
    margin-bottom: 20px;
}

.news-right .right-title {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.news-right .right-title:not(:first-child) {
    margin-top: 20px;
}

.news-right .right-title .right-text {
    padding-bottom: 4px;
    border-bottom: 3px solid #E30B20;
}

.news-right .right-content ul {
    list-style: initial;
}

.news-right .right-content ul li {
    margin-top: 12px;
    margin-left: 20px;
}

.news-right .right-content .right-item {
    margin-top: 12px;
}

.news-right .right-content .item-left {
    width: 140px;
    height: 90px;
    float: left;
    margin-right: 10px;
}

.news-right .right-content .item-left img {
    width: 140px;
    height: 90px;
}

.news-right .right-content .item-right {
    width: 215px;
    height: 90px;
    overflow: hidden;
}

.news-right .right-content .item-right a {
    color: #2e2e2e;
    font-size:16px;
    font-weight:500;
}

.news-right .right-content .item-right .item-desc {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 26px;
    padding-top: 10px;
}


.module-box {
    float: left;
    width: 1200px;
    margin-top: 55px;
    margin-bottom: 48px;
}

.module-box .module-inland {
    width: 370px;
    height: 100%;
    float: left
}

.module-box .module-inland .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-inland .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-inland .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-inland .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative;
}

.module-box .module-inland .subject .image {
    margin-bottom: 13px;
}

.module-box .module-inland .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-inland .subject .image .img img {
    width: 370px;
    height: 222px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-inland .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 20px
}

.module-box .module-inland .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-inland .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-inland .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-inland .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-inland .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-international {
    width: 370px;
    height: 100%;
    float: left;
    margin-left: 45px;
}

.module-box .module-international .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-international .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-international .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20
}

.module-box .module-international .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-international .subject .image {
    margin-bottom: 13px;
}

.module-box .module-international .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-international .subject .image .img img {
    width: 370px;
    height: 222px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-international .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 20px
}

.module-box .module-international .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-international .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-international .subject ul {
    list-style: inside;
}

.module-box .module-international .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-international .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-international .subject ul li a:hover {
    color: #E30B20;
    margin-bottom: 20px;
}

.module-box .module-financeAndEconomics {
    width: 370px;
    height: 100%;
    float: left;
    margin-left: 45px
}

.module-box .module-financeAndEconomics .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-financeAndEconomics .nav .title {
    float: left;
    width: 130px;
    height: 25px
}

.module-box .module-financeAndEconomics .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20
}

.module-box .module-financeAndEconomics .subject {
    width: 370px;
    height: 222px;
    margin-top: 30px;
    position: relative
}

.module-box .module-financeAndEconomics .subject .image {
    margin-bottom: 13px;
}

.module-box .module-financeAndEconomics .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-financeAndEconomics .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-financeAndEconomics .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-financeAndEconomics .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-financeAndEconomics .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-financeAndEconomics .subject ul {
    list-style: inside;
}

.module-box .module-financeAndEconomics .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-financeAndEconomics .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-financeAndEconomics .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-sports {
    width: 370px;
    height: 500px;
    float: left
}

.module-box .module-sports .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-sports .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-sports .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-sports .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-sports .subject .image {
    margin-bottom: 13px;
}

.module-box .module-sports .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-sports .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-sports .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-sports .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-sports .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-sports .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-sports .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-sports .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-library {
    width: 370px;
    height: 500px;
    float: left;
    margin-left: 45px
}

.module-box .module-library .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-library .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-library .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-library .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-library .subject .image {
    margin-bottom: 13px;
}

.module-box .module-library .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-library .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-library .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-library .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-library .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-library .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-library .subject ul li a {
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-library .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-download {
    width: 370px;
    height: 500px;
    float: left;
    margin-left: 45px
}

.module-box .module-download .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-download .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-download .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 6px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-download .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-download .subject .image {
    margin-bottom: 13px;
    width: 370px;
    height: 204px;
}

.module-box .module-download .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-download .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-download .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-download .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-download .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-download .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-download .subject ul li img {
    width: 18px;
    height: 18px
}

.module-box .module-download .subject ul li a {
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-box .module-download .subject ul li a:hover {
    color: #E30B20
}


.module-box {
    float: left;
    width: 1200px;
    margin-top: 55px;
    margin-bottom: 48px;
}

.module-box .module-inland {
    width: 370px;
    height: 520px;
    float: left;
    overflow: hidden;
}

.module-box .module-inland .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-inland .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-inland .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-inland .subject {
    width: 370px;
    height: 222px;
    margin-top: 30px;
    position: relative;
}

.module-box .module-inland .subject .image {
    /*margin-bottom: 13px;*/
}

.module-box .module-inland .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-inland .subject .image .img img {
    width: 370px;
    height: 222px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 46%;
    margin-top: -102px;
}

.module-box .module-inland .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-inland .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-inland .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-inland .subject ul {
    list-style: inside;
}

.module-box .module-inland .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-inland .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-inland .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-international {
    width: 370px;
    height: 520px;
    float: left;
    margin-left: 45px;
    overflow: hidden;
}

.module-box .module-international .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-international .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-international .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20
}

.module-box .module-international .subject {
    width: 370px;
    height: 222px;
    margin-top: 30px;
    position: relative
}

.module-box .module-international .subject .image {
    /*margin-bottom: 13px;*/
}

.module-box .module-international .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-international .subject .image .img img {
    width: 370px;
    height: 222px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-international .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-international .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-international .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-international .subject ul {
    margin-top: 10px;
}

.module-box .module-international .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-international .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-international .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-financeAndEconomics {
    width: 370px;
    height: 520px;
    float: left;
    margin-left: 45px;
    overflow: hidden;
}

.module-box .module-financeAndEconomics .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-financeAndEconomics .nav .title {
    float: left;
    width: 130px;
    height: 25px
}

.module-box .module-financeAndEconomics .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20
}

.module-box .module-financeAndEconomics .subject {
    width: 370px;
    height: 222px;
    margin-top: 30px;
    position: relative
}

.module-box .module-financeAndEconomics .subject .image {
    margin-bottom: 13px;
}

.module-box .module-financeAndEconomics .subject .image .img {
    width: 370px;
    height: 222px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-financeAndEconomics .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-financeAndEconomics .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-financeAndEconomics .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-financeAndEconomics .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-financeAndEconomics .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-financeAndEconomics .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-financeAndEconomics .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-sports {
    width: 370px;
    height: 500px;
    float: left
}

.module-box .module-sports .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-sports .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-sports .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-sports .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-sports .subject .image {
    margin-bottom: 13px;
}

.module-box .module-sports .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-sports .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-sports .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-sports .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-sports .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-sports .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-sports .subject ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-sports .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-library {
    width: 370px;
    height: 500px;
    float: left;
    margin-left: 45px
}

.module-box .module-library .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-library .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-library .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-library .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-library .subject .image {
    margin-bottom: 13px;
}

.module-box .module-library .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-library .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-library .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-library .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-library .subject .image .text a:hover {
    color: #E30B20
}

.module-box .module-library .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-library .subject ul li a {
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-library .subject ul li a:hover {
    color: #E30B20
}

.module-box .module-download {
    width: 370px;
    height: 500px;
    float: left;
    margin-left: 45px
}

.module-box .module-download .nav {
    width: 370px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5
}

.module-box .module-download .nav .title {
    float: left;
    width: 48px;
    height: 25px
}

.module-box .module-download .nav .title a {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding-bottom: 6px;
    border-bottom: 4px solid #E30B20;
}

.module-box .module-download .subject {
    width: 370px;
    height: 204px;
    margin-top: 30px;
    position: relative
}

.module-box .module-download .subject .image {
    margin-bottom: 13px;
    width: 370px;
    height: 204px;
}

.module-box .module-download .subject .image .img {
    width: 370px;
    height: 204px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 4px;
}

.module-box .module-download .subject .image .img img {
    width: 370px;
    height: 204px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 50%;
    margin-top: -102px;
}

.module-box .module-download .subject .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 370px;
    height: 40px
}

.module-box .module-download .subject .image .text a {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    line-height: 40px
}

.module-box .module-download .subject .image .text a:hover {
    color: #E30B20;
}

.module-box .module-download .subject ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.module-box .module-download .subject ul li img {
    width: 18px;
    height: 18px
}

.module-box .module-download .subject ul li a {
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-box .module-download .subject ul li a:hover {
    color: #E30B20;
}

.main .img-top {
    margin: 20px 0px;
}

.main .img-top .img-first {
    margin-bottom: 20px;
}

.main .img-top .img-second {
    /*float: left;*/
}

.main .img-top .img-third {
    float: right;
}

.main .k-layout {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.main .k-layout .mRight ul li a:hover {
    color: #0972d3;
}

.main .k-layout h2 {
    font-size: 26px;
    color: #e80113;
    font-weight: 700;
    background-repeat: no-repeat;
    text-indent: 28px;
    height: 32px;
    line-height: 32px;
    width: 146px;
    border-bottom: solid 2px #e80113;
    letter-spacing: 2px;
}

.main .k-layout .mainTitle {
    height: 90px;
    width: 100%;
    border: #e6e6e6 1px solid;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.main .k-layout .mainTitle h2 {
    line-height: 30px;
    height: 45px;
    text-align: center;
    font-size: 26px;
    padding-top: 15px;
    width: 100%;
    color: #333333;
    background: none;
    border-bottom: none;
}

.main .k-layout .mainTitle h2:hover, .main .k-layout .mainTitle div a:hover {
    color: #0972d3;
}

.main .k-layout .mainTitle div {
    text-align: center;
    font-size: 14px;
}

.main .k-layout .mainTitle div h2 {
    margin-bottom: 15px;
}

.main .k-layout .mainTitle div a {
    padding-right: 20px;
}

.main .lunbo-content {
    height: 435px;
}

.main .channel-list {
    margin: 20px 0px;
}

.main .channel-list .channel-item {
    width: 380px;
    height: 550px;
    margin: 0px 18px 25px 0px;
    float: left;
}

.main .channel-list .channel-item .channel-content ul li a:hover {
    color: #0972d3;
}

.main .channel-list .channel-title {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.main .channel-list .channel-title .title {
    padding-bottom: 4px;
    border-bottom: 3px solid #E30B20;
}

.main .channel-list .channel-title .nav-more {
    float: right;
    margin-top: 3px;
}

.main .channel-list .channel-content .channel-img {
    margin-top: 10px;
    height: 228px;
}

.main .channel-list .channel-content .channel-img a {
    display: flex;
}

.main .channel-list .channel-content .channel-img .text {
    position: relative;
    bottom: 30px;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    text-indent: 20px;
    color: #fff;
    font-size: 14px;
}


.main .channel-list .channel-content .channel-img .text a {
    /*position: relative;*/
    /*top: -15px;*/
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.main .channel-list .channel-content img {
    width: 100%;
    height: 228px;
}

.main .channel-list .channel-content ul {
    list-style: inside;
}

.main .channel-list .channel-content ul li {
    margin-top: 10px;
}
.main .channel-list .channel-content ul li a {
    font-weight:500;
}

