@charset "utf-8";
.box { margin-bottom: 0 }
.mainContent { width: 780px; float: left; }
.sideSy { float: right; width: 500px; height: 407px; padding: 10px 20px; background: #fff; }

/* Ê×Ò³bannerÍ¼ÇÐ»» S*/
#indBanner,
#indBanner .bd,
#indBanner .bd li,
#indBanner .bd li .pic { width: 1200px; height: 350px; }
#indBanner { overflow: hidden; position: relative; z-index: 1; margin: 0 auto; text-align: left; }
#indBanner .bd { position: relative; z-index: 2; overflow: hidden; }
#indBanner .bd li { position: relative; z-index: 3; }
#indBanner .bd .con { height: 48px; position: absolute; bottom: 0px; left: 0px; width: 1200px; z-index: 4; display: none; }
#indBanner .bd .con .title { height: 48px; line-height: 48px; padding-left: 10px; font-size: 16px; position: relative; z-index: 6; }
#indBanner .bd .con .title a { color: #fff; }
#indBanner .bd .con .title a:hover { color: #f60; text-decoration: none; }
#indBanner .bd .con .titleBg { width: 1200px; height: 48px; position: absolute; left: 0px; top: 0px; background: #000; filter: alpha(opacity=60); opacity: 0.6; z-index: 5; }
#indBanner .prev,
#indBanner .next { border: 1px solid #fff; border-radius: 20px; width: 40px; height: 40px; background: url(/content/dx/base/img/slidearrow.png) no-repeat; display: block; position: absolute; z-index: 7; top: 50%; margin-top: -20px; cursor: pointer; transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; }
#indBanner .prev { left: 10px; background-position: 13px 10px; }
#indBanner .next { right: 10px; background-position: 16px -74px; }
#indBanner .prev:hover { border: 1px solid #920a19; background: url(/content/dx/base/img/slidearrow.png) no-repeat 13px 10px #920a19; }
#indBanner .next:hover { border: 1px solid #920a19; background: url(/content/dx/base/img/slidearrow.png) no-repeat 16px -74px #920a19; }
#indBanner .hd { height: 14px; overflow: hidden; position: absolute; z-index: 8; right: 0; width: 100%; bottom: 20px; text-align: center; font-size: 0; }
#indBanner .hd li { cursor: pointer; display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0 3px; width: 14px; height: 14px; background: #999; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; }
#indBanner .hd li span { display: none; }
#indBanner .hd .on { width: 30px; background: #fff; }



/* focusBox */
.focusBox { float: left; width: 640px; height: 427px; }
.focusBox .bd .con .title { font-size: 14px; }
.focusBox .hd { bottom: 15px; right: 15px; }
.focusBox .hd ul li { width: 10px; height: 10px; overflow: hidden; line-height: 50px; margin: 5px; }
.focusBox .hd ul li span { display: inline }
.focusBox .hd ul li.on { background: #cd0300; }

#columnA { padding-bottom: 20px; height: 427px; }


/* columnD */
#columnD .siteWidth { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
#columnD .box {width: 48.9%; flex-shrink: 0; background: #fff; box-sizing: border-box; padding: 10px 20px;}
