求是网:思想建党,理论强党

求是网(www.qstheory.cn)成立于2001年,是由中央党校主管、中国社会科学院主办的一家综合性新闻门户网站。求是网秉持“思想建党,理论强党”的宗旨,为广大党员干部和广大人民群众提供权威、准确、及时的理论学习和实践指导。

网站布局与样式

求是网的页面布局简洁明了,分为多个板块,涵盖了党的理论、党的建设、党的历史、党的文献等多个方面。同时,网站采用了响应式设计,适应不同设备的屏幕尺寸。

容器样式

.container {  
width:1280px;  
}  

推荐栏目样式

.publication .recommend {  
width:812px;  
}  

求是栏目样式

.publication .qiushi {  
width:406px;  
}  
  
.publication .qiushi .content .text {  
width:276px;  
}  

推荐栏目列表样式

.publication .recommend ul li {  
width:396px;  
max-height:80px;  
height:auto;  
}  
  
.publication .recommend ul li:nth-child(1), .publication .recommend ul li:nth-child(2) {  
line-height:26px;  
margin-bottom:10px;  
font-size:16px;  
}  

新闻列表样式

.news .list {  
width:332px;  
}  

标准栏目内容样式

.standard .content {  
width:406px;  
}  

专题栏目内容样式

.zxdk .content {  
width:100%;  
}