@charset "utf-8";
.bgb { background:#fff;}

.workdy { padding:10px;}
.workdy .imgs { float:left; width:460px; height:285px; padding:5px; border:1px solid #ccc; border-radius:4px; overflow:hidden; position:relative;}
.workdy .imgs .swiper-slide { width:100%; background:#fff;}
.workdy .imgs .swiper-slide .img { display:block; width:465px; height:250px; overflow:hidden;}
.workdy .imgs .swiper-slide .img img { display:block; width:465px; height:250px;}
.workdy .imgs .swiper-slide p { width:60%; line-height:30px; font-weight:bold; font-size:14px; color:#333; padding:0 5px; margin-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.workdy .imgs .swiper-pagination-bullets { width:35%; text-align:right; left:auto; right:0; bottom:10px;}
.workdy .imgs .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; filter:alpha(opacity=100); opacity:1; background:#cacaca; position:relative; -webkit-transition:0.4s; transition:0.4s;}
.workdy .imgs .swiper-pagination-bullet-active { background:#ae1c1c;}
.workdy .msg { float:right; width:680px;}
.workdy .msg li { line-height:35px; padding-left:10px; border-bottom:1px solid #e6e6e6; position:relative;}
.workdy .msg li::after { display:block; content:""; width:3px; height:3px; background:#999; position:absolute; left:0; top:17px;}
.workdy .msg li a { display:block; float:left; width:75%; font-size:14px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.workdy .msg li span { display:block; float:right; font-size:12px; color:#999;}
.workdy .msg li:first-child { margin-bottom:5px; padding:0; border-bottom:1px solid #bbb;}
.workdy .msg li:first-child::after,.workdy .msg li:first-child span { display:none;}
.workdy .msg li:first-child a { width:100%; font-weight:bold; color:#ae1c1c; text-align:center;}
.workdy .msg li a:hover { color:#ae1c1c;}

.lsts { width:583px; border:1px solid #ae1c1c;}
.lsts .tits { border-bottom:1px solid #ae1c1c;}
.lsts .msg li a:hover { color:#ae1c1c;}

.vlog { padding:0 10px 10px 10px;}
.vlog .tits { width:100%; height:35px; line-height:35px; border-radius:4px; background:#ae1c1c;}
.vlog .tits h3 { float:left; width:50%; font-size:14px; color:#fff; padding-left:25px; position:relative;}
.vlog .tits h3::after { display:block; content:""; width:0; height:0; border-style:solid; border-width:5px 0 5px 5px; border-color:transparent transparent transparent #fff; position:absolute; left:14px; top:14px;}
.vlog .tits a { float:right; font-size:12px; color:#fff; text-transform:Uppercase; margin-right:10px;}
.vlog li { float:left; width:143px; height:30px; line-height:30px; text-align:center; margin:10px 10px 0 0; padding:5px; border:1px solid #ddd; border-radius:2px; overflow:hidden; background:#fff; -webkit-transition:all .5s ease; transition:all .5s ease;}
.vlog li:nth-child(6n) { margin-right:0;}
.vlog li a { display:block; width:100%; font-size:15px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:#fafafa; -webkit-transition:all .5s ease; transition:all .5s ease;}
.vlog li:hover { border-color:#ae1c1c;}
.vlog li:hover a { color:#fff; background:#ae1c1c;}