<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
    css for pel,    ver 1.0
    copyright by dongyi network technology co.,ltd design center

    本网站通用布局
*/
/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    vertical-align: top;
    border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
div, dl, dt, dd, ol, ul, li {
    zoom: 1;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "microsoft yahei", simsun, arial, helvetica, tahoma, sans-serif;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* public */
body {
    color: #333;
    font-size: 14px;
    line-height: 2;
    font-family: "microsoft yahei", simsun, arial, helvetica, tahoma, sans-serif;
    -webkit-text-size-adjust: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #d60000;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*   html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
.h15{height: 15px;}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.color-success{
  color: #09bb07;
}
/* frame */
body {
    background: url(/uploads/image/tds2images/index-bg.png) center 0 no-repeat #f1f8fe;
    min-width: 1200px;
    background-attachment:fixed;
    background-size:cover;
    /*filter: progid:dximagetransform.microsoft.alphaimageloader(
    ,
    sizingmethod='scale');

    -ms-filter: "progid:dximagetransform.microsoft.alphaimageloader(
    ,
    sizingmethod='scale')";*/
}
.sitewidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
.mian1200{
    width: 1200px;
    margin: auto;
}

/*模块1*/
.mode_a{}
.mode_a .hd{
    width: auto;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.mode_a .hd h3{
    font-size: 18px;
    display: block;
    line-height: 30px;
    padding-left: 20px;
}
.mode_a .hd i{
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    background: #3169b4;
    left: 0px;
    top: 5px;
}
.mode_a .hd span a{font-size: 12px; color: #9e9e9e}

/*模块2*/
.mode_b{}
.mode_b .title{
    width: auto;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.mode_b .title h3{
    font-size: 18px;
    display: block;
    line-height: 30px;
    padding-left: 20px;
}
.mode_b .title i{
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    background: #f56101;
    left: 0px;
    top: 5px;
}
.mode_b .title span a{font-size: 12px; color: #9e9e9e}


/*mod_img_a*/
.mod_img_a{
    width: 380px;
    height: 235px;
}
.mod_img_a .img_list_a{
    display: block;
    width: auto;
    height: auto;
}
.img_list_a li,.img_list_a li a{
    display: block;
    height: 235px;
    width: 380px;
    overflow: hidden;
}
.img_list_a li a{
    position: relative;
}
.img_list_a li a:hover{
    color: #2f6ab8;
}
.img_list_a li img{
    height: 235px;
    width: 380px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.img_list_a li img:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.img_list_a li  i{
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    bottom: 0px;
}
.img_list_a li .txt{
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.img_list_a li .txt{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 2;
}
.img_list_a li a:hover{
    text-decoration: none;
}
.img_list_a li a:hover i{
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/*mod_b*/
.mod_b{
    width: auto;
}
.mod_b .hd{
    width: auto;
    height: 50px;
    border-top: 1px #f3edef solid;
    position: relative;
}
.mod_b .hd .more{
    background: url(/uploads/image/tds2iicon/more-1.png) no-repeat left center;
    padding-left: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
}
.mod_b .hd a.more{
    color: #a8a8a8
}
.mod_b .hd a.more:hover{
    color: #2f6ab8
}
.mod_b .hd h3{
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-top: 2px #2f68bf solid;
    text-align: center;
}
.mod_b .hd h3 a{
    color: #2f68bf;
    font-size: 2.176rem;
}
.mod_b .bd{
    padding: 9px 0px 0 0px;
}

/*txtlist_a*/
.txtlist_a{
    display: block;
}
.txtlist_a li{
    display: block;
}
.txtlist_a a{
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.56rem;
    background: url(/uploads/image/tds2images/iconsa.png) 3px 15px no-repeat;
    padding-left: 16px;
}
.txtlist_a li.first a{
    font-weight: bold;
}

/*mod_x 首页大模块信息*/
.mod_x{
    width: 100%;
    height: auto;
}
.mod_x .mod_hd{
    width: auto;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px #cedce5 solid;
}

.mod_x .mod_hd h3{
    display: block;
    float: left;
    height: 55px;
    border-bottom: 3px #0278d2 solid;
}
.mod_x .mod_hd h3 a{
    display: block;
    height: 55px;
    line-height: 55px;
    color: #0278d2;
    font-size: 24px;
}
.mod_x .mod_hd h3 a:hover{
    text-decoration: none;
}
.mod_x .mod_hd h3 a i{
    padding-right: 10px;
    font-size: 28px;
}
.mod_x .mod_hd h6{
    display: block;
    float: left;
    height: 55px;
    border-bottom: 3px #0278d2 solid;
}
.mod_x .mod_hd h6 a{
    display: block;
    height: 55px;
    line-height: 55px;
    color: #ff0000;
    font-size: 24px;
}
.mod_x .mod_hd h6 a:hover{
    text-decoration: none;
}
.mod_x .mod_hd h6 a i{
    padding-right: 10px;
    font-size: 28px;
}
.mod_x .mod_hd p{
    display: block;
    float: left;
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
}
.mod_x .mod_hd p a{
    font-size: 1.897rem;
    color: #333;
    padding: 0 10px;
}
.mod_x .mod_hd p a:hover{
    color: #0278d2;
}
.mod_x .mod_hd span a{
    color: #627488;
}
.mod_x .mod_bd{}

/*通用焦点图*/
.focusbox .prev,
.focusbox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 32%;
    z-index: 3;
    filter: alpha(opacity=10);
    -moz-opacity: .1;
    opacity: .1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

.focusbox .prev {
    background-image: url(/uploads/image/tds2images/autoplayicon.png);
    background-position: -112px 0;
    left: 0
}

.focusbox .next {
    background-image: url(/uploads/image/tds2images/autoplayicon.png);
    background-position: -158px 0;
    right: 0
}

.focusbox .prev:hover,  .focusbox .next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}


/*标题带内容列表样式*/
.titlelist02{

}
.titlelist02 li{
    display: block;
    width: auto;
    height: auto;
    text-align: left;
}
.titlelist02 li h3{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 1.768rem;
    font-weight: bold;
}
.titlelist02 li p{
    font-size: 14px;
    color: #999;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 6px;
}

/*每隔几个标题加粗文章列表样式*/
.titlelistty{
    display: block;
}
.titlelistty li{
    display: block;
    width: auto;
    line-height: 36px;
}
.titlelistty .datetime{
    float: right;
}
.titlelistty li a{
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(/uploads/image/tds2images/iconsa.png) 0 16px no-repeat;
    padding-left: 16px;
    font-size: 16px;
}
.titlelistty li.first a{
    font-weight: bold;
    font-size: 18px;
}
.titlelistty li.first1 a,
.titlelistty li.bold a{
    font-weight: bold;
    font-size: 18px;
}
.titlelistty li span{color: #ccc; font-size: 14px;}

/*左图右简介新闻列表样式*/

.titlelist03 li{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background: url(/uploads/image/tds2images/icon-play1.png) no-repeat 0 center;
}
.titlelist03 li.list{
    width: 100%;
    height: 85px;
    margin-bottom: 10px;
    background: none;
    padding: 0px;
}
.titlelist03 li.list .pic{
    float: left;
    width: 116px;
    height: 85px;
    margin-right: 15px;
}
.titlelist03 li.list .pic img{
    width: 116px;
    height: 85px;
}
.titlelist03 li.list .title{

}
.titlelist03 li.list .title h3{
    font-size: 1.518rem;
    line-height: 25px;
}


/*page-box*/
.page-box{
    width: auto;
    height: 105px;
    padding: 40px 0 0px 0;
    text-align: center;
}
.page-box .page-inner{
    display: inline-block;
    width: auto;
    height: 35px;
}
.page-box .page-inner a,
.page-box .page-inner span{
    position: relative;
    float: left;
    display: block;
    width: auto;
    margin-left: -1px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #0da3e2;

}
.page-box .page-inner .current,
.page-box .page-inner a:hover{
    background: #eee;
    border-color: #dddddd;
    color: #333;
    text-decoration: none;
}
.page-box .page-inner .home{
    margin-left: 0px;
}

/*=======footerbox=======*/
.footerbox{
    width: 100%;
    height: 245px;
    border-top: 5px #0475db solid;
    background: #fff;
    margin-top: 20px;
}
.footer_inner{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer_inner .ftnav {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.footer_inner .ftnav a {
    font-size: 14px;
    font-weight: bold;
    padding: 0 3px;
}
.footer_inner .copyright {
    text-align: center;
    line-height: 24px;
}

#letterbody .footerbox{
    border-top: 5px #d53032 solid;
}

/*搜索结果页面样式*/
.seach_j_box{
    margin: 30px 20px;
}
.seach_j_box .hd{
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 20px;
}
.seach_j_box .hd h3{
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}
.seach_j_box .bd{
    padding: 25px;
   border: 1px #f0f0f0 solid;
}
.seach_j_box .bd li{
    height: 40px;
    line-height: 40px;
}
.seach_j_box .bd li a{
    height: 40px;
    line-height: 40px;
}
.seach_j_box .bd li.first a, .seach_j_box .bd li.bold a {
    font-weight: normal;
    font-size: 16px;
}
.seach_j_box .bd li.bold{
    margin-bottom: 15px;
    border-bottom: 1px #dedede dotted; 
    padding-bottom: 15px;
    height: 55px;
}</pre></body></html>