.content { width: 874px; padding: 20px 0 30px 0; }
.hot-news .hot-img-list { position: relative; width: 540px; height: 340px; }
.hot-news .hot-img-list li {width: 540px;height: 340px;overflow: hidden;display: none;-webkit-transition: all linear 0.02s;transition: all linear 0.02s;}
/* .hot-news .hot-img-list li:hover { opacity: 1; } */
/* .hot-news .hot-img-list li:first-child { display: block; } */
.hot-news .hot-img-list li.cur { display: block; z-index: 2; }
.hot-news .hot-img-list img {width: 540px;height: 340px;}
.hot-news .hot-para-list li {display: -webkit-flex;display: flex;align-items: center;width: 294px;height: 67px;padding: 0 20px;border-bottom: 1px dashed #e7e7e7;}
.hot-news .hot-para-list li:last-child { border-bottom: none; }
.hot-news .hot-para-list .cur { background: #117ee3; color: #fff; border-bottom: none; box-shadow: 0 5px 10px rgba(0, 0, 0, .4); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .4); }
.hot-news .hot-para-list .cur p { font-size: 18px; }
.hot-news .hot-para-list p { font-size: 16px; }
.hot-news .cur p { color: #fff; }
.hot-report .section { width: 428px; }
.hot-report li { padding: 15px 0; }
.hot-report li:nth-child(2) { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; }
.hot-report h6 { font-size: 16px; line-height: 36px; font-weight: bold; }
.hot-report a:hover, .hot-report a:hover h6 { color: #117ee3; }
.hot-report .des { height: 42px; overflow: hidden; line-height: 20px; color: #666; }
.hot-report .detail { color: #333; }