﻿@import 'header.css';
@import 'footer.css';

/*
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);filter: url(“data:image/svg+xml;utf8,#grayscale”);
filter: gray;
-webkit-filter: grayscale(100%);
}
*/
.banner_top{height:0;position:absoult;}
body {
    font-family: 'STHeiti Light'!important;
    -ms-font-family: '9ED1\4F53';
   /*  background: url(/images/123.png) center top no-repeat;
    padding-top: 200px;	 */
}

a:hover {
    color: #F00!important
}

.ls10 {
    letter-spacing: 0px;
}

.layui-fluid {}

.mt5 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 20px;
}

.w360 {
    width: 360px;
}

.mr30 {
    margin-right: 30px;
}

.wd360 {
    width: 360px;
}

.list-unstyled li {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layui-toplines {
    margin: 10px auto;
    padding-left: 0px;
    text-align: center;
    font-size: 28px;
    
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;*/    
    border: 0px solid #EDEDED;
}
#scroll_div{
	height:50px;
	line-height:30px;
}
.layui-toplines span a{
	font-weight:normal;
}
.layui-toplines h3{	
	font-family:'黑体,微软雅黑';
	border:0px solid #EDEDED;
}
.layui-toplines a {
    color: #104e8b;
	font-weight: bold;
}

.layui-toplines ul {
    display: flex;
    justify-content: space-around;
}

.layui-toplines ul li a {
    font-size: 14px;
    color: #363636;
    font-weight: normal;
}

.layui-toplines .more {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.layui-toplines .more a {
    color: #000;
}

.small {
    font-size: 28px
}

.small .more {
    font-size: 14px;
}

.layui-leader {
    background: #ECECEC;
    height: 32px;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}

.layui-leader a {
    color: #003366!important;
}

#livevideo {
    height: 200px;
}

#livevideo img {
    width: 100%;
    height: 172px;
}

.carousel-caption {
    color: #FFF;
}

.layui-inline {
    position: relative;
    display: inline-block;
    width: 23.6%;
    height: 120px;
    margin-bottom: 10px;
    background-color: #FF5722;
}

