123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- .layui-header {
- height: 110px;
- border-bottom: 5px solid #8cc9f7;
- }
- .layui-main {
- max-width: 1002px;
- min-width: 320px;
- width: auto;
- padding: 20px 0;
- }
- .logo {
- position: absolute;
- left: 47px;
- top: 20px;
- }
- .layui-nav {
- background-color: #fff;
- }
- .layui-nav .layui-nav-item a {
- color: #125fa3;
- opacity: 1;
- font-size: 14px;
- }
- .tel {
- height: 28px;
- line-height: 28px;
- padding-left: 46px;
- font-size: 16px;
- font-weight: bold;
- background: url(../image/tel.png) no-repeat left center;
- color: #125fa3;
- right: 280px;
- }
- .sch {
- width: 181px;
- height: 28px;
- background: url(../image/sch.png) no-repeat;
- right: 40px;
- }
- input {
- font: 12px/1.14 arial, "\5fae\8f6f\96c5\9ed1";
- color: #333;
- outline: none;
- border: none;
- vertical-align: top;
- background: none;
- }
- .pra {
- position: absolute;
- }
- .sch .sipt {
- width: 142px;
- height: 28px;
- left: 0;
- top: 0;
- padding: 0 4px;
- color: #000;
- }
- .sch .sbtn {
- width: 31px;
- height: 28px;
- right: 0;
- top: 0;
- cursor: pointer;
- }
- .layui-footer {
- text-align: center;
- color: #fff;
- margin-top: 40px;
- background-color: #2d6898;
- }
- .layui-footer a{
- color: #fff;
- }
- .title {
- height: 23px;
- border-bottom: 1px solid #7baed6;
- background-repeat: no-repeat;
- padding-left: 28px;
- line-height: 15px;
- text-align: left;
- color: #4c91c7;
- font-size: 14px;
- }
- .title a {
- color: #4c91c7;
- font-size: 14px;
- }
- .layui-col-xs3 {
- padding-left: 27px;
- }
- .main-content {
- padding: 40px 0;
- height: 210px;
- }
- .layui-carousel>[carousel-item]>* {
- background-color: #fff;
- }
- .news-list{
- padding: 20px 0 0 20px;
- }
- .news-list h3{
- font-size: 16px;
- color: #4c91c7;
- font-weight: bold;
- padding-bottom: 10px;
- padding-top: 6px;
- }
- .news-list a{
- color: #076bba;
- }
- .news-list p{
- color: #999;
- line-height: 18px;
- }
- .left {
- width: 250px;
- float: left;
- }
- .main{
- width: 720px;
- float: right;
- }
- .left-title {
- height: 38px;
- line-height: 38px;
- background-color: #49a2ee;
- color: #fff;
- font-size: 14px;
- border-radius: 5px 5px 0 0;
- text-align: center;
- }
- .content {
- border: 1px solid #e1e3e5;
- border-top: none;
- padding: 15px;
- border-radius: 0 0 3px 3px;
- }
- .main .content{
- padding: 0;
- min-height:520px;
- }
- .datalist li {
- padding-bottom: 12px;
- }
- .content img{
- max-width: 100%;
- border: 1px solid #eee;
- border-radius: 3px;
- }
- .datalist li a {
- padding-left: 13px;
- background: url(../image/point.png) no-repeat left center;
- zoom: 1;
- }
- .main .datalist li{
- padding: 15px;
- border-bottom: 1px dashed #dcdcdc;
- }
- .main .datalist li a {
- background: url(../image/icon_sanjiao.png) no-repeat left center;
- }
- .location{
- border: 1px solid #e1e3e5;
- border-radius: 3px 3px 0 0;
- line-height: 38px;
- padding-left: 20px;
- }
- .article-title{
- font-size: 14px;
- color: #125fa3;
- font-weight: bold;
- }
- .text-ellipsis {
- position:relative;
- line-height:1.4em;
- height:1.4em;
- overflow:hidden;
- display: block;
- }
- .text-ellipsis-2:after {
- content:"...";
- position:absolute;
- bottom:0;
- right:0;
- background:#FFF;
- padding-left:0.2em;
- }
- .text-ellipsis-2 {
- position:relative;
- line-height:1.4em;
- height:2.8em;
- overflow:hidden;
- }
- .color1 {
- color: #333;
- }
- .color2 {
- color: #909090;
- }
- .artit {
- font-size: 18px;
- font-weight: bold;
- color: #666;
- text-align: center;
- padding: 20px 0;
- line-height: 28px;
- }
- .arbr {
- clear: both;
- height: 14px;
- overflow: hidden;
- background: url(../image/arbr.png) no-repeat center top;
- margin: 14px auto 28px auto;
- }
- .edits {
- overflow: hidden;
- margin: 0 auto;
- width: 90%;
- max-width: 693px;
- }
|