diff --git a/.DS_Store b/.DS_Store
index fc6be92..83d3e66 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/static/resources/common/docctitarr2.png b/static/resources/common/docctitarr2.png
new file mode 100644
index 0000000..007641a
Binary files /dev/null and b/static/resources/common/docctitarr2.png differ
diff --git a/static/resources/common/toplogo1.png b/static/resources/common/toplogo1.png
new file mode 100644
index 0000000..7014776
Binary files /dev/null and b/static/resources/common/toplogo1.png differ
diff --git a/static/resources/index/index.css b/static/resources/index/index.css
index 7dbd5ea..b7feec1 100644
--- a/static/resources/index/index.css
+++ b/static/resources/index/index.css
@@ -29,13 +29,13 @@
flex-direction: column;
justify-content: center;
}
-.index-box1-c .title {
+.index-box1-c p:nth-child(1) a{
font-size: 30px;
color: #df0012;
font-weight: bold;
line-height: 44px;
}
-.index-box1-c .desc {
+.index-box1-c p:nth-child(2) a{
font-size: 18px;
color: #333;
}
@@ -908,7 +908,7 @@
width: 80%;
margin-top: -0.2rem;
}
- .index-box1-c .title {
+ .index-box1-c p:nth-child(1) a {
font-size: 0.42rem;
line-height: 0.61rem;
}
@@ -918,7 +918,7 @@
.index-box1-c {
height: auto;
}
- .index-box1-c .desc {
+ .index-box1-c p:nth-child(2) a{
font-size: 0.22rem;
padding-top: 0.1rem;
display: block;
diff --git a/static/resources/lb/doccli.gif b/static/resources/lb/doccli.gif
new file mode 100644
index 0000000..e2f88c2
Binary files /dev/null and b/static/resources/lb/doccli.gif differ
diff --git a/static/resources/lb/docctitarr1.png b/static/resources/lb/docctitarr1.png
new file mode 100644
index 0000000..1adcea9
Binary files /dev/null and b/static/resources/lb/docctitarr1.png differ
diff --git a/static/resources/lb/lb.css b/static/resources/lb/lb.css
new file mode 100644
index 0000000..f49f510
--- /dev/null
+++ b/static/resources/lb/lb.css
@@ -0,0 +1,213 @@
+.lb-box {
+ display: flex;
+ margin-top: 45px;
+}
+.lb-box .lb-box-l {
+ width: 250px;
+ flex: none;
+}
+.lb-box .lb-box-r {
+ flex: 1;
+}
+.lb-nav {
+ border: 1px solid #e5e5e5;
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+.lb-box-l {
+ margin-right: 30px;
+}
+
+.lb-nav li {
+ line-height: 50px;
+
+ text-align: center;
+}
+
+.lb-nav .title {
+ margin: 0 -0.5px;
+ font-size: 18px;
+}
+
+.lb-nav li + li {
+ border-top: 1px solid #e5e5e5;
+}
+
+.lb-nav li a {
+ display: block;
+ width: 100%;
+ height: 100%;
+ text-decoration: none;
+ color: inherit;
+ font-size: 16px;
+}
+
+.lb-nav li a:hover,
+.lb-nav .title {
+ background: #154d9b;
+ color: #fff;
+}
+
+.lb-con-tit {
+ display: flex;
+ border-bottom: 1px solid #e5e5e5;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.lb-con-tit-l {
+ display: flex;
+ align-items: center;
+ height: 48px;
+ line-height: 48px;
+ font-size: 20px;
+ color: #333;
+ position: relative;
+}
+.lb-con-tit-l img {
+ margin-right: 12px;
+}
+.lb-con-tit-l::after {
+ content: '';
+ position: absolute;
+ bottom: -2px;
+ left: 0;
+ right: 0;
+ height: 3px;
+ background-color: #154d9b;
+}
+.lb-con-tit-r {
+ display: flex;
+ align-items: center;
+}
+.lb-con-tit-r li span {
+ vertical-align: middle;
+}
+.lb-con-tit-r li,
+.lb-con-tit-r li a {
+ font-size: 14px;
+ color: #b8b8b8;
+}
+.lb-con-tit-r li a:hover {
+ color: #154d9b;
+}
+
+.lb-con-list,
+.lb-con-list-item {
+ width: 100%;
+}
+.lb-con-list-item {
+ line-height: 3;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 16px;
+ color: #ccc;
+ overflow: hidden;
+ border-bottom: 1px #eee solid;
+ background: url(doccli.gif) 0 22px no-repeat;
+ text-indent: 20px;
+}
+.lb-con-list-item a {
+ color: #333333;
+ width: 0;
+ flex: 1;
+ overflow: hidden;
+ display: inline-block;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+.lb-con-list-item span {
+ flex: none;
+}
+.lb-con-list-item a:hover {
+ color: #248;
+ animation: listover 0.4s linear infinite;
+}
+
+@keyframes listover {
+ 0% {
+ margin-left: -2px;
+ }
+ 100% {
+ margin-left: 2px;
+ }
+}
+
+.pages {
+ text-align: center;
+ margin-top: 20px;
+}
+.pages li {
+ display: inline-block;
+ margin: 0 3px;
+}
+.pages li a {
+ display: inline-block;
+ color: #0e509e;
+ font-size: 12px;
+ border: solid 1px #9aafe5;
+ line-height: 30px;
+ min-width: 30px;
+ padding: 0 8px;
+}
+.pages li a:hover,
+.pages li.page-active a {
+ border: solid 1px #0e509e;
+}
+.pages li[disabled='true'] a {
+ pointer-events: none;
+ color: #ccc;
+ border: solid 1px #ccc;
+}
+
+@media screen and (max-width: 768px) {
+ .pages {
+ margin-top: 0.3rem;
+ }
+ .pages li {
+ margin: 0 0.05rem;
+ }
+ .pages li a,
+ .pages li span {
+ line-height: 0.5rem;
+ font-size: 0.24rem;
+ min-width: 0.5rem;
+ padding: 0 0.1rem;
+ margin-bottom: 0.1rem;
+ }
+ .lb-con-tit-l{
+ font-size: .3rem;
+ line-height: .8rem;
+ height: .8rem;
+ }
+ .lb-con-tit-r li, .lb-con-tit-r li a {
+ font-size: .22rem;
+ }
+ .lb-con-list-item{
+ font-size: .28rem;
+ line-height: 0.8rem;
+ }
+ .lb-con-list-item{
+ background-position: .2rem;
+ text-indent: .4rem;
+ }
+ .lb-box{
+ display: block;
+ }
+ .lb-box .lb-box-l{
+ width: auto;
+ margin-right: 0;
+ }
+ .lb-nav .title{
+ font-size: .28rem;
+ }
+ .lb-nav li{
+ line-height: .6rem;
+ }
+ .lb-nav li a{
+ font-size: .22rem;
+ }
+
+}
diff --git a/static/resources/lb/more.gif b/static/resources/lb/more.gif
new file mode 100644
index 0000000..0711c51
Binary files /dev/null and b/static/resources/lb/more.gif differ
diff --git a/static/通用列表-主栏目.html b/static/通用列表-主栏目.html
new file mode 100644
index 0000000..0c84ab4
--- /dev/null
+++ b/static/通用列表-主栏目.html
@@ -0,0 +1,467 @@
+
+
+
+
+
+
+
+
+
+ _
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
研究阐释
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/通用列表-无左侧栏.html b/static/通用列表-无左侧栏.html
new file mode 100644
index 0000000..64d0497
--- /dev/null
+++ b/static/通用列表-无左侧栏.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+ _
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
研究阐释
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/template/头部/2007158/2007158.html b/template/头部/2007158/2007158.html
index 0374b6a..5150ecb 100644
--- a/template/头部/2007158/2007158.html
+++ b/template/头部/2007158/2007158.html
@@ -1,5 +1,4 @@
-
-
+
@@ -16,7 +15,8 @@
-
+
+
diff --git a/template/头部/2007158/2007158.zip b/template/头部/2007158/2007158.zip
index 535435d..2c8823b 100644
Binary files a/template/头部/2007158/2007158.zip and b/template/头部/2007158/2007158.zip differ
diff --git a/template/头部/2007158/2007158/common/toplogo1.png b/template/头部/2007158/2007158/common/toplogo1.png
new file mode 100644
index 0000000..7014776
Binary files /dev/null and b/template/头部/2007158/2007158/common/toplogo1.png differ
diff --git a/template/通用列表-主栏目/.DS_Store b/template/通用列表-主栏目/.DS_Store
new file mode 100644
index 0000000..6785cd0
Binary files /dev/null and b/template/通用列表-主栏目/.DS_Store differ
diff --git a/template/通用列表-主栏目/2007179.zip b/template/通用列表-主栏目/2007179.zip
new file mode 100644
index 0000000..499206b
Binary files /dev/null and b/template/通用列表-主栏目/2007179.zip differ
diff --git a/template/通用列表-主栏目/2007179/2007179.html b/template/通用列表-主栏目/2007179/2007179.html
new file mode 100644
index 0000000..f0b61ba
--- /dev/null
+++ b/template/通用列表-主栏目/2007179/2007179.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+ _
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
研究阐释
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/template/通用列表-无左侧/.DS_Store b/template/通用列表-无左侧/.DS_Store
index 8bbba49..4a25297 100644
Binary files a/template/通用列表-无左侧/.DS_Store and b/template/通用列表-无左侧/.DS_Store differ
diff --git a/template/通用列表-无左侧/2007160/2007160.html b/template/通用列表-无左侧/2007160/2007160.html
new file mode 100644
index 0000000..503a138
--- /dev/null
+++ b/template/通用列表-无左侧/2007160/2007160.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+ _
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
[(${column.name})]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/template/通用列表-无左侧/2007160/2007160.zip b/template/通用列表-无左侧/2007160/2007160.zip
new file mode 100644
index 0000000..0906d40
Binary files /dev/null and b/template/通用列表-无左侧/2007160/2007160.zip differ
diff --git a/template/通用列表-无左侧/2007160/2007160/lb/doccli.gif b/template/通用列表-无左侧/2007160/2007160/lb/doccli.gif
new file mode 100644
index 0000000..e2f88c2
Binary files /dev/null and b/template/通用列表-无左侧/2007160/2007160/lb/doccli.gif differ
diff --git a/template/通用列表-无左侧/2007160/2007160/lb/docctitarr1.png b/template/通用列表-无左侧/2007160/2007160/lb/docctitarr1.png
new file mode 100644
index 0000000..1adcea9
Binary files /dev/null and b/template/通用列表-无左侧/2007160/2007160/lb/docctitarr1.png differ
diff --git a/template/通用列表-无左侧/2007160/2007160/lb/lb.css b/template/通用列表-无左侧/2007160/2007160/lb/lb.css
new file mode 100644
index 0000000..f49f510
--- /dev/null
+++ b/template/通用列表-无左侧/2007160/2007160/lb/lb.css
@@ -0,0 +1,213 @@
+.lb-box {
+ display: flex;
+ margin-top: 45px;
+}
+.lb-box .lb-box-l {
+ width: 250px;
+ flex: none;
+}
+.lb-box .lb-box-r {
+ flex: 1;
+}
+.lb-nav {
+ border: 1px solid #e5e5e5;
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+.lb-box-l {
+ margin-right: 30px;
+}
+
+.lb-nav li {
+ line-height: 50px;
+
+ text-align: center;
+}
+
+.lb-nav .title {
+ margin: 0 -0.5px;
+ font-size: 18px;
+}
+
+.lb-nav li + li {
+ border-top: 1px solid #e5e5e5;
+}
+
+.lb-nav li a {
+ display: block;
+ width: 100%;
+ height: 100%;
+ text-decoration: none;
+ color: inherit;
+ font-size: 16px;
+}
+
+.lb-nav li a:hover,
+.lb-nav .title {
+ background: #154d9b;
+ color: #fff;
+}
+
+.lb-con-tit {
+ display: flex;
+ border-bottom: 1px solid #e5e5e5;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.lb-con-tit-l {
+ display: flex;
+ align-items: center;
+ height: 48px;
+ line-height: 48px;
+ font-size: 20px;
+ color: #333;
+ position: relative;
+}
+.lb-con-tit-l img {
+ margin-right: 12px;
+}
+.lb-con-tit-l::after {
+ content: '';
+ position: absolute;
+ bottom: -2px;
+ left: 0;
+ right: 0;
+ height: 3px;
+ background-color: #154d9b;
+}
+.lb-con-tit-r {
+ display: flex;
+ align-items: center;
+}
+.lb-con-tit-r li span {
+ vertical-align: middle;
+}
+.lb-con-tit-r li,
+.lb-con-tit-r li a {
+ font-size: 14px;
+ color: #b8b8b8;
+}
+.lb-con-tit-r li a:hover {
+ color: #154d9b;
+}
+
+.lb-con-list,
+.lb-con-list-item {
+ width: 100%;
+}
+.lb-con-list-item {
+ line-height: 3;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 16px;
+ color: #ccc;
+ overflow: hidden;
+ border-bottom: 1px #eee solid;
+ background: url(doccli.gif) 0 22px no-repeat;
+ text-indent: 20px;
+}
+.lb-con-list-item a {
+ color: #333333;
+ width: 0;
+ flex: 1;
+ overflow: hidden;
+ display: inline-block;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+.lb-con-list-item span {
+ flex: none;
+}
+.lb-con-list-item a:hover {
+ color: #248;
+ animation: listover 0.4s linear infinite;
+}
+
+@keyframes listover {
+ 0% {
+ margin-left: -2px;
+ }
+ 100% {
+ margin-left: 2px;
+ }
+}
+
+.pages {
+ text-align: center;
+ margin-top: 20px;
+}
+.pages li {
+ display: inline-block;
+ margin: 0 3px;
+}
+.pages li a {
+ display: inline-block;
+ color: #0e509e;
+ font-size: 12px;
+ border: solid 1px #9aafe5;
+ line-height: 30px;
+ min-width: 30px;
+ padding: 0 8px;
+}
+.pages li a:hover,
+.pages li.page-active a {
+ border: solid 1px #0e509e;
+}
+.pages li[disabled='true'] a {
+ pointer-events: none;
+ color: #ccc;
+ border: solid 1px #ccc;
+}
+
+@media screen and (max-width: 768px) {
+ .pages {
+ margin-top: 0.3rem;
+ }
+ .pages li {
+ margin: 0 0.05rem;
+ }
+ .pages li a,
+ .pages li span {
+ line-height: 0.5rem;
+ font-size: 0.24rem;
+ min-width: 0.5rem;
+ padding: 0 0.1rem;
+ margin-bottom: 0.1rem;
+ }
+ .lb-con-tit-l{
+ font-size: .3rem;
+ line-height: .8rem;
+ height: .8rem;
+ }
+ .lb-con-tit-r li, .lb-con-tit-r li a {
+ font-size: .22rem;
+ }
+ .lb-con-list-item{
+ font-size: .28rem;
+ line-height: 0.8rem;
+ }
+ .lb-con-list-item{
+ background-position: .2rem;
+ text-indent: .4rem;
+ }
+ .lb-box{
+ display: block;
+ }
+ .lb-box .lb-box-l{
+ width: auto;
+ margin-right: 0;
+ }
+ .lb-nav .title{
+ font-size: .28rem;
+ }
+ .lb-nav li{
+ line-height: .6rem;
+ }
+ .lb-nav li a{
+ font-size: .22rem;
+ }
+
+}
diff --git a/template/通用列表-无左侧/2007160/2007160/lb/more.gif b/template/通用列表-无左侧/2007160/2007160/lb/more.gif
new file mode 100644
index 0000000..0711c51
Binary files /dev/null and b/template/通用列表-无左侧/2007160/2007160/lb/more.gif differ
diff --git a/template/首页/.DS_Store b/template/首页/.DS_Store
index 5dcf5fa..883f648 100644
Binary files a/template/首页/.DS_Store and b/template/首页/.DS_Store differ
diff --git a/template/首页/2007162/2007162.html b/template/首页/2007162/2007162.html
index 901ab3e..2033b47 100644
--- a/template/首页/2007162/2007162.html
+++ b/template/首页/2007162/2007162.html
@@ -16,6 +16,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -39,16 +65,17 @@
-
-
-
-
-
-
-
-
-
-
-
- 文章指出,科技创新中心作为创新资源集聚地,对创新驱动发展战略实施具有重要推动作用。科技创新中心具备高科技企业集群、高度开放融合、产业高端化等特点,具有技术知识外溢、技术成果孵化、创新辐射引领等功能。北京、上海、粤港澳大湾区、成渝地区根据自身优势积极探索科技创新中心建设路径,形成各具特色的实践模式。其中,共性经验主要包括:强化科技投入保障,优..实践模式。其中,共性经验主要包括:强化科技投入保障,优..
-
-
-
-
-
-
-
-
-
-
-
-
- 12月10日下午,市委宣传部召开重庆城市精神内涵提炼表述专家座谈会。来自重庆主要高校、机构的专家学者及相关部门负责人,围绕“坚韧、忠勇、开放、争先”
- “坚韧、忠勇、开放、创新”
- “坚韧、忠勇、开放、图强”三条表述语进行解读分析,共同探讨最适宜重庆城市精神的表述语。院党组书记、院长刘嗣方、马克思主义研究所所长、研究员吴大兵参加会议并作发言。刘嗣方表....实践模式。其中,共性经验主要包括:强化科技投入保障,优..
-
-
-
-
-
-
-
-
-
-
-
- 文章指出,科技创新中心作为创新资源集聚地,对创新驱动发展战略实施具有重要推动作用。科技创新中心具备高科技企业集群、高度开放融合、产业高端化等特点,具有技术知识外溢、技术成果孵化、创新辐射引领等功能。北京、上海、粤港澳大湾区、成渝地区根据自身优势积极探索科技创新中心建设路径,形成各具特色的实践模式。其中,共性经验主要包括:强化科技投入保障,优..实践模式。其中,共性经验主要包括:强化科技投入保障,优..
-
-
-
-
-
-
-
-
-
+
@@ -1132,7 +1150,7 @@
-
+
diff --git a/template/首页/2007162/2007162.zip b/template/首页/2007162/2007162.zip
index fcb9a98..9ad9a53 100644
Binary files a/template/首页/2007162/2007162.zip and b/template/首页/2007162/2007162.zip differ
diff --git a/template/首页/2007162/2007162/index/index.css b/template/首页/2007162/2007162/index/index.css
index 078fa1c..b7feec1 100644
--- a/template/首页/2007162/2007162/index/index.css
+++ b/template/首页/2007162/2007162/index/index.css
@@ -29,13 +29,13 @@
flex-direction: column;
justify-content: center;
}
-.index-box1-c .title {
+.index-box1-c p:nth-child(1) a{
font-size: 30px;
color: #df0012;
font-weight: bold;
line-height: 44px;
}
-.index-box1-c .desc {
+.index-box1-c p:nth-child(2) a{
font-size: 18px;
color: #333;
}
@@ -511,6 +511,10 @@
display: flex;
justify-content: space-between;
}
+.index-card-ad a {
+ display: inline-block;
+ width: 100%;
+}
.news3-img-swiper {
width: 580px;
@@ -560,6 +564,10 @@
margin-left: 94px;
flex: none;
}
+.index-book-head .icon img {
+ width: 100%;
+ height: 100%;
+}
.index-book-head .text {
font-size: 15px;
margin-top: 36px;
@@ -692,6 +700,7 @@
height: 100%;
border: 1px solid #e5e5e5;
background-color: #f7f7f7;
+ flex: none;
}
.book-news h3 {
height: 52px;
@@ -732,6 +741,7 @@
margin-left: 60px;
display: flex;
flex-direction: column;
+ height: 100%;
}
.book-name {
display: flex;
@@ -850,7 +860,7 @@
-webkit-line-clamp: 1;
overflow: hidden;
}
-.info-bottom{
+.info-bottom {
margin-top: 28px;
}
.sj {
@@ -864,7 +874,7 @@
box-sizing: content-box;
margin: 0 1.92%;
}
-.sj li.cur{
+.sj li.cur {
border: solid 3px #104697;
}
.sj li img {
@@ -881,3 +891,413 @@
color: #fff;
text-align: center;
}
+@media screen and (max-width: 768px) {
+ .index-box1-l {
+ position: unset;
+ top: auto;
+ transform: unset;
+ width: 1.1rem;
+ height: 1.5rem;
+ background-size: cover;
+ }
+
+ .index-box1-r {
+ top: 0.85rem;
+ }
+ .index-box1-c {
+ width: 80%;
+ margin-top: -0.2rem;
+ }
+ .index-box1-c p:nth-child(1) a {
+ font-size: 0.42rem;
+ line-height: 0.61rem;
+ }
+ .index-box1-r a {
+ font-size: 0.22rem;
+ }
+ .index-box1-c {
+ height: auto;
+ }
+ .index-box1-c p:nth-child(2) a{
+ font-size: 0.22rem;
+ padding-top: 0.1rem;
+ display: block;
+ }
+ .index-box1-body {
+ display: block;
+ margin-top: 0.49rem;
+ }
+ .index-box1-body-r {
+ margin-left: 0;
+ margin-top: 0.5rem;
+ }
+ .news-title {
+ height: 0.5rem;
+ }
+ .news-list li {
+ line-height: 0.58rem;
+ }
+ .news-title a {
+ font-size: 0.42rem;
+ line-height: 0.42rem;
+ }
+ .news-list li a {
+ font-size: 0.28rem;
+ }
+ .news-list li span {
+ font-size: 0.22rem;
+ }
+ .index-box2 {
+ height: auto;
+ }
+ .index-box2-body-l {
+ width: 100%;
+ }
+ .index-box2-body {
+ display: block;
+ margin-top: 0.2rem;
+ }
+ .slides-box,
+ .slides-img {
+ height: 3.8rem;
+ }
+ .slides-txt,
+ .slides-mask {
+ height: 0.68rem;
+ }
+ .slides-txt a {
+ font-size: 0.28rem;
+ line-height: 0.68rem;
+ }
+ .slides-num {
+ text-align: center;
+ margin-top: 0.1rem;
+ }
+ .slides-num span {
+ height: 0.08rem;
+ width: 0.4rem;
+
+ border-radius: 0;
+ }
+ .index-box2-body-r {
+ margin-left: 0;
+ }
+ .news2-title p {
+ font-size: 0.42rem;
+ line-height: 0.42rem;
+ height: 0.6rem;
+ border-width: 0.04rem;
+ }
+ .news2 {
+ margin-top: 0.4rem;
+ }
+ .news2-toptitle a {
+ font-size: 0.34rem;
+ line-height: 0.5rem;
+ }
+ .news2-list-ul li a {
+ font-size: 0.28rem;
+ }
+ .news2-list-ul li {
+ font-size: 0.22rem;
+ line-height: 0.58rem;
+ }
+ .tzgg-box {
+ display: block;
+ height: auto;
+ position: relative;
+ margin: 0.2rem 0;
+ }
+ .tzgg-box img {
+ width: 0.27rem;
+ height: 0.27rem;
+ }
+ .tzgg-box .tzgg-title {
+ font-size: 0.34rem;
+ }
+ .tzgg-content {
+ margin-top: 0.2rem;
+ }
+ .tzgg-content a {
+ font-size: 0.28rem;
+ font-weight: normal;
+ }
+ .tzgg-content span {
+ font-size: 0.22rem;
+ }
+ .tzgg-more {
+ position: absolute;
+ right: 0;
+ top: 0.1rem;
+ font-size: 0.28rem;
+ }
+ .divider {
+ margin: 0.7rem 0;
+ }
+ .divider a {
+ font-size: 0.8rem;
+ padding: 0 0.2rem;
+ }
+ .sw4.divider a {
+ width: 87%;
+ line-height: 0.5rem;
+ }
+ .sw4.divider a span {
+ white-space: wrap;
+ font-size: 0.6rem;
+ }
+ .divider a span {
+ font-size: 1rem;
+ }
+ .index-card {
+ border: none;
+ padding: 0rem;
+ }
+ .index-card-body {
+ margin-top: 0.3rem;
+ }
+ .index-card-nav li {
+ height: 0.73rem;
+ line-height: 0.73rem;
+ }
+ .index-card-nav li + li {
+ margin-left: 0.2rem;
+ }
+ .index-card-nav li a {
+ font-size: 0.28rem;
+ font-weight: normal;
+ }
+ .news3-1 {
+ padding-bottom: 0.3rem;
+ }
+ .news3-title a {
+ font-size: 0.34rem;
+ line-height: 0.51rem;
+ }
+ .news3-title .line-1 {
+ overflow: hidden;
+ -webkit-line-clamp: 3;
+ height: auto;
+ }
+ .news3-desc.line-2 {
+ overflow: hidden;
+ -webkit-line-clamp: 3;
+ height: auto;
+ }
+ .news3-desc {
+ font-size: 0.22rem;
+ line-height: 0.33rem;
+ margin-top: 0.29rem;
+ }
+ .news3-list {
+ margin-top: 0.3rem;
+ }
+ .news3-list li {
+ line-height: 0.58rem;
+ height: auto;
+ }
+ .news3-list li a {
+ font-size: 0.28rem;
+ }
+ .news3-list li span {
+ font-size: 0.22rem;
+ }
+ .index-card-ad {
+ display: block;
+ margin-top: 0.2rem;
+ }
+ .index-card-ad a + a {
+ margin-top: 0.2rem;
+ }
+ .index-card-ad a img {
+ width: 100%;
+ }
+ .index-card-body .index-item {
+ display: block;
+ }
+ .index-item-r {
+ width: 100%;
+ margin-top: 0.4rem;
+ }
+ .news3-img-swiper {
+ width: 100%;
+ margin-right: 0;
+ display: block;
+ }
+ .index-sw3 .index-card-ad {
+ display: flex;
+ flex-wrap: wrap;
+ }
+ .index-sw3 .index-card-ad a {
+ width: 49%;
+ flex: none;
+ }
+ .index-sw3 .index-card-ad a {
+ margin-top: 0.2rem;
+ }
+ .index-sw3 .index-card-ad a img {
+ height: 1.15rem;
+ }
+ .news3-img-swiper1 {
+ margin-left: 0;
+ width: 100%;
+ }
+ .index-box3-body-l {
+ width: 100%;
+ }
+ #slides2 .slides-img,
+ #slides2 {
+ height: 3.8rem;
+ }
+ .index-ddjs .index-card-ad img {
+ height: 1.27rem;
+ object-fit: cover;
+ }
+ .divider-bg a span {
+ font-size: 0.6rem;
+ line-height: 0.6rem;
+ }
+ .divider-bg {
+ font-size: 0.6rem;
+ }
+ .divider-bg .more {
+ bottom: 0.2rem;
+ font-size: 0.22rem;
+ }
+ .index-book {
+ height: auto;
+ background-size: 100% 4.9rem;
+ margin: 0;
+ }
+ .index-book-head .icon {
+ width: 0.9rem;
+ height: 0.95rem;
+ margin-top: 0.24rem;
+ margin-left: 0.22rem;
+ }
+ .index-book-head .text {
+ font-size: 0.22rem;
+ margin-top: 0.22rem;
+ margin-left: 0.2rem;
+ margin-right: 0.3rem;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 3;
+ overflow: hidden;
+ line-height: 0.36rem;
+ }
+ .index-book-body {
+ flex-wrap: wrap;
+ margin: 0.4rem 0 0;
+ background: url(2401-cxgcbg-2-2402.png) no-repeat center top;
+ background-position: 0 -2px;
+ background-size: 100% 100%;
+ padding: 0 0.4rem 0.4rem;
+ }
+ .index-book-body .book-item {
+ width: 49%;
+ margin-bottom: 0.22rem;
+ }
+ .book-item-head img {
+ height: 1.32rem;
+ }
+ .book-item-body {
+ height: 1.4rem;
+ }
+ .book-item-body .tits-item .tits-item-t {
+ font-size: 0.22rem;
+ }
+ .book-info {
+ margin-left: 0;
+ width: 100%;
+ }
+ .info-head {
+ height: unset;
+ display: block;
+ }
+ .book-news {
+ width: 100%;
+ height: auto;
+ }
+ .book-news h3 {
+ font-size: 0.34rem;
+ height: 0.7rem;
+ line-height: 0.7rem;
+ }
+ .book-news-list {
+ height: auto;
+ }
+ .book-news-list li a {
+ font-size: 0.28rem;
+ }
+ .book-news-list li {
+ line-height: 0.58rem;
+ }
+ .book-news-more {
+ font-size: 0.22rem;
+ }
+ .book-r {
+ display: flex;
+ margin-top: 0.5rem;
+ }
+
+ .index-bj .book-covers-h5 {
+ width: 2.4rem;
+ height: 3.6rem;
+ }
+ .book-content {
+ margin-left: 0.2rem;
+ }
+ .book-name span {
+ font-size: 0.34rem;
+ display: block;
+ }
+ .book-name {
+ display: block;
+ }
+ .book-tab a {
+ font-size: 0.22rem;
+ }
+ .book-content .book-text {
+ font-size: 0.22rem;
+ line-height: 0.36rem;
+ }
+ .info-bottom {
+ width: 100%;
+ overflow-x: auto;
+ margin-top: .22rem;
+ }
+ .info-bottom .sj {
+ white-space: nowrap;
+ }
+ .info-bottom .sj li {
+ display: inline-block;
+ width: 2.5rem;
+ box-sizing: border-box;
+ margin: 0 .03rem;
+ }
+ .sj li img{
+ height: 1.9rem;
+ width: auto;
+ }
+
+ .h5show .top-book{
+ height: 1.25rem;
+ }
+ .top-book .new-book-img{
+ width: 1.35rem;
+ }
+ .top-book-list li a{
+ font-size: .28rem;
+ }
+ .top-book-more{
+ font-size: .22rem;
+ width: .68rem;
+ padding: .3rem .2rem;
+ }
+ .sj li p{
+ height: .4rem;
+ font-size: .28rem;
+ line-height: .4rem;
+ }
+}