.layui-inline::after {
    content: '';
    background-image: url('/Content/images/playbtn.png');
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.layui-title-bg {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 2px solid #EDEDED;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.layui-title-bg span {
    display: inline-block;
    padding: 0 10px;
    color: #104e8b;
    border-bottom: 2px solid #226AA5;
}

.layui-title-bg span a {
    color: #104e8b;
}

.layui-video-btn::after {
    content: '';
    background-image: url('images/playbtn.png');
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.gradient p {
    position: absolute;
    bottom: 12px;
    height: 40px;
    white-space: nowrap;
    width: 100%;
    line-height: 50px;
    letter-spacing: normal;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=red, endcolorstr=blue, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=red, endcolorstr=blue, gradientType=0);
    background: #696969;
    background: -moz-linear-gradient(top, rgba(0, 0, 255, 0), #696969);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0)), to(#363636));
    background: -o-linear-gradient(top, rgba(0, 0, 255, 0), #696969);
    color: #fff;
    font-size: 12px;
    text-align: center;
}

:root .gradient {
    filter: none;
}

.yw li:nth-child(1):before {
    content: "要闻";
    background-color: #F00;
    color: #FFF;
    padding: 2px;
}

.qj li:nth-child(1):before {
    content: "区街";
    background-color: #F00;
    color: #FFF;
    padding: 2px;
}

.bm li:nth-child(1):before {
    content: "部门";
    background-color: #F00;
    color: #FFF;
    padding: 2px;
}

.sh li:nth-child(1):before {
    content: "社会";
    background-color: #F00;
    color: #FFF;
    padding: 2px;
}

.zynews li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zynews li:nth-child(1) a {
    color: #104e8b;
    padding-left: 8px;
}

.zynews a:hover {
    color: #F00
}

.ad1 {}

.layui-tab-brief li {
    min-width: 50px;
}

.lrs30 {
    width: 360px;
    margin-right: 30px;
}

.lts15 {
    margin-left: 15px;
    width: 375px;
}

.lrs15 {
    margin: 0 15px;
    width: 360px;
}


/****报纸***/

.paper div {
    background-color: #EDEDED;
}


/****专题***/

#zhuanti {
    background-color: #000;
}

#zhuanti li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.paper img {
    width: 200px;
}


/*****数字报*****/

.newspaper {
    height: 202px;
    background-color: #FFF;
    position: relative;
}

.newspaper li i {
    font-size: 13px;
    color: #1E9FFF;
    position: absolute;
    left: 2px;
}

.newspaper li {
    float: left;
    width: 150px;
    height: 44px;
    text-align: center;
    margin: 4px auto;
    background-color: #F4F4F4;
    line-height: 44px;
    font-size: 12px;
    position: relative;
    display: block;
    overflow: hidden;
}

.newspaper li:nth-child(2) img,
.newspaper li:nth-child(3) img {
    width: 150px;
    height: 45px;
}

.newspaper .paper-thumb {
    width: 190px;
    height: 296px;
}

.newspaper img {
    width: 160px;
    height: 286px;
}


/*****视频选项卡*****/

.layui-tab-videonews {
    width: 100%;
    height: 355px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.layui-tab-videonews div {
    width: 250px;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.layui-tab-content {
    padding-left: 0;
    padding-right: 0;
}

.layui-tab-videonews div p {
    background-size: 20px;
    position: absolute;
    width: 100%;
    height: 42px;
    font-size: 14px;
    background-color: #FF5722;
    left: 0;
    bottom: 0;
    line-height: 42px;
    color: #FFF;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.layui-tab-videonews div::after1 {
    content: '';
    background-image: url('/images/playbtn.png1');
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -20px;
    margin-top: -20px;
}
.layui-tab-videonews img{
    width:100%;
	height:100%;
}


/*****区街选项卡*****/

.layui-tab-area {
    width: 360px;
}

.layui-tab-brief>.layui-tab-title li {
    font-size: 16px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #F00;
}


/*****广告*****/

.zticon {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 50px;
    height: 20px;
    background-color: #FFF;
    line-height: 20px;
    text-align: center;
}


/*****普通新闻*****/

.layui-news li:nth-child(1) {
    margin-bottom: 10px;
    height: 200px;
}

.layui-news li:nth-child(1) div {
    height: 200px;
    position: relative;
}

.layui-news li:nth-child(1) div p {
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #EDEDED;
    color: #FFF;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.layui-news-header {
    height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
}

.layui-news-img img {
    width: 100%;
}

.layui-news-t {
    width: 200px;
    float: right;
}

.layui-news-t h3 {
    margin-bottom: 10px;
    line-height: 30px;
}

.layui-news-t p {
    font-size: 12px;
    color: #666666;
}

.layui-conf li:nth-child(1) {
    margin-bottom: 10px;
    height: 200px;
}

.layui-conf li:nth-child(1) div {
    height: 200px;
    position: relative;
}

.layui-conf li:nth-child(1) div p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}


/******友情链接*****/

.flink li {
    display: inline-block;
    margin: 10px;
}

.layui-image .img-item:nth-child(1) {
    width: 580px;
    height: 364px;
    margin-right: 5px;
}

.layui-image .img-item:nth-child(2),
.layui-image .img-item:nth-child(4) {
    margin-right: 5px;
}

.layui-image .img-item {
    width: 289px;
    overflow: hidden;
    height: 180px;
    margin-bottom: 5px;
    position: relative;
    float: left;
}
.layui-image .img-item img{width:100%;}
.layui-image .img-item p {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}

.li1 {
    margin-right: 10px;
    width: 380px;
}


/*****轮播广告样式****/

.pub img {
    height: auto;
    width: 100%;
}

.pub .pubthumb {
    height: 200px;
    position: relative;
}
.pubthumb div{
	width:100%;
	height:200px;
	overflow:hidden;
}
.pubthumb p {
    width: 100%;
    height: 42px;
    background-color: #000;
    line-height: 42px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.pub li {
    overflow: hidden;
    /*background: url(/content/images/video_play_icon.jpg) no-repeat center right /20px;*/
}

.pubthumb p a {
    color: #FFF;
    text-align: center;
}

ul.pub li a {
    display: block!important;
    width: 100%
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 60px;
    width: 100%;
    height: 80px;
    background-color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.carousel-caption a {
    color: #FFF;
    font-size: 16px;
}


/*******公益广告********/

.layui-adver {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.layui-adver div {
    width: 200px;
    height: 260px;
}

.layui-adver div img {
    width: 200px;
    height: 260px;
}

.search_form {
    width: 550px;
    height: 42px;
    margin-top: 30px;
    margin-left: 30px;
}


/*左边输入框设置样式*/

.input_text {
    width: 400px;
    height: 40px;
    border: 1px solid #003366;
    /*清除掉默认的padding*/
    padding: 0px;
    /*提示字首行缩进*/
    text-indent: 10px;
    /*去掉蓝色高亮框*/
    outline: none;
    /*用浮动解决内联元素错位及小间距的问题*/
    float: left;
}

.input_sub {
    width: 100px;
    height: 42px;
    background: #003366;
    /*去掉submit按钮默认边框*/
    border: 0px;
    /*改成右浮动也是可以的*/
    float: left;
    color: white;
    /*搜索的字体颜色为白色*/
    cursor: pointer;
    /*鼠标变为小手*/
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

.blank30 {
    height: 30px;
    overflow: hidden;
}


/* jQuery jcImgScroll */

.jcImgScroll {
    position: relative;
    height: 380px;
    margin: 40px auto 0 auto;
}

.jcImgScroll li {
    border: 1px solid #ccc;
}

.jcImgScroll li a {
    background: #fff;
    display: block;
    position: relative;
    z-index: 99;
}

.jcImgScroll li.loading a {
    background: #fff url(/content/images/loading.gif) no-repeat center center;
}

.jcImgScroll li img,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
    display: none;
    border: 0 none;
}

.jcImgScroll li img {
    width: 100%;
    height: 100%;
}

.jcImgScroll em.sPrev {
    background: url(/content/images/arrow-left.png) no-repeat left center;
}

.jcImgScroll em.sNext {
    background: url(/content/images/arrow-right.png) no-repeat right center;
}

.jcImgScroll dl dd {
    background: url(/content/images/NumBtn.png) no-repeat 0 bottom;
    text-indent: -9em;
}

.jcImgScroll dl dd:hover,
.jcImgScroll dl dd.curr {
    background-position: 0 0;
}