@charset "utf-8";
/* CSS Document */
html, body { margin: 0 auto; padding: 0; font-family: "微软雅黑","宋体", sans-serif; font-size: 15px; color: #302e31; background: #f9f9f9; width: 100%; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none; }
img, a img { border: 0; max-width: 100%; height: auto; }
a { font-family: "微软雅黑","宋体", sans-serif; color: #302e31; }
a:hover { color: #009AE5; }
.cx_mt20 { margin-top: 20px; }
main { display: block; margin: 0 auto; width: 100%; max-width: 1200px; }

/* 友情链接 
.cx_links { background: #fff; border: solid 1px #dfdfdf; }*/
.cx_links {background: #fff;
    border-width: 0;
    margin: 20px 0;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
    border-radius: 5px;}
.cx_links .cx_lt { padding: 10px 15px;line-height: 30px;border-bottom: solid 1px rgba(126,126,126,.1);}
.cx_links .cx_la { padding: 15px 20px; line-height: 25px; }
.cx_links .cx_la a { display: inline-block; margin-right: 10px; font-size: 12px; }

/* 通用 
.ccx_box1 { background: #fff; border: solid 1px #009AE5; }*/
.ccx_box1 {background: #fff;border-width: 0;margin:20px 0;box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);transition: background-color .3s;border-radius: 5px;}
.ccx_box1 .title { padding:10px 15px; line-height: 35px; background:none; border-bottom: solid 1px rgba(126,126,126,.1); }
.ccx_box1 .title a { display: inline-block; font-weight:500; }
.ccx_box1 .conbt { margin:0 auto;padding: 20px 0;text-align: center;}
.ccx_box1 .conbt img {display: inline-block; margin: 0 10px 0 0; width: 60px; height: 60px; padding:0px;border-radius:30%;box-shadow: 0 26px 20px -24px rgba(0,36,100,0);background-image: linear-gradient(130deg, #f9f9f9, #e8e8e8);}
.ccx_box1 .conbt h1 { overflow: hidden; display: inline-block; margin: 0; font-size: 44px; font-weight: normal; }
.ccx_box1 .content { padding: 20px 15px; line-height: 30px; word-wrap: break-word;word-break: normal; }
@media screen and (max-width:640px) {
html, body { font-size: 12px; }

/* 通用 */
}