﻿@charset "utf-8";
/* CSS Document */

.conbox {
			width: 1160px;
			padding: 20px;
		}

		.ej_left {
			float: left;
			width: 260px;
			height: auto;
			overflow: hidden;
		}

		.dh_tit {
			width: 100%;
			height: 70px;
			background: #1b65ba;
			font-size: 26px;
			color: #fff;
			text-align: center;
			line-height: 70px;
		}

		.dh_list {
			overflow: hidden;
		}

		.dh_list li {
			width: 100%;
			height: 55px;
			font-size: 20px;
			color: #666;
			line-height: 55px;
			padding-left: 30px;
		}

		.dh_list li a {
			color: #666;
		}

		.dh_list li.on {
			background: #e2f0f3;
			color: #1a65b8;
			position: relative;
		}

		.dh_list li.on:before {
			content: "";
			position: absolute;
			width: 6px;
			height: 10px;
			top: 21px;
			left: 15px;
			background: url(http://ybj.qinghai.gov.cn/ej/images/ej_tran.png) no-repeat;
		}

		.dh_list li.on a {
			color: #1a65b8;
		}

		.ej_right {
			float: right;
			width: 853px;
			height: auto;
			overflow: hidden;
		}

		.ej_dh {
			overflow: hidden;
			border-bottom: 1px solid #e7e7e7;
			padding-bottom: 15px;
		}

		.ej_dh h2 {
			float: left;
			font-size: 20px;
			color: #000;
			font-weight: bold;
		}

		.ej_dh p {
			float: right;
			background: url(http://ybj.qinghai.gov.cn/ej/images/eh_dh_doc.png) no-repeat 0 6px;
			padding-left: 20px;
			line-height: 27px;
		}

		.ej_list {
			overflow: hidden;
		}

		.ej_list li {
			border-bottom: 1px dashed #dcdcdc;
			overflow: hidden;
			margin-top: 20px;
			padding-bottom: 20px;
		}

		.ej_list li h3 {
			float: left;
			width: 710px;
			height: 22px;
			overflow: hidden;
			font-size: 16px;
			color: #000;
			position: relative;
			padding-left: 12px;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.ej_list li h3 a {
			color: #000;
		}

		.ej_list li h3:before {
			content: "";
			width: 5px;
			height: 5px;
			background: #108396;
			position: absolute;
			top: 9px;
			left: 0;
		}

		.ej_list li p {
			float: right;
			width: 90px;
			font-size: 16px;
			color: #000;
		}

		.xpage-more-btn {
			width: 100px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #bbb;
			background: #eee;
			line-height: 2em;
			border-radius: 0.5em;
			cursor: pointer;
			margin-top: 50px;
		}

		.xpage-more-btn:hover {
			background: #ddd;
		}

		.xpage-more-btn:active {
			background: #ccc;
		}
		

        .tit {
            width: 100%;
            position: relative;
            display: inline-block;
            height: 40px;
            padding: 0 0 0 0;
            font-size: 26px;
            color: #0f367a;
            font-weight: bold;
            line-height: 40px;
        }

        .tit:before {
            content: "";
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #305798;
        }

        .list {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 30px 30px 30px;
            background-color: #ffffff;
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .sub-txt .list li {
            position: relative;
            padding: 15px 140px 17px 0;
            border-bottom: 1px solid #ccc;
        }

        .sub-txt .list li:before {
            content: "";
            position: absolute;
            display: block;
            top: 32px;
            left: -16px;
            width: 5px;
            height: 5px;
            background-color: #305798;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            margin-top: -2px;
        }

        .sub-txt .list li:after {
            content: "";
            position: absolute;
            display: block;
            content: attr(data-pubtime);
            top: 24px;
            right: 0;
            color: #999;
            font-size: 12px;
            line-height: inherit;
        }

        .sub-txt .list li a {
            display: inline-block;
            font-size: 18px;
            line-height: 36px;
            color: #333;
        }

        .sub-txt .slide .slide-pic-item {
            padding: 10px 0;
        }

        .sub-txt .slide .slide-pic-item:first-child {
            padding-top: 0;
        }

        .sub-txt .slide .slide-pic-item img {
            display: block;
            width: 100%;
            height: 180px;
        }

        .sub-txt .slide .slide-pic-item a {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            color: #333;
        }

        .sub-txt .slide .slide-video-item {
            float: left;
            width: 48%;
        }

        .sub-txt .slide .slide-video-item img {
            display: block;
            width: 100%;
            height: 91px;
        }

        .sub-txt .slide .slide-video-item a {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            color: #333;
        }

        .sub-txt .slide .slide-video-item+.slide-video-item {
            float: right;
        }


        .more {
            width: 100px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #bbb;
            background: #eee;
            line-height: 2em;
            -webkit-border-radius: 0.5em;
            -moz-border-radius: 0.5em;
            border-radius: 0.5em;
            cursor: pointer;
            margin-top: 30px;
            margin-bottom: 50px;
        }

        @media screen and (max-width: 768px) {
            .tit {
                height: 0.8rem;
                padding: 0.1rem 0 0.25rem 0;
                line-height: 0.8rem;
                font-size: 0.6rem;
                -webkit-background-size: 0.6rem auto;
                -moz-background-size: 0.6rem auto;
                background-size: 0.6rem auto;
                background-position: 0 center;
            }

            .tit:before {
                bottom: 0;
            }

            .list {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0.35rem;
                font-size: 0;
                line-height: 100%;
            }

            .sub-txt .list li:before,
            .sub-txt .list li:after {
                display: none;
            }

            .sub-txt .list li {
                display: inline-block;
                width: 100%;
                padding: 0.3rem 0;
                vertical-align: middle;
            }

            .sub-txt .list li a {
                display: inline-block;
                vertical-align: middle;
                max-width: 100%;
                font-size: 16px;
                line-height: 1.5;
            }

            .sub-txt .list li a+a {
                margin-left: 6px;
            }

            .more {
                width: 100px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid #bbb;
                background: #eee;
                line-height: 2em;
                -webkit-border-radius: 0.5em;
                -moz-border-radius: 0.5em;
                border-radius: 0.5em;
                cursor: pointer;
                margin-top: 30px;
                margin-bottom: 50px;
            }

