﻿
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
    color: #666;
}

.logo {
}

#myCarousel {
    margin: 50px 0 0 0;
}

#navbar-collapse ul {
    margin-top: 0;
}
#navbar-collapse li {
    border-top: 1px solid #ddd;
}
.carousel-inner img {
    margin: 0 auto;
}
/*.carousel-control {
	font-size: 100px;
}*/
.tab-h2 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #0059b2;
}

.tab-p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #999;
    margin: 20px 0 40px 0;
}

.tab1 {
    margin: 30px 0;
    color: #666;
}

    .tab1 .text-muted {
        color: #999;
        text-decoration: line-through;
    }

    .tab1 .media-heading {
        margin: 5px 0 20px 0;
    }

    .tab1 .col {
        padding: 20px;
    }

.tab2 {
    background-color: #eee;
    padding: 60px 20px;
    text-align: center;
}

    .tab2 img {
        width: 40%;
        height: 40%;
    }

.tab3 {
    padding: 60px 20px;
    text-align: center;
}

    .tab3 img {
        width: 65%;
        height: 65%;
    }

.text h3 {
    font-size: 20px;
}

.text p {
    font-size: 14px;
}

.jumbotron {
    background-image: url(../img/bg.jpg);
    margin: 50px 0 0 0;
    color: #ccc;
}

    .jumbotron h1 {
        font-size: 26px;
        padding: 0 0 0 20px;
    }

    .jumbotron h4 {
        font-size: 15px;
        padding: 0 0 0 20px;
    }

#information {
    background-color: #eee;
    padding: 40px 0;
    margin-top: -17px;
}

.info-content {
    background-color: #fff;
    margin: 0 0 10px 0;
    box-shadow: 2px 2px 3px #ccc;
}

.loading {
    background-color: #fff;
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 3px #ccc;
    margin-top: -80px;
}

.info-content img {
    margin: 12px 0;
}

.info-content h4 {
    color: #333;
    padding: 2px 0 0 0;
    font-size: 17px;
}

.info-content p {
    line-height: 1.6;
}

/*.more-content{
	
	background-color: #fff;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 3px #ccc;
	
}*/
.info-right {
    background-color: #fff;
    box-shadow: 2px 2px 3px #ccc;
}

    .info-right blockquote {
        margin: 0;
        padding: 0;
    }

    .info-right h2 {
        font-size: 20px;
        color: #333;
        padding: 5px;
    }

    .info-right h4 {
        color: #333;
        font-size: 16px;
        padding: 2px 0 0 0;
        line-height: 1.6;
    }


.info-left {
    background-color: #fff;
    box-shadow: 2px 2px 3px #ccc;
}

    .info-left blockquote {
        margin: 0;
        padding: 0;
    }

    .info-left h2 {
        font-size: 20px;
        color: #333;
        padding: 5px;
    }

    .info-left h4 {
        color: #333;
        font-size: 16px;
        padding: 2px 0 0 0;
        line-height: 1.6;
    }

#case {
    padding: 40px 0;
    background-color: #eee;
    text-align: center;
}

    #case h4 {
        color: #666;
    }

    #case p {
        color: #666;
        line-height: 1.6;
    }

#about {
    background-color: #eee;
    padding: 40px 15px;
}

    #about a {
        color: #0059b2;
    }

    #about .about {
        background-color: #fff;
        box-shadow: 2px 2px 3px #ccc;
    }

    #about h3 {
        color: #333;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        margin: 0 0 10px 0;
    }

    #about p {
        line-height: 2;
        font-size: 13px;
    }
/*	/*	/*
#foot-palyer {
	width: 307px;
	background-color: #666666;
	border-top: 1px solid #CCCCCC;
	margin-left: 15px;
	text-align: center;
	color: #EEEEEE;
}*/
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
    .tab-h2 {
        font-size: 26px;
    }

    .tab-p {
        font-size: 16px;
    }

    .text h3 {
        font-size: 22px;
    }

    .text p {
        font-size: 15px;
    }

    .tab2-text {
        float: left;
    }

    .tab2-img {
        float: right;
    }

    .jumbotron h1 {
        font-size: 30px;
    }

    .jumbotron h4 {
        font-size: 16px;
    }

    .info-content h4 {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #about h3 {
        font-size: 19px;
    }

    #about p {
        font-size: 14px;
    }
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
    .tab-h2 {
        font-size: 28px;
    }

    .tab-p {
        font-size: 17px;
    }

    .text h3 {
        font-size: 24px;
    }

    .text p {
        font-size: 16px;
    }

    .jumbotron h1 {
        font-size: 33px;
    }

    .jumbotron h4 {
        font-size: 17px;
    }

    .info-content h4 {
        font-size: 18px;
    }

    #about h3 {
        font-size: 20px;
    }

    #about p {
        font-size: 15px;
    }
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
    .tab-h2 {
        font-size: 30px;
    }

    .tab-p {
        font-size: 18px;
    }

    .text h3 {
        font-size: 26px;
    }

    .text p {
        font-size: 18px;
    }

    .jumbotron h1 {
        font-size: 36px;
    }

    .jumbotron h4 {
        font-size: 18px;
    }

    .info-content h4 {
        font-size: 20px;
    }

    #about h3 {
        font-size: 22px;
    }

    #about p {
        font-size: 16px;
    }
}

