/*通用样式*/
* {
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul,
h1,
h2,
h3,
h4,
li,
tr,
td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

li {
    list-style: none;
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #3c67a9;
    text-decoration: none;
}

p {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.margintop20 {
    margin-top: 20px;
}

.paddingtop20 {
    padding-top: 20px;
}

/*默认样式适用大屏pc*/
.body {
    background: #ECF0F7;
}

.header {
    background: url(../images/2026cxfw_bg01.png) top center no-repeat;
    height: 513px;
}

.header .logo {
    margin: 115px auto 0px auto;
    text-align: center;
}

/*焦点图*/
.flash_box {
    background: #106ACE url(../images/2026cxfw_bg02.png) no-repeat left top;
    padding: 47px 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    height: 512px;
}

.flash_box .bd {
    overflow: hidden;
}

.flash_box .bd ul li a img {
    border: 8px solid #FFF;
    width: calc(70% - 16px);
    float: left;
    height: 465px;
}

.text-bd {
    width: 30%;
    float: right;
    padding: 50px;
    box-sizing: border-box;
}

.text-bd h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    color: #FFF;
}

.text-bd p {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制为两行 */
    overflow: hidden;
    margin-top: 50px;
    color: #FFF;
}

.flash_box .hd ul {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.flash_box .hd ul li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #88B5E7;
    float: left;
    margin-right: 20px;
    font-size: 1px;
    color: #88B5E7;
}

.flash_box .hd ul li.on {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    background: #FCD594;
    float: left;
    margin-left: 10px;
    font-size: 1px;
    color: #FCD594
}

.title {
    height: 125px;
    background: url(../images/2026cxfw_icon05.png) no-repeat left center;
    overflow: hidden;
}

.title h2 {
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.box01 {
    height: 240px;
    background: url(../images/2026cxfw_bg03.png) bottom repeat-x;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
}

.box01 .cxcx {
    width: 60%;
    float: left;
}

.box01 .cxcx h2 a.titlea {
    color: #0BBADA;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box01 .cxcx h2 span {
    font-family: "宋体";
}

.box01 .cxcx h2 .color01 {
    color: #A5DDE7;
    margin-left: 20px;
}
.box01 .cxcx a.labela {
    float: left;
    display: block;
    border: 1px solid #86C5E5;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 16px;
    margin-right: 10px;
    margin-top: 10px;
    color: #86C5E5;
}

.box01 img {
    float: right;
}

.box02 {
    height: 240px;
    background: url(../images/2026cxfw_bg04.png) bottom repeat-x;
    border-radius: 10px;
    padding: 50px;
}

.box02 .cxcx {
    width: 60%;
    float: left;
}

.box02 .cxcx h2 a.titlea {
    color: #104ACE;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box02 .cxcx h2 span {
    font-family: "宋体";
}

.box02 .cxcx h2 .color01 {
    color: #D7E1F6;
    margin-left: 20px;
}

.box02 .cxcx a.labela {
    float: left;
    display: block;
    border: 1px solid #86A3E5;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 16px;
    margin-right: 10px;
    margin-top: 10px;
    color: #86A3E5;
}

.box02 img {
    float: right;
}

.box03 ,.box04 {
    background: #F8F9FF;
    border-radius: 10px;
    margin-top: 30px;
    padding: 50px;
    height: 180px;
}
.box03 img,.box04 img,.box03 .cxcx,.box04 .cxcx{float: left;}

.box03 .cxcx,.box04 .cxcx{margin-left: 30px;margin-top: 20px;}
.box03 .cxcx h2,.box04 .cxcx h2{font-size: 28px;font-weight: normal;}
/*当页面 1200px 时，大屏幕，主要是 PC 端*/
@media(max-width: 1200px) {}

/*在 769 和 1024 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media(min-width: 768px) and (max-width:979px) {}

/*在 480 和 767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media(max-width: 767px) {}

/*在小于 480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 480px) {}