﻿body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,input,textarea,p,img,dl,dt,dd { 
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
}
img {
    border: 0; 
}  
ol,ul { 
    list-style: none; 
}  
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
a{
    color: #333333;
    text-decoration: none;
    outline: 0;
    border: 0;
}
a,map, map area {
    outline: none;
}
body,button,input,select,textarea {
    font: 12px/150% Arial,"Microsoft YaHei","宋体",serif;
    color: #333;
    outline: 0;
}
body,
html {
    height: 100%;
    width: 100%;
    min-width: 1156px;
}
table {
    display: table;
    /* width: 100%; */
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: grey;
    font-size: 14px;
}
.layout {
    width: 1156px;
    margin: 0 auto;
}
.clearfix:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.clearfix{zoom:1;}
.txt_hide { text-indent: 200%;white-space: nowrap;overflow: hidden;}
.fl {float: left;}
.fr{float: right;}
.mb40{margin-bottom: 40px !important;}
.mr0{margin-right: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt30{margin-top: 30px !important;}
.mt20{margin-top: 20px !important;}
.bb0{border-bottom: 0 !important;}
.br0{border-right: 0 !important;}
.tip {color:#FF0000 !important;padding: 0 3px;}
.w_hl { width: 448px; }
.w_h2 { width: 559px; }

/* 公共样式 */
.p_h { padding: 30px 0;}
.title {
    width: 100%;
    height: 27px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom: 16px;
}
.title span {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 30px;
    padding-bottom: 7px;
    border-bottom: 2px solid #2a83d3;
}
.title .more {
    float: right;
    font-size: 12px;
    color: #999;
}
.title ul li {
    float: left;
    position: relative;
}
.title ul li p {
    position: absolute;
    bottom: -33px;
    width: 448px;
    line-height: 32px;
    background-color: #f5f5f5;
    display: none;
}
.title ul li .tipej1 {
    left: -94px;
}
.title ul li .tipej2 {
    left: -152px;
}
.title ul li p i {
    font-style: normal;
    padding-left: 8px;
    cursor: pointer;
}
.title ul li a {
    float: left;
    display: inline-block;
    color: #778193;
    margin-right: 10px;
    line-height: 14px;
    margin-top: 6px;
}
/* 头部部分 */
.top {
    width: 100%;
    height: 42px;
    line-height: 40px;
    background-color: #f2f2f2;
}
.weather iframe {
    margin-top: 8px;
    margin-left: 12px;
}
.link_list li {
    float: left;
    position: relative;
}
.link_list a {
    display: inline-block;
    color: #666;
    margin-left: 12px;
}
.link_list a:hover {
    color: #333;
}
.li_code {
    position: absolute;
    top: 40px;
    left: 17px;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    width: 260px;
    display: none;
}
.li_code p {
    width: 104px;
    text-align: center;
    margin-top: 10px;
}
.li_code p span {
    display: block;
    margin-top: -20px;
    height: 32px;
}
.li_code p .tit     {
    font-size: 14px;
    font-weight: bold;
}
.link_list .li_c:hover .li_code {
    display: block;
}
.header {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.link_home {
    float: left; 
    display: inline-block;
    width: 453px;
    height: 66px;
    background: url('../img/logo.png') no-repeat;
    margin-top: 12px;
}
.search {
    float: right;
    width: 420px;
}
.seartit {
    overflow: hidden;
    margin-bottom: 8px;
}
.seartit a {
    float: left;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #333;
}
.seartit .on, .seartit a:hover {
    color: #2A83D3;
}
.search label {
    display: inline-block;
    height: 38px;
    width: 420px;
    line-height: 38px;
    background: url('../img/sear_bg.png') no-repeat; 
    position: relative;
}
.search select {
    outline: 0;
    border: 0;
    margin-left: 12px;
}
.search input {
    outline: 0;
    border: 0;
    width: 294px;
    margin-left: 12px;
    padding-left: 12px;
    /*border-left: 1px solid #ccc;*/
    height: 24px;
    line-height: 24px;
}
.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.search .hotc {
    margin-top: 6px;
}
.search .hotc a {
    color: #777;
    padding-right: 8px;
}
.search .hotc a:hover {
    color: #111;
}
.more {
    float: right;
}
/* 登录区 */
.login-area {
    float: left;
    width: 200px;
}
.loginbox .in-p {
    width: 200px;
    height: 32px;
    border: 1px solid #aaa;
    padding: 6px 30px;
    margin-bottom: 6px;
}
.loginbox input {
    background: url('../img/login.png') no-repeat;
}
.loginbox .username {
    background-position: 4px 4px;
}
.loginbox .password {
    background-position: 4px -20px;
}
.loginbox label {
    display: inline-block;
    float: left;
    font-size: 12px;
}
.loginbox label input {
    margin-right: 3px;
    vertical-align: middle;
}
.loginbox .forget {
    float: right;
    color:#FF0000;
    font-size: 12px;
}
.loginbox .forget:hover {
    text-decoration: underline;
}
.loginbtn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FC5F38;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    margin: 22px 0 10px;
}
.loginbtn:hover {
    background-color: #ff6600;
}
.login-area .num {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
.loginbox .useter span {
    font-size: 16px;
    font-weight: bold;
}
.ulogin {
    padding: 6px;
    background-color: #bbe6ff;
    position: relative;
    margin-top: 4px;
    margin-bottom: 7px;
}
.ulogin:before {
    position: absolute;
    top: -5px;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ddd;
}
.ulogin a {
    float: left;
    display: inline-block;
    width: 50%;
    color: #555;
}
.loginbox .useter a:hover, .ulogin a:hover {
    text-decoration: underline;
}
.wutheme {
    float: left;
    margin: 0 30px;
    width: 448px;
}
.wutheme .themetit {
    height: 40px;
    line-height: 40px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}
.wutheme .themetit a {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #CB0000;
    padding: 0 16px;
}
.wutheme .themetit .on {
    color: #CB0000;
    background-color: #fff;
    border-color: #CB0000;
    border-bottom: 0;
}
.themelist a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 21px;
}
.themelist .xq {
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.themelist i {
    color: #888;
    margin-right: 6px;
    font-style: normal;
}
.themelist .time {
    float: right;
    color: #888;
}
.nav {
    height: 42px;
    line-height: 42px;
    background-color: #2A83D3;
}
.nav a {
    display: inline-block;
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    padding: 0 14px;
}
.nav a:hover, .nav .on {
    background-color: #FC5F38;
}
/*图片轮换*/
#slideBox {
    float: left;
    width:448px;
    height:260px;
    overflow:hidden;
    position:relative;
}
#slideBox ul#show_pic {
    margin:0;
    padding:0;
    list-style:none;
    height:300px;
    width:4750px;
    position:absolute;
}
#slideBox ul#show_pic li {
    float:left;
    margin:0;
    padding:0;
    height:285px;
}
#slideBox ul#show_pic li img {
    display:block;
    /*width: 100%;*/
    width: 475px;
}
#iconBall {
    position:absolute;
    bottom:0;
    right:0;
}
#iconBall li {
    float:left;
    color:#7a7a7a;
    width:32px;
    height:28px;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding-top:4px;
}
#iconBall li.active {
    background:url(../img/iconbg.png) no-repeat;
    color:#fff;
}
#slideText {
    width:475px;
    height:28px;
    background:rgba(0, 0, 0, 0.7);
    color:#fff;
    position:absolute;
    left:0px;
    bottom:0px;
    *background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}
