@charset "utf-8";
/* CSS Document */
.about-box { line-height: 25px; height: auto; width: 100%; }
.about-box ul { list-style-image: url(../data/about/dot.png); }
.s01 { color: #AA834E; font-size: 16px; font-weight: bold; }
#list { width: 100%; height: auto; float: left; }
#list .list { width: 500px; padding: 15px 0 15px 0px; float: left; }
#list span { color: #8e0000; }
/***最新消息*********************************************************/
#list .photo { width: 184px; height: 157px; float: left; background: url(../data/about/photobg.jpg) 0 0 no-repeat; padding: 8px 0 0 6px; }
#list .info_nav { width: 280px; height: auto; float: left; margin-left: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#list .date { width: 100%; height: 21px; padding: 5px 0px 0px 0px; color: #15BDB5; font-size: 14px; float: left; }
#list .caption { width: 100%; height: 20px; padding: 5px 0 5px 5px; font-weight: bold; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: calc(100% - 5px); }
#list .caption A:link { color: #3D1307; TEXT-DECORATION: none; }
#list .caption A:visited { color: #3D1307; TEXT-DECORATION: none; }
#list .caption a:hover { color: #3D1307; text-decoration: none; }
#list .description { width: 100%; height: 100px; font-size: 12px; float: right; overflow: hidden; }
#list .border01 { border-bottom: 1px #CCCCCC solid; }
