/* banner */
.banner {width: 100%;height: 400px;}
.bannerSwiper {width: 100%;height: 400px;}
.swiper-slide {width: 100%;height: 400px;}
.swiper-pagination-bullet {width: 5px !important;height: 5px !important;}
.swiper-pagination-bullet-active {background-color: #fff !important;width: 25px !important;border-radius: 10px !important;}
/* banner end*/
#cont1 {width: 800px;max-width: 66.9%;}
#cont2 {width: 370px;max-width: 31.6%;}
/* 理财动态 */
.Dynamic_tit {}
.Dynamic_tit h6	{width: 160px;height: 46px;background: #06c;color: #fff;border-radius: 15px 15px 0 0;font-size: 20px;line-height: 46px;text-align: center;}

.Dynamic {background: #ffffff;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);border-radius: 6px;height: 420px;padding: 37px 20px 20px;margin-top: 40px;}
.Dynamic .left{    margin-left: 20px;}
.Dynamic .right{    margin-right: 20px;}
/* 标题 */
.Dynamic_img {margin-bottom: 30px;text-align: left;padding-left: 10px;}
.Dynamic_img img {width: 40px;vertical-align: middle;}
.Dynamic_img p {position: relative;display: inline-block;font-weight: bold;font-size: 20px;color: #333333;z-index: 5;padding-left: 8px;line-height: 20px;background-image: linear-gradient(to bottom, transparent 0%, transparent 65%, #daebff 75%, #daebff 100%);margin: 10px 0;}
/* 列表 */
.Dynamic {}
.Dynamic ul {}
.Dynamic ul li a {height: 50px;line-height: 50px;border-bottom: 1px dashed #ececec;display: block;transition: 0.5s;    padding-left: 20px;}
.Dynamic ul li p ,.Dynamic ul li span {font-size: 14px;color: #333;}
.Dynamic ul li a:hover {color: #508bed;}
/* 更多 */
.Dynamic_more {width: 125px;height: 40px;text-align: center;line-height: 40px;color: #1e64e7;border: 1px solid #1e64e7;border-radius: 20px;background: #fff;cursor: pointer;margin-top: 33px;display: inline-block;transition: 0.5s;font-size: 14px;}
.Dynamic_more:hover {background-color: #EFF5FF;}
/* 理财动态 :end*/
/* 产品一览 */
.Dynamic_library {max-width: 100%;    min-height: 190px;}
/* 产品一览 end*/
@media screen and (max-width: 1024px) {
#cont1 , #cont2 {width: 100%;padding: 0 20px;max-width: none;}
.Dynamic_tit {margin-top: 10px;}
.Dynamic {height: auto;padding: 37px 10px 20px;}
.Dynamic ul li p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: calc(100% - 90px);}
.Dynamic ul li span {width: 90px;}
}