body{ background-color: #fff; } /* 轮播图 */ .focuspic{ width: 100%; height: 400px; background-color: #8ba4a9; } /* 热门推荐 */ .biaoti{ width: 1200px; height: 50px; margin: 0 auto; margin-top: 50px; margin-bottom: 20px; } .biaoti_txt{ width: 100%; text-align: center; font-size: 22px; font-weight: bold; color: #333; } .biaoti_box{ width: 50px; height: 4px; margin: 0 auto; margin-top:10px; background-color: #ff4a00; } .tuijian{ width: 1200px; height: 340px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center; } /* 演出日历 */ .rili{ width: 1200px; height: 380px; margin: 0 auto; } .rili_left{ width: 865px; height: 350px; float: left; } .rili_left_txt{ width: 100%; line-height: 30px; display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 10px; } .rili_jumu{ width: 865px; height: 340px; display: flex; justify-content: space-between; align-items: center; } .rili_right{ width: 280px; height: 330px; float: right; margin-top: 10px; display: flex; justify-content: center; align-items: center; padding: 5px; border: 1px solid #d5d5d5; font-size: 14px; } /* 新闻公告 */ .news{ width: 1200px; height: 330px; margin: 0 auto; margin-top: 40px; margin-bottom: 50px; } .news_left{ width: 1200px; height: 300px; float: left; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; } .news_item{ width: 600px; height: 150px; display: flex; margin-bottom: 30px; } .news_pic{ width: 245px; height: 150px; } .news_pic img{ width: 245px; height: 150px; border-radius: 5px; } .news_content{ flex: 1; margin-left: 20px; } .news_title{ width: 320px; font-size: 17px; line-height: 25px; } .news_summary{ width: 320px; margin-top: 10px; line-height: 25px; font-size: 13px; color: #999; } .news_right{ width: 280px; height: 300px; border: 1px solid red; float: right; } .dongtai{ width: 1200px; height: 530px; margin: 0 auto; margin-top: 30px; } .dongtai_left{ /*width: 820px;*/ width: 100%; height: 500px; float: left; } .dongtai_item{ /*width: 820px;*/ width: 100%; height: 155px; display: flex; margin-bottom: 30px; } .dongtai_pic{ width: 245px; height: 155px; } .dongtai_pic img{ width: 245px; height: 155px; border-radius: 5px; } .dongtai_content{ flex: 1; margin-left: 20px; } .dongtai_title{ width: 100%; font-size: 17px; line-height: 25px; } .dongtai_summary{ width: 100%; margin-top: 10px; line-height: 25px; font-size: 13px; color: #999; } .dongtai_right{ width: 330px; height: 500px; float: right; display: flex; justify-content: space-between; flex-wrap: wrap; } /* 舞台之星 */ .slice_star{ width: 1200px; height: 300px; position: relative; } .slice_star ul { width: 1200px; } .slice_star ul li { float: left; margin-left: 10px; margin-right: 10px; } .next2{ position: absolute; top: 90px; left: -45px; cursor: pointer; } .prev2{ position: absolute; top: 90px; right: -45px; cursor: pointer; } .star_item{ width: 180px; height: 300px; } .star_pic{ width: 180px; height: 225px; border-radius: 5px; overflow: hidden; } .star_pic img{ width: 180px; height: 225px; } .star_name{ text-align: center; font-size: 16px; margin-top: 10px; } .star_zhicheng{ text-align: center; font-size: 13px; color: #666; margin-top: 5px; } .changci{ width: 1200px; height: 40px; line-height: 40px; margin: 0 auto; border-bottom: 1px solid #ccc; margin-top: 30px; font-size: 16px; border-top-left-radius: 8px; border-top-right-radius: 8px; overflow: hidden; } .changci ul{ display: flex; justify-content: space-between; } .changci ul li{ width: 20%; text-align: center; } .changci_select{ background-color: #ff4a00; color: #fff; } .changci_unselect{ background-color: #fff; } .changci_content{ width: 1160px; min-height: 240px; height: auto !important; margin: 0 auto; border:1px solid #ececec; border-top: none; border-top: none; padding:20px; display: flex; } .changci_content_left{ width: 150px; height: 240px; } .changci_img{ width: 150px; margin: 0 auto; } .changci_img img{ border-radius: 5px; } .changci_jumuname{ width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; } .changci_price{ color: #999; font-size: 12px; margin-top: 3px; } .changci_content_right{ flex: 1; margin-left: 15px; font-size: 13px; } .mytable{ border: 1px solid #ececec; border-collapse: collapse; } .mytable td{ height: 35px; border: 1px solid #ececec }