.select_search {
    position: absolute;
    right: -7px;
    top: 26px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: solid 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow.png) no-repeat scroll right center transparent;
    padding-right: 14px;
}

.index-search-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 4px;
    background-image: url(../img/search-btn.png);
}

a {
    color: #0A61CE;
    text-decoration: none;
}

.searchCon {
    right: 13px;
    top: 12px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand1 {
    float: right;
    height: 50px;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 20px;
}

.client-style {
    float: right;
    margin-top: 20px;
}

.client-logo {
    border-radius: 15px;
    margin-top: -2px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index-nav-list {
    margin-left: 3px;
    float: left;
    font-size: 15px;
}

.clearfix {
    zoom: 1;
    _height: 1px;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.index-nav-list > li {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    display: list-item;
    text-align: -webkit-match-parent;
}

    .index-nav-list > li > a {
        color: black;
    }


/*播放页面样式*/
* {
    padding: 0px;
    margin: 0px;
}

.player-title {
    padding-top: 40px;
}

.img-info {
    margin-left: 15px;
}

.media-bottom {
    margin-top: -20px;
}

ul li {
    display: inline;
}

.user-talk {
    margin-left: 20px;
}

input {
    border: none; /*//去除边框*/
    border-radius: 0;
    width: 185px;
    height: 50px;
    box-shadow: 0px 0px 0px 0px; /*//去除阴影*/
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.tagstyle {
    background: white;
    height: auto;
    padding: 4px 6px;
    border: 1px solid #0A61CE;
    color: #0A61CE;
    border-radius: 5px;
    margin: 4px 4px;
}

.Cytransbtn {
    width: 100%;
    float: right;
    text-align: center;
    /*background: linear-gradient(45deg, black, transparent);*/
    background: #5cb85c;
    color: #fff;
    margin-top: 27px;
    margin-bottom: 20px;
    padding: 7px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 17px;
}

.media-body p {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

.PageStyle {
    margin-top: 10px;
}

.tip {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    min-height: 170px;
}

    .tip a {
        color: #fff;
    }

.main-switch a {
    color: #fff;
    text-decoration: none;
}

.tip p {
    margin: 0.6em 0;
}

.link-logo {
    text-align: center;
}

/*手机版底部*/
#footer {
    background-color: #65666a;
    box-shadow: 2px 2px 3px #CCCCCC;
    /*margin: 0px 13px;*/
}

.nav-list {
    float: left;
    padding: 0;
    margin: 0;
}

.foot-list .list-title {
    margin: 20px 10px 15px 10px;
}

    .foot-list .list-title a {
        color: #fff;
        font-size: 16px;
    }

.foot-list li {
    float: left;
    margin: 0 10px;
}

    .foot-list li a {
        color: #a3a3a6;
        line-height: 22px;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.limit { /*限制字数*/
    width: 140px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-limit {
}

.Cylabel {
    margin-top: 20px;
    margin-bottom: 20px;
}

.time-table { /*添加分享时间*/
    position: absolute;
    z-index: 2;
    left: 100px;
    top: 100px
}

.bianlan {
    border-left: 4px solid #2689FF;
    /*border-left: 4px none ;*/
    margin-left: -18px;
    padding-left: 15px
}

.zhinan {
    margin-top: 10px;
}
/*政策显示界面*/



#PolicyTitle {
    font-weight: bold;
    font-size: 20px;
}

#Policy-list {
    min-height: 700px;
}

#policy-show {
    font-size: 15px;
}

    #policy-show img {
        display: block;
        max-width: 100%;
        height: auto;
    }

#Timeinform {
    margin-top: -12px;
}

#sosuo {
    margin-top: -30px;
}
/*专家*/
.ExpertTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /* box-shadow: 0 1px; */
    box-shadow: 0px 0px 2px #ccc;
    height: 30px;
}

.dn {
    display: none;
}

.linkExpert {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 290px;
    /* margin: 0 auto; */
    margin-left: 43px;
}

.disExpert {
    color: white;
    background-color: gray;
    border-color: white;
}

.loadmore {
    text-align: center;
    margin: 0 auto;
    height: 40px;
    color: gray;
    font-size: 15px;
    line-height: 40px;
}
