123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689 |
- /*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;
- }
|