/*list.html declare.html*/
@charset 'utf-8' body {
font-family: Tahoma, Arial, Verdana;
/*color: #eee;*/
}
.panel-body ul {
padding: 0;
margin: 0;
list-style: none;
}
.panel-body .news-item {
padding: 4px 4px;
margin: 0;
/* border-bottom: 1px dotted #ddd;*/
/*新增new_1*/
overflow: hidden;
/*自动隐藏文字*/
text-overflow: ellipsis;
/*文字隐藏后添加省略号*/
}
.news-item a {
font-size: 12px;
color: #666666;
}
/*微改*/
.news-item a:hover {
color: #FF0000;
text-decoration: none;
}
.news-item a:focus {
color: #FF0000;
text-decoration: none;
}
/*微改*/
.news-item .info-title {
/*float: left;*/
width: 170px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/*padding-right: 30px;*/
}
/*.news-item .notice-title{
width: 550px;
display:inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} */
/*微改*/
.news-item .notice-title {
width: 500px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news-item .notice-title1 {
width: 450px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news-item .notice-title3 {
width: 850px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news-item span {
margin-left: 8px;
}
.panel-footer {
padding-bottom: 0px;
}
/*declare.html*/
.declare {
overflow: hidden;
margin-top: 20px;
margin-bottom: 40px;
}
.declare-bordered {
padding: 5px 5px 0;
list-style: none;
}
.declare-bordered .declare-item {
padding: 0px;
margin: 5px;
border: 1px solid #eee;
box-shadow: none;
transition: all 0.6s ease;
}
.declare-bordered .am-gallery-title {
text-align: center;
padding: 20px 0px;
}
.mask {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
transform: translateY(-103%);
-webkit-transform: translateY(-103%);
-moz-transform: translateY(-103%);
-ms-transform: translateY(-103%);
-o-transform: translateY(-103%);
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.mask span {
display: block;
width: 100%;
height: 100%;
}
.declare-item:hover .mask {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
.declare-bordered .declare_1:hover .mask {
opacity: 1;
}
.declare-bordered li .declare-item {
background-color: #5B9BD5;
}
.declare-bordered li:hover .declare-item {
background-color: #23a6e8;
}
.declare-bordered li .declare-item a h3,
.declare-bordered li:hover .declare-item a h3 {
color: #fff;
font-weight: 700;
text-decoration: none;
}
.img-wrap {
position: relative;
padding: 0;
max-height: 230px;
overflow: hidden;
}
/*小屏幕(平板,大于等于768px)*/
@media (min-width: 768px) {
#logo h2 {
color: #2e6da4;
font-size: 26px;
font-weight: 900;
}
.main_nav .nav-pills li a {
font-size: 14px;
}
}
/*中等屏幕(桌面显示器,大于等于992px)*/
@media (min-width: 992px) {
#logo h2 {
color: #2e6da4;
font-size: 30px;
font-weight: 900;
}
.main_nav .nav-pills li a {
font-size: 16px;
}
}
@media only screen and (min-width: 1025px) {
.declare .declare-bordered .am-gallery-title {
font-size: 16px;
}
.declare .declare-bordered>li {
padding: 10px;
}
}
/*大屏幕(大桌面显示器,大于等于1200px)*/
@media (min-width: 1200px) {
#logo h2 {
color: #2e6da4;
font-size: 34px;
font-weight: 900;
}
.main_nav .nav-pills li a {
font-size: 20px;
}
}
/*修改*/
.info1 {
height: 460px;
}
#n1 {
height: 300px;
}
#n2 {
margin-top: 20px;
}
#bg {
background-color: #5B9BD5;
}
.panel-heading span {
/* 之前 color: #2e6da4;*/
color: white;
padding-right: 10px;
}
.more a {
float: right;
color: white;
text-decoration:none;
font-size:12px;
padding-top:1px;
}
/*news-2修改*/
#x {
height: 541px;
}
.xxf {
/*height: 255px;*/
}
#mbx {
margin-left: 106px;
}
#re {
height: 571px;
}
/*通知通告滚动条*/
#x1 {
width: 740px;
background: #FFFFFF;
margin-left: 15px;
/*min-height: 574px;*/
/*微改 增加overflow*/
/*overflow: auto;*/
}
#x1 p {
/*overflow: auto;*/
width: 700px;
text-overflow: ellipsis;
/* white-space: nowrap;*/
word-wrap: break-word;
padding-top: 10px;
padding-left: 5px;
}
/*网上调查滚动条*/
#x2 {
width: 160px;
/*height: 230px;*/
/*微改 增加overflow*/
/*overflow: auto;*/
}
#x2 p {
/*overflow: auto;*/
width: 120px;
text-overflow: ellipsis;
/* white-space: nowrap;*/
word-wrap: break-word;
padding-top: 10px;
padding-left: 5px;
}
.qxz {
/*overflow: auto;*/
width: 120px;
text-overflow: ellipsis;
/* white-space: nowrap;*/
word-wrap: break-word;
padding-top: 10px;
padding-left: 5px;
}
.xj {
margin-top: 10px;
margin-left: 100px;
}
#re1 {
height: 573px;
}
/*新增*/
/*微改新增面包屑导航栏*/
.weizhi {
width: 98%;
/*微改 border-bottom去掉*/
/*border-bottom: 1px solid #eae8e8;*/
background: #FFF;
}
/*微改backgroud#F9F2F4;img路径改为img;weizhi .content的width改为1140px;*/
.weizhi .conent {
width: 1140px;
height: 20px;
line-height: 10px;
margin: 0 auto;
background: url(../img/wei.jpg) no-repeat 0px #FFFFFF;
padding-left: 20px;
padding-bottom: 10px;
}
.weizhi a {
color: #8E8D8D;
}
.weizhi span {
color: #8e8d8d;
}
/*微改新增面包屑导航栏*/
.weizhi_3 {
width: 98%;
/*微改 border-bottom去掉*/
/*border-bottom: 1px solid #eae8e8;*/
background: #FFF;
}
/*微改backgroud#F9F2F4;img路径改为img;weizhi .content的width改为1140px;*/
.weizhi_3 .conent {
width: 1140px;
height: 20px;
line-height: 10px;
margin: 0 auto;
background: #FFFFFF;
padding-left: 20px;
padding-bottom: 10px;
}
.weizhi_3 a {
color: #8E8D8D;
}
.weizhi_3 span {
color: #8e8d8d;
}
/*微改新增.notice-time时间右飘 新增font-size和color*/
.notice-time {
float: right;
/*width: 50%;*/
/*width: 140px;*/
white-space: nowrap;
}
.notice-time1 {
float: right;
/*width: 400px;*/
}
.notice-time p {
float: right;
font-size: 12px;
color: #666666;
}
/*微改 产业要闻tab项目hover*/
.li_click {
width: 374px;
text-align: center;
margin-left: 15px;
margin-right: -2px;
}
.container_form {
width: 700px;
height: 400px;
}
.div_signin {
width: 720px;
height: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
.div_signin ul {
width: 720px;
text-indent: 14px;
margin-left: -10px;
margin-top: 10px;
font-size: 18px;
line-height: 25px;
list-style-type: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.li_hover {
width: 249px;
text-align: center;
margin-right: -2px;
}
.div_signin a {
font-size: 12px;
color: #666666;
}
.div_signin a:hover {
color: red;
text-decoration: none;
}
.div_signin a.info-title {
text-overflow: ellipsis;
}
/*限制新闻首页左2栏的高度*/
.info-list_1 {
/* width: 500px*/
height: 380px;
display: block;
overflow: hidden;
}
.info-list_4 {
display: block;
overflow: hidden;
}
/*徐-新闻首页修改点击事件*/
.gn {
width: 400%;
margin-left: 5px;
}
.sn {
float: right;
width: 370px;
margin-right: -650px;
}
.js {
width: 240px;
margin-left: -30px;
}
.cp {
float: left;
width: 240px;
margin-left: -20px;
}
.fw {
width: 240px;
margin-left: 476px;
float: left;
margin-top: -40px;
}
.more1 {
float: right;
margin-right: 5px;
height: 30px;
width: 10%;
font-size: 5px;
/*text-align: center;*/
/*padding-bottom: 9px;*/
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #337ab7;
background-color: #f2f2f2;
}
* {
margin: 0;
padding: 0;
list-style-type: none;
}
/*清楚内外默认边距*/
.rd {
width: 145px;
min-height: 700px;
overflow: hidden;
}
.rd ul li {
width: 145px;
height: 145px;
float: left;
margin-top: 10px;
position: relative;
overflow: hidden;
cursor: pointer;
}
.rd .txt {
width: 140px;
height: 50px;
background: url(../img/1px.png) repeat;
position: absolute;
left: 0;
bottom: 0;
color: #fff;
font-family: "微软雅黑";
}
.rd .txt h3 {
font-size: 14px;
font-weight: 100;
height: 30px;
text-align: center;
line-height: 30px;
}
.rd .txt p {
font-size: 14px;
text-align: center;
}
.rd ul li a {
text-decoration: none;
color: #FFFFFF;
}
/*徐加*/
/*商品列表页*/
.thumbnail img {
height: 200px;
width: 300px;
}
.caption p {
font-size: 14px;
color: #555454;
line-height: 33px;
width: 222px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
margin: 0 auto;
}
.caption p span {
font-size: 18px;
color: #0E8ED8;
margin-top: 5px;
float: left;
}
.caption a img {
height: 30px;
width: 80px;
margin-right: 80px;
}
.thumbnail {
height: 370px;
}
#sp {
margin-top: 10px;
}
.new_input {
border-left: 5px solid #5b9bdf;
margin-left: 30px;
margin-top: 30px;
padding-left: 5px;
}
.inputhr {
margin-top: -5px;
margin-left: 30px;
margin-right: 20px;
}
.info-list_5 {
margin-left: 30px;
margin-right: 30px;
height: 200px;
line-height: 25px;
}
.more_input {
float: right;
margin-top: 30px;
margin-right: 20px;
}
.more_input a {
text-decoration: none;
font-size:12px;
}
.more_input1 {
float: right;
margin-top: 20px;
margin-right: 20px;
}
.more_input1 a {
text-decoration: none;
font-size:12px;
}
.caret{
cursor:pointer;
}