/*reset colby*/
body, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, table, td, tr, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Sans-serif, Arial, "宋体";
    font-size: 14px;
    color: #4b4a4a;
    font-weight: normal;
}
body {
    background: #F8F4F1;
}
ul, li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
img {
    border: 0;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #EA6101;
}
/*----------common------------*/
 .fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0%;
    font-size: 0;
}
.head {
    width: 100%;
    /* height: 260px; */
}
.head>img {
    width: 100%;
    height: 100%;
}
.wrap {
    width: 1200px;
    margin: 20px auto;
    /* background: red; */
}
.fb {
    font-weight: bold;
}
.marginTop {
    margin-top: 10px;
}
.marginTopBottom {
    margin: 10px auto;
}

.colum_lft {
    width:410px;
    float:left;
    position:relative;
    top:0px;
    left:0px;
    /* background:green; */
}
.newspaper_overview {
    position: relative;
    top:0px;
    left:0px;
    /* background: #BC2931; */
}
.paper_wrap img {
    width:400px;
    height:583px;
    display:block;
    box-shadow: 0px 3px 8px 3px rgba(203, 203, 203, 0.41);
    border: 5px solid #D9D9D9;
}
.paper_tab {
    width:410px;
    margin:0 auto;
    overflow: hidden;

}
 .paper_tab a {
    display:block;
    margin: 0 6px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align:center;
    color:#EC6201;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    float: left;
    margin-bottom: 12px;
}
.paper_tab a.current {
    background: #EA6101;
    color:#fff;
}
.paper_tab1 {
    width:410px;
    margin:0 auto;  
    overflow: hidden;
}
.paper_tab1 a {
    display:block;
    margin: 0 6px;
    width: 39px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align:center;
    color:#EC6201;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    float: left;
    margin-bottom: 12px;
}
.paper_tab1 a.current {
    background: #EA6101;
    color:#fff;
}
.past_paper {
    text-align: center;
    display: block;
    width: 410px;
    font-weight: bold;
}
.past_paper a{
    display: inline-block;
    line-height: 28px;
    padding:0px 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    border: 1px solid #FC8C40;
    color: #333333;
    margin: 10px 15px;
    
}
.com-opt {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 3px rgba(203, 203, 203, 0.41);
    border-radius: 5px;
    width: 100%;
    height:30px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    border: none;
    vertical-align: middle;
    cursor:pointer;
}
.com-opt>span{
    display:block;
    overflow: hidden;
    width:218px;
    float: left;
    margin-left:5px;
    vertical-align: middle;
    height: 100%;
}
.com-opt>img{
    float: right;
    margin-right:5px;
    margin-top: 12px;
    vertical-align: middle;
}
#qk-select{
    position: relative;
    top:0px;
    left:0px;
}
#qk-select ul{
    position: absolute;
    left:0px;
    top:35px;
    width: 100%;
    box-shadow: 0px 3px 8px 3px rgba(203, 203, 203, 0.41);
    max-height: 350px;
    background:#fff;
    border-radius: 5px;
    overflow:auto; 
}
#qk-select ul li{
    cursor:pointer;
    line-height: 35px;
}
#qk-select ul li:hover{
    background: #EA6101;
    color: #fff;
}
#qk-select ul li.hover{
    background: #EA6101;
    color: #fff;
}
 .paperv_nav {
    /*position:absolute;top:603px;z-index:10;*/
    /* margin-top:643px; */
    /* height:auto!important;
    min-height:150px;
    height:150px; */
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 3px rgb(203 203 203 / 41%);
    margin-bottom: 25px;
}
#paper_info {
    padding: 10px;
    background: white;
    color: #CCCCCC;
    margin-bottom: 10px;
}
#paper_info p {
    font-size:12px;
    line-height:150%;
}
#paper_info p span {
    font-weight:bold;
    display:block;
    width:65px;
    float:left;
    text-align:right;
}
.paperv_nav h2 {
    height:30px;
    background:#FC8C40;
    color:#fff;
    font-weight:bold;
    line-height:30px;
    width:400px;
    padding-left:10px;
}
/*.paperv_nav ul{width:250px;height:300px;}*/
 .paperv_nav ul {
    background: #FFFFFF;
    padding:10px;
}
.paperv_nav ul li {
    font-size:14px;
    line-height:180%;
    background:url(../img/dot.gif) 5px 12px no-repeat;
    padding-left:15px;
    /*width:220px;*/
    word-break:keep-all;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.colum_rgt {
    float: right;
    width:765px;
    /* background: #f7f6e8; */
    background: #FFFEF5;

    box-shadow: 0px 3px 8px 3px rgba(203, 203, 203, 0.41);
    border: 4px solid #D9D9D9;
}
.mgz_dld h2 {
    height:30px;
    background:#bc3f07;
    color:#fff;
    font-weight:bold;
    line-height:30px;
    width:510px;
    padding-left:10px;
}
.mgz_dld img {
    margin:10px;
}
.crumb {
    height:40px;
    line-height:40px;
    font-size:12px;
    padding-left:15px;
}
.content_wrap {
    /* height: 973px; */
    /* background: #fff; */
    /* box-shadow: 0px 3px 8px 3px rgba(203, 203, 203, 0.41); */
    /* border: 4px solid #D9D9D9; */
}
.article_tit {
    /* background:url(../img/content_bg.jpg) no-repeat; */
    background-size: 100% 100%;
    height:auto!important;
    min-height:80px;
    height:80px;
    padding-top:10px;
}
.article_tit h1 {
    line-height:40px;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    padding: 10px 70px;
}
.article_tit p {
    width:95%;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
    padding-bottom:10px;
    color:#999999;
}
.article_tit p span {
    padding-right:10px;
}
.author {
    font-size:12px;
}
.content {
    line-height:180%;
    font-size:14px;
    padding:15px;
    max-height: 785px;
    overflow-y:auto;
}
.content img {
    max-width: 730px!important;
    display: block;
    margin: 0 auto;
}
.itemscroll {
    height:50px;
    width: 95%;
    margin:10px auto;
}
.itemscroll p {
    height:25px;
    line-height:25px;
    font-size:12px;
}
.itemscroll a {
    padding:0 5px;
}
.content p {
    margin-bottom:15px;
}
.footer {
    line-height:40px;
    text-align:center;
    border-top:1px dashed #ccc;
    margin-top:20px;
}
.footer a {
    padding:5px 10px;
    color:#999999
}
#map a {
    display:block;
    background-color:#ffffff;
    opacity:0.01;
    -moz-opacity:0.01;
    filter:alpha(opacity=1);
}
#map span {
    display:none;
}
div.over {
    border:2px solid red !important;
}
div.over a {
    opacity:0.1;
    -moz-opacity:0.1;
    filter:alpha(opacity=10);
}
/*修改滚动条样式*/
 .ttsText::-webkit-scrollbar {
    width: 5px;
    height:5px;
    /**/
}
.ttsText::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.ttsText::-webkit-scrollbar-thumb {
    background: #FC8C40;
    border-radius:10px;
}
.ttsText::-webkit-scrollbar-thumb:hover {
    background: #EA6101;
}
.ttsText::-webkit-scrollbar-corner {
    background: #169a1600;
}
.ttsText{
    overflow-y: scroll;
    scrollbar-color: #FC8C40 rgb(239, 239, 239);
    scrollbar-width: thin;
}