﻿/*焦点图开始*/
.banner .bd ul li {
    width: 100%;
}
.banner .bd ul li img {
    width: 100%;
}
.banner {
    width: 100%;
    border-bottom: 6px solid #ffa178;
}
.banner .prev,
.banner .next {
    width: 32px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.banner .prev {
    background: url("../images/NP.png") no-repeat 0px 0;
    left: 5%;
}

.banner .next {
    background: url("../images/NP.png") no-repeat -32px 0;
    right: 5%;
}

.banner .hd {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 999;
}

.banner .hd ul {
    text-align: center;
}
.msg_box {
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 330px;
}
.msg_box .color {
    background-color: rgba(228,89,100,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88e45964',endColorstr='#88e45964');
    /* IE6,IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#88e45964, endColorstr=#88e45964)";
    /* IE8 */
    height: 34px;
    width: 100%;
}
.msg_box .msg {
    height: 356px;
    background-color: rgba(0,0,0,.35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#33000000');
    /* IE6,IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    /* IE8 */
}
.msg_box .msg h1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    width: 160px;
    color: white;
    line-height: 1.75;
}
/*结束*/
/*mod01 start*/
.mod01 .left {
    width: 755px;
}
.mod01 .img_text ul li {
    width: 364px;
}
.mod01 .img_text ul {
    border-bottom: 1px solid #dadada;
}
.mod01 .news_list ul li {
    border-bottom: 1px dashed #ccc;
    width: 49%;
}
.mod01 .news_list ul li a.L1 {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    width: 96%;
    text-align: left;
    line-height: 1.5;
}
.mod01 .news_list ul li a.L2 {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    width: 96%;
    float: right;
    text-align: left;
    line-height: 1.5;
}
.mod01 .more a {
    font-size: 12px;
    font-weight: bold;
    color: #ff6b2a;
}
.mod01 .right {
    width: 400px;
}
.mod01 .right .time p,
.mod01 .right .time span {
    display: block;
    width: 68px;
    height: 34px;
    line-height: 34px;
}
.mod01 .right .time p {
    font-size: 16px;
    color: #535353;
    border: #dadada 1px solid;
}
.mod01 .right .time span {
    font-size: 18px;
    background-color: #be0716;
    color: #fff;
    border: #be0716 1px solid;
 }
.mod01 .right .txt_title {
    width: 310px;
}
/*mod01 end*/
/*mod02 start*/
.mod02 .parent_img .title_msg {
    width: 100%;
    height: 75px;
    padding-top: 5px;
    background: url("../images/backopacity50.png");
    bottom: -40px;
}
.mod02 .parent_img .title_msg a,
.mod02 .parent_img .title_msg p {
    padding-left: 3%;
    line-height: 1.5;
}
.mod02 .img2 {
    width: 792px;
    height: 490px;
}
.mod02 .img3 {
    width: 388px;
    height: 236px;
}
.mod02 .parent_img .msg {
    background-color: #cf4c56;
    width: 88%;
    height: 81%;
    padding: 6%;
}
/*mod02 end*/
/*mod03 start*/
.mod03 .col01,
.mod03 .col02,
.mod03 .col03 {
    width: 386px;
}
.mod03 .col01 .c1 a {
    background-color: #cf4c56;
    height: 59px;
    margin-bottom: 24px;
    line-height: 59px;
}
.mod03 .col01 .c2 a {
    background-color: #969696;
    height: 59px;
    line-height: 59px;
}
.mod03 .col02 a,
.mod03 .col03 a {
    height: 144px;
    line-height: 144px;
}
.mod03 .col02 a {
    background-color: #f4a90b;
}
.mod03 .col03 a {
    background-color: #24a9e6;
}
.mod03 a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
}
/*mod03 end*/
/*hover*/
.mod01 a:hover,
.mod01 .news_list ul li a.L1:hover,
.mod01 .news_list ul li a.L2:hover,
.box_news_list ul li a.more:hover {
    color: #D7B735;
}

.mod02 .parent_img .title_msg a:hover,
.parent_img .msg a:hover {
    color: #24A9E6;
}






































