@charset "utf-8";

* {
    box-sizing: border-box;
}

div,
p,
h1 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
    vertical-align: middle;
}

.js-silder {
    position: relative;
    overflow: hidden;
}

.silder-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.silder-main .silder-main-img {
    position: absolute;
    top: 0;
    /* 图片初始下边距 */
    left: 0%;
    /* 图片初始左边距 */
    width: 100%;
    min-height: 120px;
}

.silder-main .silder-main-img img {
    width: 100%;
}

.js-silder-ctrl {
    width: 100%;
    /* 圆点导航位置 */
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.silder-ctrl-prev,
.silder-ctrl-next {
    /* 左右切换按钮样式 */
    position: absolute;
    top: 21%;
    width: 5%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 60;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 10px;
    /* 左切换按钮边距 */
    text-align: left;
}

.silder-ctrl-next {
    right: 10px;
    /* 右切换按钮边距 */
    text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.silder-ctrl-prev>span {
    left: 0;
}

.silder-ctrl-next>span {
    right: 0;
}

.silder-ctrl-con {
    display: inline-block;
    width: 4%;
    /* 小圆点大小 */
    padding: 10px 0;
    margin: 0 10px;
    /* 小圆点间距 */
    cursor: pointer;
}

.silder-ctrl-con>span {
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
    /* 小圆点颜色（未选中） */
}

.silder-ctrl-con.active>span {
    background-color: #1564d5;
    /* 小圆点颜色（选中） */
}

.text-operate span {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.sortClass {
    padding: 0 0 0 20px;
    overflow: hidden;
}

.sortClass span {
    float: left;
    padding: 5px 20px;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 20px;
}

.sortClass span.shoucangCl {
    background-color: #f64545;
}

.sortClass span.dianzanCl {
    background-color: #32b16c;
}

.sortClass span.msgCl {
    background-color: #f8b551;
}

.sortClass span.lookCl {
    background-color: #078bd7;
}

.text-operate {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.text-operate .iconfont {
    font-size: 18px;
    color: #666;
    margin-right: 2px;
}

.search {
    padding: 10px 15px 15px;
}

.dahuiSearch {
    margin: 30px 20px;
}

.dahuiSearch p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.JKbutton{margin:10px 0; display: flex;}
.JKbutton a:nth-of-type(2){ margin-left: 5px;}
.JKbutton a:nth-of-type(3){ margin-left: 5px;}
.falseOn {
	background-color: #0b8340;
	border: 0;
	color: #fff;
	padding: 6px 20px;
	flex-basis: 100%;
	text-align: center;
	border-radius: 5px;
}

.falseOff {
	background-color: #eee;
	border: 0;
	padding: 5px 20px;
	flex-basis: 100%;
	text-align: center;
	color: #555;
	border-radius: 5px;
}
.dahuiSearch p a.pdf {
	border: 1px solid #10869d;
	padding: 15px;
	text-align: center;
	display: flex;
	border-radius: 5px;
	justify-content: center;
	font-size: 16px;
	color: #10869d;
}
.dahuiSearch p a.pdf .iconfont {
	font-size: 28px;
	margin-right: 5px;
}

.button_anniu{box-sizing: border-box; background: #049bbf; text-decoration-line: none; width: 100%; line-height: 40px; border-radius: 5px; padding: 3px 12px; display: block; font-weight: bold; margin: 15px 0px; color: #fff;}

.bannerbox .col-md-12 {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.socialbox {
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-align: center;
    margin: 5px;
    box-shadow: 0 2px 3px #0b68a9;
    background: #e0ebff;
}

.socialbox .iconfont {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    color: #0058b2;
}

.box1 .iconfont,
.box2 .iconfont,
.box3 .iconfont {
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: inline-block;
	border-radius: 52px;
	background: #fff;
	border: none;

}

.box1,
.box2,
.box3 {
	border-right: none;
}

.box1 .iconfont {
	background: #e15c9d;
	color: #fff;
}

.box2 .iconfont {
	background: #6cc09e;
	color: #fff;
}

.box3 .iconfont {
	background: #7582e7;
	color: #fff;
}

.box001 {
    background-image: linear-gradient(135deg, #fe9058 0%, #ff4b39 80%);
}

.box002 {
    background-image: linear-gradient(135deg, #63e8d2 0%, #10be8b 80%);
}

.box003 {
    background-image: linear-gradient(135deg, #ffe787 0%, #e1b400 80%);
}

.box004 {
    background-image: linear-gradient(135deg, #9da9ff 0%, #6470e3 80%);
}

.box005 {
    background-image: linear-gradient(135deg, #72df8e 0%, #37a560 80%);
}

.box006 {
    background-image: linear-gradient(135deg, #91dbfb 0%, #11ade7 80%);
}

.box007 {
    background-image: linear-gradient(135deg, #81b6ff 0%, #2a78e5 80%);
}

.box008 {
	background-image: linear-gradient(135deg, #fda033 0%, #fc7513 80%);
}

.box009 {
    background-image: linear-gradient(135deg, #9da9ff 0%, #6470e3 80%);
}

.box0010 {
    background-image: linear-gradient(135deg, #000 0%, #3b4e6a 80%);
}

.homeBGbox .col-lg-4 {
    width: 33.33333%;
    float: left;
    padding: 0px;
}

.homeBGbox .col-lg-5 {
    width: 33.33333%;
    float: left;
    padding: 0px;
}

.widget .text {
    font-size: 18px;
    color: #0058b2;
    padding-top: 0;
}

.homeMinheigt {
    margin: 20px 34px;
	overflow: hidden;
}
/*直播日程表格标题样式lzz*/
#listsoon_nr table tr td:nth-of-type(2){color: #399bff;}
.table-dic tr td:nth-of-type(2){width: 60px;}
@media (min-width: 768px) {
    .homeMinheigt {
        overflow: hidden;
        margin: 30px 150px
    }
}

@media (max-width: 768px) {
    .homeMinheigt {
        margin: 0 10px;
    }

    .socialbox .iconfont {
        line-height: 50px;
        text-align: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 40px;
        display: inline-block;
    }

    /*头部导航入口*/
    .js-silder-ctrl {
        bottom: 0;
    }

    .silder-ctrl-prev,
    .silder-ctrl-next {
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }

    .silder-ctrl-con {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px;
    }

    .silder-ctrl-con>span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }

    /*导航入口样式*/
    .name .col-lg-3 {
        width: 100%;
    }

    .label {
        white-space: break-spaces;
    }

    #listsoon_nr .col-lg-3 {
        width: 100%;
		padding: 0;
    }
.panel-group .panel .panel{
	padding: 0;
}
    #tb_Content .col-lg-3 {
        width: 100%;
    }

    .mailbox-inbox .item {
        padding: 10px 0 0 0;
    }
}