#textBall {
    position:absolute;
    left:10px;
    bottom:5px;
}
#textBall li {
    float:left;
    cursor:pointer;
    display:none;
    color:#fff;
    font-size:14px;
}
#textBall li.active {
    display:block;
}
#textBall li a {
    text-decoration:none;
    color:#fff;
}
.side_l {
    float: left;
    width: 200px;
}
.nupdate_content {
    padding-left: 18px;
    margin-top: 16px;
    font-size: 12px;
    border-left: 1px solid #E5E5E6;
    margin-left: 14px;
}
.nupdate_content li {
    padding-bottom: 11px;
    position: relative;
}
.nupdate_content li p.updatet {
    position: absolute;
    left: -35px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.nupdate_content li p.newestup {
    margin-top: 15px;
    padding-left: 5px;
    color: #555;
}
.nupdate_content li p.newestup a {
    color: #555;
}
.author {
    margin-top: 8px;
    padding-left: 5px;
}
.author img {
    width: 42px;
    height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 12px;
    border: 1px solid #e5e5e5;
}
.author p {
    padding: 2px 0;
    color: #878787;
}
 .author p.pro {
    height: 15px;
}
.author p.name a {
    color: #111;
    font-size: 14px;
}
.nupdate_content li p.newestup a:hover,
.author p.name a:hover {
    text-decoration: underline;
}
.map_chart {
    overflow: hidden;
}
.news_user {
    overflow: hidden;
    padding-bottom: 10px;
}
.chart_area {
    margin: 0 30px;
}
.ufcai .tx {
    overflow: hidden;
}
.ufcai .tx img {
    float: left;
    margin-right: 20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.ufcai .txt h6 {
    font-size: 17px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    margin: 20px 0 30px;
    color: #2a83d3;
}
.ufcai .data {
    margin: 20px 0;
    overflow: hidden;
}
.ufcai .data p {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0 3px;
    font-weight: bold;

}
.ufcai>p {
    line-height: 24px;
}
.swpm .table th {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.swpm .table .th1 {
    width: 50px;
}
.swpm .table .th2 {
    width: 230px;
}
.swpm .table .th3 {
    width: 160px;
}
.swpm .table th, .swpm .table td {
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #fff;
}
/* 农业新闻 */
.news_a {
    overflow: hidden;
    padding-bottom: 30px;
}
.news {
    float: left;
    width: 266px;
    margin-right: 30px;
}
.news .themetit {
    overflow: hidden;
}
.news .themetit a {
    float: left;
    display: inline-block;
    /*color: #333;*/
    line-height: 24px;
    text-align: center;
    background-color: #e3e3e3;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 0 6px;
    color: #000000;
}
.news .themetit .on, .news .themetit a:hover {
    background-color: #ffdddd;
}
.list_l a {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.list_l a:hover {
    color: #4dbcff;
}
/* 书屋分类 */
.course {
    overflow: hidden;
}
.course_l {
    float: left;
    font-size: 14px;
    margin-left: -8px;
    margin-right: -8px;
}
.course_l li {
    float: left;
    width: 180px;
    padding: 7px 7px 10px;
    border: 1px solid transparent;
    position: relative;
    margin: 5px 0 8px 9px;
}
.course_l li:hover {
    border-color: #ddd;
    box-shadow: 1px 1px 2px 1px #ECECEC;
}
.course_l li a {
    color: #999;
}
.course_l li a:hover {
    color: #fff;
}
.img_link {
    position: relative;
    display: block;
    margin-bottom: 6px;
}
.img_link img {
    width: 100%;
    height: 124px;
}
.course_info {
    position: absolute;
    width: 164px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background-color: rgba(0,0,0,.6);
    margin-top: -30px;
    overflow: hidden;
}
.course_info .timer {
    margin-left: 3px;
}
.course_info .course_cate {
    float: right;
    color: #ffc602;
    margin-right: 3px;
}
.course_l h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-bottom: 8px;
    word-wrap: break-word;
    word-break: break-all;
}
.course_l h4 a {
    color: #333;
}
.course_l h4 a:hover {
    color: #4dbcff;
}
.pri_aut {
    overflow: hidden;
    margin-top: 0;
    height: 18px;
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.czero {
    color: #999;
    font-size: 14px;
}
.cprice {
    color: #f00;
    font-size: 16px;
}
.sw_fl img {
    float: left;
    width: 220px;
    height: 160px;
    margin-right: 20px;
    margin-top: 10px;
}
.sw_fl h6 a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    margin: 16px 0 20px;
}
.sw_fl p {
    line-height: 24px;
}
/* 三农资源库 */
.snzya {
    overflow: hidden;
    padding-bottom: 30px;
} 
.book_l li {
    position: relative;
    float: left;
    border: 1px solid #e4e8eb;
    margin-right: 10px;
}
.book_l li img{
    width: 127px;
    height: 190px;
}
/* 7图标区 */
.smok {
    background-color: #f9f9f9;
    padding: 30px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.smok a {
    float: left;
    display: inline-block;
    width: 144px;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-top: 120px;
    background: url('../img/icon.png') no-repeat;
}
.smok .ic01 {
    background-position: 16px 0;
}
.smok .ic02 {
    background-position: -133px 0;
}
.smok .ic03 {
    background-position: -284px 0;
}
.smok .ic04 {
    background-position: -431px 0;
}
.smok .ic05 {
    background-position: -578px 0;
}
.smok .ic06 {
    background-position: -727px 0;
}
.smok .ic07 {
    background-position: -880px 0;
}
.smok .ic08 {
    background-position: -1029px 0;
}
/* 底部 */
.footer {
    width: 100%;
    overflow: hidden;
    color: #a4acb7;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    background-color: #1c2b40;
}
.footer a {
    color: #66758d;
    font-family: "Microsoft Yahei";
}
.footer .more {
    font-size: 12px;
    color: #778193;
}
.foot-top {
    width: 100%;
    padding-top: 28px;
    clear: both;
    background: #e6e9ee;
}
.foot-top .content {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.foot-top li {
    float: left;
}
.foot-top li+li {
    margin-left: 109px;
}
.foot-top b {
    display: block;
    font-size: 14px;
    color: #54627a;
    line-height: 44px;
}
.foot-top a,.foot-top span {
    display: block;
    color: #66758d;
}
.foot-top span a {
    display: inline;
}
.code p {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.code img {
    width: 71px;
}
.code span {
    margin-top: -10px;
}
.elxian {
    color: #666;
}
.foot-bot {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    color: #a4acb7;
    padding: 20px 0;
}
.foot-bot .t {
    /* height: 86px; */
    overflow: hidden;
    border-bottom: 1px solid #2e435e;
}
.foot-bot .t p {
    margin-bottom: 12px;
}
.foot-bot .t b {
    margin-right: 20px;
}
.foot-bot .t a {
    color: #a4acb7;
    margin-right: 10px;
}
.foot-bot .t a:hover {
    color: #d4d4d4;
}
.foot-bot .t>img {
    float: left;
    width: 110px;
}
.foot-bot .t .mid {
    float: left;
    margin-left: 20px;
}
.foot-bot .t .mid span {
    display: block;
}
.foot-bot .t .mid a+a {
    margin-left: 24px;
}
.foot-bot .t .right {
    float: right;
}
.foot-bot .t .right img {
    height: 32px;
    margin-left: 17px;
}
.foot-bot .b {
    float: left;
    width: 670px;
    padding-top: 12px;
    line-height: 20px;
}
.foot-bot .b a {
    margin-left: 5px;
}
.foot-bot .b a,.foot-bot .b span {
    color: #6a7481;
    white-space: nowrap;
    margin-right: 5px;
}
.footer a: hover,.foot-top a: hover span {
    color: #2f8bd6;
}
.foot-bot a:hover {
    color: #d4d4d4;
}
.y_link a {
    margin-right: 0 !important;
}
.y_link img {
    width: 125px;
    height: 30px;
    vertical-align: middle;
}
.foot-bot .kexin {
    padding-top: 16px;
}
/* 省级 */
.c_p .header {
    width: 100%;
    height: 140px;
    padding: 30px 0;
    background: url('/img/bg_c.png') no-repeat;
}
.c_p .header h2 {
    font-size: 42px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-top: 24px;
}
.banner_c {
    width: 100%;
    height: 186px;
    line-height: 186px;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url("../img/sj_ban.png") no-repeat;
    background-size: 100%;
    text-align: center;
}
.mbx_nav {padding:10px 0;}
/* 侧边 */
.city .side {
    float: left;
    width: 220px;
}
.city .side_l {
    width: 220px;
}
.main {
   /* float: right;
    width: 900px; */
}
.main>h6 {
    font-size: 16px;
    color: #2a83d3;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-bottom: 8px;
    border-bottom: 1px solid #2a83d3;
    margin-bottom: 20px;
}
.sc_l {
    margin-bottom: 20px;
    overflow: hidden;
}
.sc_l a {
    cursor:pointer;
    float: left;
    display: inline-block;
    color: #333;
    line-height: 24px;
    text-align: center;
    background-color: #e5e5e5;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 6px;
}
.sc_l .on, .sc_l a:hover {
    background-color: #ffdddd;
}
.scr_l p {
    float: left;
    width: 360px;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    margin-right: 80px;
}
.scr_l p span {
    padding-right: 6px;
    color: #FC5F38;
}
.side_l h5 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #2a83d3;
}
.item_l {
    margin-bottom: 20px;
    line-height: 28px;
    border: 1px solid #ddd;
    padding: 10px;
}
.item_l span {
    float: right;
}
.sc_ll {
    overflow: hidden;
    margin-bottom: 20px;
    height: 40px;
    background: #dddddd;
    border-top: 8px solid #dddddd;
    border-radius: 6px 6px 0 0;
    padding: 10px;
    padding-top: 6px;
} 
.sc_ll a {
    float: left;
    display: inline-block;
    margin-right: 8px;
    line-height: 26px;
    padding: 0 10px;
} 
.sc_ll .on, .sc_ll a:hover {
    background-color: #fff;
}
.themelist a:hover, .title ul li a:hover, .title .more:hover, .title ul li p i:hover, .smok a:hover, .footer a:hover, .title ul .on a, .title ul li a:hover {
    color: #2a83d3;
}
 #detail img {
            max-width: 630px;
            height: auto !important;
        }
 
/* 20180428 */
.map_area {
    position: relative;
}
.map_a {
    position: absolute;
    left:30px;
    bottom: 17px;
}
.map_a a {
    display: block;
    color: #666;
}
.map_a a:hover {
    color: #4dbcff;
}
.map_a1 {
    position: absolute;
    left: 110px;
    bottom: 17px;
}

.map_a1 a {
    display: block;
    color: #666;
}
.map_a1 a:hover {
    color: #4dbcff;
}
.jblist {
    position: relative;
}
.qishu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 220px;
    text-align: center;
    color: #f00;
    font-weight: bold;
}