79200ba3 by 任超

style:公示公告

1 parent ef1b36f0
......@@ -258,7 +258,51 @@
</ul>
</div>
</div>
<!-- -->
<!-- 公告,政策 -->
<div class="announcement-policy">
<div class="public-announcement">
<ul>
<li>
<img src="/staticImages/home-gsgg.png" />
公示公告
</li>
<li>
<a>查看全部</a>
<img src="/staticImages/more.png" />
</li>
</ul>
<ul>
<li>
<a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a>
<img src="/staticImages/gonggao.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展</a>
<img src="/staticImages/gongshi.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a>
<img src="/staticImages/gonggao.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展</a>
<img src="/staticImages/gongshi.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展引领事业的打击的大发展</a>
<img src="/staticImages/gonggao.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展</a>
<img src="/staticImages/gongshi.png" />
</li>
<li>
<a href="">创新技术体系 引领事业的打击的大发展</a>
<img src="/staticImages/gongshi.png" />
</li>
</ul>
</div>
</div>
<!-- 友情链接 -->
<div class="c_five Links">
<div class="subject">
......
......@@ -452,6 +452,7 @@ div.c_five ul li a img {
.business-list {
width: 1200px;
margin: 40px auto;
overflow: hidden;
}
.business-list-leftItem {
width: 212px;
......@@ -547,3 +548,80 @@ div.c_five ul li a img {
margin-top: 30px;
margin-bottom: 20px;
}
/* 政策公告 */
.announcement-policy {
width: 1200px;
margin: 0 auto;
}
.public-announcement {
width: 390px;
}
.public-announcement ul:nth-of-type(1) {
padding-bottom: 10px;
border-bottom: 1px solid #EAEAEA;
}
.public-announcement ul:nth-of-type(1) li{
display: inline-block;
}
.public-announcement ul:nth-of-type(1) li:nth-of-type(1) {
font-size: 24px;
font-weight: 700;
color: #4A4A4A;
}
.public-announcement ul:nth-of-type(1) li:nth-of-type(1) img {
width: 25px;
height: 27px;
position: relative;
top: 4px;
right: 3px;
}
.public-announcement ul:nth-of-type(1) li:nth-of-type(2) {
float: right;
font-size: 16px;
position: relative;
top: 6px;
cursor: pointer;
}
.public-announcement ul:nth-of-type(1) li:nth-of-type(2) img{
width: 6px;
height: 12px;
}
.public-announcement ul:nth-of-type(1) li:nth-of-type(2) a {
color: #9B9B9B;
}
.public-announcement ul:nth-of-type(2) {
margin-top: 5px;
}
.public-announcement ul:nth-of-type(2) li{
font-size: 18px;
}
.public-announcement ul:nth-of-type(2) li img {
width: 30px;
height: 18px;
float: right;
margin-top: 14px;
}
.public-announcement ul:nth-of-type(2) li a {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 340px;
text-align: left;
position: relative;
padding-left: 10px;
line-height: 45px;
}
.public-announcement ul:nth-of-type(2) li a:hover {
color: #0091FF;
}
.public-announcement ul:nth-of-type(2) li a::before {
position: absolute;
width: 4px;
height: 4px;
border-radius: 4px;
background-color: #4a4a4a;
content: "";
left: 2px;
top: 20px;
}
\ No newline at end of file
......