|
|
@@ -1,247 +1,180 @@
|
|
|
<template>
|
|
|
<div class="listNewsBox">
|
|
|
-
|
|
|
-
|
|
|
- <div class="listNewsTitle_skin2" v-if="this.$store.state.template.editWebsiteClass==2">
|
|
|
- <span>{{name}}</span>
|
|
|
+ <div class="listNewsTitle_skin2" v-if="this.$store.state.template.editWebsiteClass == 2">
|
|
|
+ <span>{{ name }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_1" v-if="componentStyle == 1">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(2, 4)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_2" v-if="componentStyle == 2">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(2, 4)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_3" v-if="componentStyle == 3">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(2, 4)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_4" v-if="componentStyle == 4">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(2, 4)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_5" v-if="componentStyle == 5">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(2, 4)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="min_in_6" v-if="componentStyle == 6">
|
|
|
+ <h4 class="ul_head">
|
|
|
+ <span class=" ">{{ name }}</span>
|
|
|
+ </h4>
|
|
|
+ <div class="ul_img_box" v-for="(per_obj, per_index) in pageData.slice(0, 1)">
|
|
|
+ <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="ul_box">
|
|
|
+ <div class="ul_li" v-for="(per_obj, per_index) in pageData.slice(4, 7)">{{ per_obj.title }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="img_2_ul">
|
|
|
+ <div class="img_2_ul_li" v-for="(per_obj, per_index) in pageData.slice(3, 5)">
|
|
|
+ <a class=" " href="" title="">
|
|
|
+ <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
+ <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="min_in_1" v-if="componentStyle == 1">
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(2,4) " >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="min_in_2" v-if="componentStyle == 2">
|
|
|
-
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
-
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(2,4)" >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="min_in_3" v-if="componentStyle == 3">
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(2,4)" >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="min_in_4"v-if="componentStyle == 4">
|
|
|
-
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
-
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(2,4)" >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="min_in_5" v-if="componentStyle == 5">
|
|
|
-
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(2,4)" >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="min_in_6" v-if="componentStyle == 6">
|
|
|
-
|
|
|
- <h4 class="ul_head">
|
|
|
- <span class=" ">{{name}}</span>
|
|
|
- </h4>
|
|
|
-
|
|
|
- <div class="ul_img_box" v-for="(per_obj,per_index) in pageData.slice(0,1)" >
|
|
|
- <img class="ul_img_box_img" :src="per_obj.src" alt="">
|
|
|
- <span class="ul_img_dot1">{{ per_obj.title }}</span>
|
|
|
- </div>
|
|
|
- <div class="ul_box">
|
|
|
- <div class="ul_li" v-for="(per_obj,per_index) in pageData.slice(4,7)" >{{ per_obj.title }}</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="img_2_ul">
|
|
|
-
|
|
|
- <div class="img_2_ul_li" v-for="(per_obj,per_index) in pageData.slice(3,5)" >
|
|
|
- <a class=" " href="" title="">
|
|
|
- <img class="img_2_ul_li_img" :src="per_obj.src" alt="">
|
|
|
- <span class="img_2_ul_li_dot1">{{ per_obj.title }}</span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
export default {
|
|
|
-
|
|
|
props: {
|
|
|
- name:{
|
|
|
- type:String,
|
|
|
- default:""
|
|
|
+ name: {
|
|
|
+ type: String,
|
|
|
+ default: ""
|
|
|
},
|
|
|
- componentStyle:{
|
|
|
- type:Number,
|
|
|
- default:0
|
|
|
+ componentStyle: {
|
|
|
+ type: Number,
|
|
|
+ default: 0
|
|
|
}
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- pageData:[
|
|
|
-
|
|
|
- {year:"2019-10",day:"10",title:"津”彩上合|各方高度评价天津峰会:推动构建“上合大家庭”更加美好的未来",time:"2025-02-17",text:"2025年上合组织峰会于8月31日至9月1日在天津市举行。这是中国第五次主办上合组织峰会,也是上合组织成立以来规模最 大的一次峰会。上合组织天津峰会吸引全球目光,获得各方高度关注和积极评价",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/1766479633372863.jpg"},
|
|
|
- {year:"2020-01",day:"01",title:"习近平新时代中国特色社会主义思想教育培训走深走实的重大举措",time:"2025-02-21",text:"习近平新时代中国特色社会主义思想教育培训走深走实的重大举措习近平新时代中国特色社会主义思想教育培训走深走实的重大举措",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/17664691719166.jpg"},
|
|
|
- {year:"2021-02",day:"02",title:"高市早苗内阁成立 兼顾力量平衡且保守色彩浓厚",time:"2025-02-20",text:"在主要岗位上,高市任命与其政治理念相近的保守派人士、前防卫大臣木原稔出任官房长官。自民党前干事长茂木敏充、前农林水产大臣小泉进次郎和前官房长官林芳正分别出任外务大臣、防卫大臣和总务大臣。他们此前在自民党总裁选举中曾与高市竞争。舆论认为,高市此举意在兼顾党内派阀平衡、促进内部团结,从而巩固自身的执政基础",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/1766477567550742.jpg"},
|
|
|
- {year:"2022-03",day:"03",title:"中国援老医疗专家完成老挝首例FCB球囊视网膜脱离复位术",time:"2025-02-19",text:"人民网曼谷10月17日电 (记者杨一)万象消息:中国军队第十三批援老医疗队专家近日在老挝首都万象103医院,采用经中 老双方多人跨境传递带来的中国最新专利FCB球囊,成功为一名老挝患者实施了视网膜脱离复位手术。",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/1766478289365709.jpg"},
|
|
|
- {year:"2023-04",day:"04",title:"美国高盛集团等研究报告显示——关税政策对美国消费者影响日渐凸显",time:"2025-02-18",text:"高盛集团的报告还指出,美国政府通过一系列关税及贸易限制措施打乱了全球贸易秩序,尽管美国政府官员坚称贸易伙伴会承 担关税成本,但实际情况是美国进口商需向美国海关及边境保护局缴纳关税,而当企业将关税成本转嫁时,消费者将面临更高 的商品价格。",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/1766479649422031.jpg"},
|
|
|
- {year:"2025-06",day:"06",title:"中国式现代化是实干出来的现代化(国际论坛)",time:"2025-02-21",text:"每一个五年规划的制定与落实,都凝结了顶层设计、制度执行与社会动员的合力,使中国的现代化建设具有连续性与可预期性",src:"http://192.168.1.234:19000/pre/image/jpeg/20251224/1766535795899808.jpg"},
|
|
|
- {year:"2024-05",day:"05",title:"国际观察:以对历史文明的敬重促进中美民心相通",time:"2025-02-17",text:"近日,中国驻美国使馆在华盛顿代表中方接收美方民间机构代表、莫里斯艺术法律事务所代为返还的虎型牌饰文物。此次返还 的虎型牌饰文物具有典型的鄂尔多斯青铜艺术风格,是春秋至战国时期中国北方草原文物的重要代表,对于研究中国古代草原 文化与族群交流具有重要意义。",src:"http://192.168.1.234:19000/pre/image/jpeg/20251223/1766485965938177.jpg"},
|
|
|
- {year:"2016-07",day:"07",title:"国际观察:心手相连、命运与共,中拉妇女合作契若金兰",time:"2025-02-20",text:"30年前,北京世界妇女大会成功举行,“以行动谋求平等、发展与和平”的共识响彻会场、激荡世界。30年来,中国始终恪 守承诺、践行责任担当,在推动自身妇女事业取得历史性成就的同时,也为包括拉美和加勒比在内的全球妇女事业发展作出重 要贡献。时隔30年,全球妇女峰会再次回到北京,这既是世界对中国的肯定,也是对中国的期许。",src:""},
|
|
|
- {year:"2017-08",day:"08",title:"严厉打击编造传播网络谣言!公安部公布5起典型案例",time:"2025-02-19",text:"严厉打击编造传播网络谣言!公安部公布5起典型案例",src:""},
|
|
|
- {year:"2018-09",day:"09",title:"国际观察:全球发展倡议为重振全球发展事业注入新动能",time:"2025-02-18",text:"近日,中方在纽约联合国总部主办全球发展倡议高级别会议,宣布携手各方落实全球发展倡议的新举措。",src:""},
|
|
|
- {year:"2012-11",day:"02",title:"美媒:“与维基百科竞争”,马斯克推出AI编写的百科全书Grokipedia",time:"2025-02-18",text:"美媒:“与维基百科竞争”,马斯克推出AI编写的百科全书Grokipedia",src:""},
|
|
|
- ],
|
|
|
-
|
|
|
+ pageData: [
|
|
|
+ { year: "2019-10", day: "10", title: "津”彩上合|各方高度评价天津峰会:推动构建“上合大家庭”更加美好的未来", time: "2025-02-17", text: "2025年上合组织峰会于8月31日至9月1日在天津市举行。这是中国第五次主办上合组织峰会,也是上合组织成立以来规模最 大的一次峰会。上合组织天津峰会吸引全球目光,获得各方高度关注和积极评价", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/1766479633372863.jpg" },
|
|
|
+ { year: "2020-01", day: "01", title: "习近平新时代中国特色社会主义思想教育培训走深走实的重大举措", time: "2025-02-21", text: "习近平新时代中国特色社会主义思想教育培训走深走实的重大举措习近平新时代中国特色社会主义思想教育培训走深走实的重大举措", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/17664691719166.jpg" },
|
|
|
+ { year: "2021-02", day: "02", title: "高市早苗内阁成立 兼顾力量平衡且保守色彩浓厚", time: "2025-02-20", text: "在主要岗位上,高市任命与其政治理念相近的保守派人士、前防卫大臣木原稔出任官房长官。自民党前干事长茂木敏充、前农林水产大臣小泉进次郎和前官房长官林芳正分别出任外务大臣、防卫大臣和总务大臣。他们此前在自民党总裁选举中曾与高市竞争。舆论认为,高市此举意在兼顾党内派阀平衡、促进内部团结,从而巩固自身的执政基础", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/1766477567550742.jpg" },
|
|
|
+ { year: "2022-03", day: "03", title: "中国援老医疗专家完成老挝首例FCB球囊视网膜脱离复位术", time: "2025-02-19", text: "人民网曼谷10月17日电 (记者杨一)万象消息:中国军队第十三批援老医疗队专家近日在老挝首都万象103医院,采用经中 老双方多人跨境传递带来的中国最新专利FCB球囊,成功为一名老挝患者实施了视网膜脱离复位手术。", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/1766478289365709.jpg" },
|
|
|
+ { year: "2023-04", day: "04", title: "美国高盛集团等研究报告显示——关税政策对美国消费者影响日渐凸显", time: "2025-02-18", text: "高盛集团的报告还指出,美国政府通过一系列关税及贸易限制措施打乱了全球贸易秩序,尽管美国政府官员坚称贸易伙伴会承 担关税成本,但实际情况是美国进口商需向美国海关及边境保护局缴纳关税,而当企业将关税成本转嫁时,消费者将面临更高 的商品价格。", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/1766479649422031.jpg" },
|
|
|
+ { year: "2025-06", day: "06", title: "中国式现代化是实干出来的现代化(国际论坛)", time: "2025-02-21", text: "每一个五年规划的制定与落实,都凝结了顶层设计、制度执行与社会动员的合力,使中国的现代化建设具有连续性与可预期性", src: "http://192.168.1.234:19000/pre/image/jpeg/20251224/1766535795899808.jpg" },
|
|
|
+ { year: "2024-05", day: "05", title: "国际观察:以对历史文明的敬重促进中美民心相通", time: "2025-02-17", text: "近日,中国驻美国使馆在华盛顿代表中方接收美方民间机构代表、莫里斯艺术法律事务所代为返还的虎型牌饰文物。此次返还 的虎型牌饰文物具有典型的鄂尔多斯青铜艺术风格,是春秋至战国时期中国北方草原文物的重要代表,对于研究中国古代草原 文化与族群交流具有重要意义。", src: "http://192.168.1.234:19000/pre/image/jpeg/20251223/1766485965938177.jpg" },
|
|
|
+ { year: "2016-07", day: "07", title: "国际观察:心手相连、命运与共,中拉妇女合作契若金兰", time: "2025-02-20", text: "30年前,北京世界妇女大会成功举行,“以行动谋求平等、发展与和平”的共识响彻会场、激荡世界。30年来,中国始终恪 守承诺、践行责任担当,在推动自身妇女事业取得历史性成就的同时,也为包括拉美和加勒比在内的全球妇女事业发展作出重 要贡献。时隔30年,全球妇女峰会再次回到北京,这既是世界对中国的肯定,也是对中国的期许。", src: "" },
|
|
|
+ { year: "2017-08", day: "08", title: "严厉打击编造传播网络谣言!公安部公布5起典型案例", time: "2025-02-19", text: "严厉打击编造传播网络谣言!公安部公布5起典型案例", src: "" },
|
|
|
+ { year: "2018-09", day: "09", title: "国际观察:全球发展倡议为重振全球发展事业注入新动能", time: "2025-02-18", text: "近日,中方在纽约联合国总部主办全球发展倡议高级别会议,宣布携手各方落实全球发展倡议的新举措。", src: "" },
|
|
|
+ { year: "2012-11", day: "02", title: "美媒:“与维基百科竞争”,马斯克推出AI编写的百科全书Grokipedia", time: "2025-02-18", text: "美媒:“与维基百科竞争”,马斯克推出AI编写的百科全书Grokipedia", src: "" },
|
|
|
+ ],
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
-
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-
|
|
|
<style scoped lang="less">
|
|
|
//基本样式
|
|
|
.listNewsBox {
|
|
|
position: relative;
|
|
|
.listNewsTitle_skin2 {
|
|
|
- font-size:22px;
|
|
|
- font-weight:bold;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: bold;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
border-bottom: 2px solid #A91B33;
|
|
|
- color:#A91B33;
|
|
|
+ color: #A91B33;
|
|
|
margin-bottom: 20px;
|
|
|
box-sizing: border-box;
|
|
|
span {
|
|
|
- color:#A91B33;
|
|
|
+ color: #A91B33;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
border-left: 3px solid #A91B33;
|
|
|
@@ -295,7 +228,7 @@ export default {
|
|
|
line-height: 24px;
|
|
|
padding-left: 16px;
|
|
|
font-size: 18px;
|
|
|
- color:#333333;
|
|
|
+ color: #333333;
|
|
|
margin-bottom: 10px;
|
|
|
background: url(http://img.bjzxtw.org.cn/pre/image/png/20250605/1749100871349444.png) no-repeat left center;
|
|
|
&:last-child {
|
|
|
@@ -307,11 +240,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
//样式4
|
|
|
-.listNewsBox{
|
|
|
+.listNewsBox {
|
|
|
.listNewsStyle4 {
|
|
|
- .listNewsContentItem{
|
|
|
- .listNewsContentItemRight{
|
|
|
- div{
|
|
|
+ .listNewsContentItem {
|
|
|
+ .listNewsContentItemRight {
|
|
|
+ div {
|
|
|
background: url(https://img.bjzxtw.org.cn/pre/image/png/20250909/1757379542529609.png) no-repeat left center;
|
|
|
}
|
|
|
}
|
|
|
@@ -319,11 +252,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
//样式5
|
|
|
-.listNewsBox{
|
|
|
+.listNewsBox {
|
|
|
.listNewsStyle5 {
|
|
|
- .listNewsContentItem{
|
|
|
- .listNewsContentItemRight{
|
|
|
- div{
|
|
|
+ .listNewsContentItem {
|
|
|
+ .listNewsContentItemRight {
|
|
|
+ div {
|
|
|
background: url(https://img.bjzxtw.org.cn/pre/image/png/20250909/1757386056889702.png) no-repeat left center;
|
|
|
}
|
|
|
}
|
|
|
@@ -331,11 +264,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
//样式6
|
|
|
-.listNewsBox{
|
|
|
+.listNewsBox {
|
|
|
.listNewsStyle6 {
|
|
|
- .listNewsContentItem{
|
|
|
- .listNewsContentItemRight{
|
|
|
- div{
|
|
|
+ .listNewsContentItem {
|
|
|
+ .listNewsContentItemRight {
|
|
|
+ div {
|
|
|
padding-left: 0px;
|
|
|
background: none;
|
|
|
}
|
|
|
@@ -344,11 +277,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
//样式9
|
|
|
-.listNewsBox{
|
|
|
+.listNewsBox {
|
|
|
.listNewsStyle9 {
|
|
|
- .listNewsContentItem{
|
|
|
- .listNewsContentItemRight{
|
|
|
- div{
|
|
|
+ .listNewsContentItem {
|
|
|
+ .listNewsContentItemRight {
|
|
|
+ div {
|
|
|
&:first-child {
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
@@ -357,349 +290,772 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.listNewsContent{display:none;}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.min_in_1{
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
-
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
-
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
+.listNewsContent {
|
|
|
+ display: none;
|
|
|
}
|
|
|
-
|
|
|
-.min_in_2{
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
-
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
-
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
+.min_in_1 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-.min_in_3{
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
-
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
- .ul_li:nth-of-type(1){font-weight:bold;}
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
+.min_in_2 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.min_in_3 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li:nth-of-type(1) {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.min_in_4 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li:nth-of-type(1) {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.min_in_5 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li:nth-of-type(1) {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.min_in_6 {
|
|
|
+ width: 100%;
|
|
|
+ .ul_head {
|
|
|
+ height: 47px;
|
|
|
+ border-bottom: solid 1px #93969A;
|
|
|
+ border-top: solid 1px #DCDDDF;
|
|
|
+ margin: 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ul_head * {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ line-height: 47px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #A72213;
|
|
|
+ font-size: 20px;
|
|
|
+ border-bottom: solid 2px #A72213;
|
|
|
+ }
|
|
|
+ .ul_box {
|
|
|
+ margin-top: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ .ul_li {
|
|
|
+ line-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: relative;
|
|
|
+ color: #333;
|
|
|
+ font-size: 18px;
|
|
|
+ text-indent: 16px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .ul_li:nth-last-of-type(1) {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
+ .ul_li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 10px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #F2F2F2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .img_2_ul {
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 20px;
|
|
|
+ width: 100%;
|
|
|
+ .img_2_ul_li {
|
|
|
+ width: 185px;
|
|
|
+ height: 130px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(odd) {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .img_2_ul_li:nth-of-type(even) {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .img_2_ul_li a {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .img_2_ul_li_dot1 {
|
|
|
+ font-weight: bold;
|
|
|
+ width: 100%;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0px 9px;
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ul_img_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 268px;
|
|
|
+ position: relative;
|
|
|
+ margin-top: 13px;
|
|
|
+ .ul_img_box_img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ul_img_dot1 {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ font-weight: bold;
|
|
|
+ display: block;
|
|
|
+ padding: 0px 15px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
|
|
|
+ word-break: keep-all;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
- .min_in_4{
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
- .ul_li:nth-of-type(1){font-weight:bold;}
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .min_in_5{
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
- .ul_li:nth-of-type(1){font-weight:bold;}
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .min_in_6{
|
|
|
-
|
|
|
-
|
|
|
- width:100%;
|
|
|
- .ul_head{height:47px;border-bottom:solid 1px #93969A;border-top:solid 1px #DCDDDF;margin:0px;box-sizing:border-box;}
|
|
|
- .ul_head *{float:left;height:100%;line-height:47px;box-sizing:border-box;
|
|
|
- font-weight:bold;color:#A72213;font-size:20px;border-bottom:solid 2px #A72213;}
|
|
|
-
|
|
|
- .ul_box{
|
|
|
-
|
|
|
-
|
|
|
- margin-top:20px;overflow:hidden;width:100%;
|
|
|
-
|
|
|
- .ul_li{line-height:24px;height:24px;position:relative;color:#333;font-size:18px;text-indent:16px;
|
|
|
- margin-bottom:20px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .ul_li:nth-last-of-type(1){margin-bottom:0px;}
|
|
|
-
|
|
|
- .ul_li::before{content:'';position:absolute;left:0px;top:10px;
|
|
|
- width:6px;height:6px;background:#F2F2F2; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .img_2_ul{overflow:hidden;margin-top:20px;width:100%;
|
|
|
-
|
|
|
-
|
|
|
- .img_2_ul_li{width:185px;height:130px;position:relative;}
|
|
|
- .img_2_ul_li:nth-of-type(odd){float:left;}
|
|
|
- .img_2_ul_li:nth-of-type(even){float:right;}
|
|
|
- .img_2_ul_li a{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_img{display:block;width:100%;height:100%;}
|
|
|
- .img_2_ul_li_dot1{font-weight:bold;width:100%;height:29px;line-height:29px;display:block;position:absolute;
|
|
|
- left:0px;bottom:0px;text-align:center;color:#fff;font-size:12px;
|
|
|
- box-sizing:border-box;padding:0px 9px;
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ul_img_box{width:100%;height:268px;position:relative;margin-top:13px;
|
|
|
- .ul_img_box_img{display:block;width:100%;height:100%;}
|
|
|
- .ul_img_dot1{
|
|
|
-
|
|
|
- height:50px;line-height:50px;color:#fff;box-sizing:border-box;
|
|
|
- font-size:14px;position:absolute;font-weight:bold;display:block;
|
|
|
- padding:0px 15px; width:100%;
|
|
|
- left:0px;bottom:0px;
|
|
|
- background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
|
|
|
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
</style>
|
|
|
-
|