body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p,span, th, td, blockquote, lengend, button, textarea {margin:0; padding:0;}
ul,li{ list-style:none outside;font-size:15px; }
ul,ol{list-style: none;}
a{ text-decoration:none; }
a img, input { border:0}
img{ vertical-align:middle;}
a:link{ color: #333; text-decoration: none;}
a:visited{ color: #333; text-decoration: none;}
a:hover{ color: #bd1a2d; text-decoration: none;}
a:active{ color: #333; text-decoration: none;}

/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei',"微软雅黑",  'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 16px/1.5 'Microsoft YaHei',"微软雅黑", 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
.fl{ float: left;}
.fr{float: right;}
.clear{clear: both;}


/*20230406*/

.div_banner{margin-bottom:100px;text-align: center;overflow: hidden;}
.div_main{width:100%;background: url(./scy_20230406_main_bj.jpg) no-repeat top center;}
.div_box{width:1200px;margin:0 auto;}
.div_box  h2{text-align: center;margin-bottom:50px;}
.div_box ul li{width:564px;height:270px;position: relative;margin-bottom:40px;}
.div_box ul li div.div_l_img{width:180px;height:270px;}
.div_box ul li div.div_l_img img{width:180px;height:270px;}
.div_box ul li div.duv_r_info{position: absolute;right:0;top:0;background:url(./scy20230406_list_bj_03.png) no-repeat;width:342px;height:240px;padding:30px 20px 0 36px;}
.duv_r_info h3{font-size:18px;color:#fff;font-weight:bold;line-height:32px;padding-bottom:20px;border-bottom:1px dashed #75a7ba;margin-bottom: 24px;}
.duv_r_info dl dd{font-size:16px;color:#fff;padding:6px 0 6px 26px;}
.duv_r_info dl dd.ycsj{background:url(./scy20230406_list_bj_ico_03.png) no-repeat left;}
.duv_r_info dl dd.ycdd{background:url(./scy20230406_list_bj_ico_06.png) no-repeat left;}
.duv_r_info dl dd.ycpj{background:url(./scy20230406_list_bj_ico_08.png) no-repeat left;}
























