/*通用*/
.in_banner{height: 295px;}
.in_mina{background: #f5f5f5;padding-bottom: 70px;}
.in_top{height: 76px;}
.in_top .in_nav{float: left;position: relative;}
.in_nav .inNav_T{display: none;}
.in_nav .inNav_list{padding-top: 3px;}
.inNav_list a{
    display: inline-block;border-bottom: 3px solid transparent;line-height: 70px;
    font-size: 15px;color:#000;margin-right: 50px;
}
.inNav_list a.act,.inNav_list a:hover{color:#007cc3;border-bottom-color: #007cc3;}
.in_top .now_addr{
    line-height: 76px;float: right;font-size: 12px;color:#666;padding-left: 20px;
    background: url("/images/home.png") left center no-repeat;
}
.now_addr a{font-size: 12px;color:#666;}
.page{text-align: center;}
.page a{
    display: inline-block;width: 34px;height: 34px;text-align: center;line-height: 34px;
    border: 1px solid #b2b2b2;font-size: 16px;color:#666;margin: 0 3px;
}
.page a.page_prev{float: left;border-color:#007cc3;background: #007cc3 url("../images/page_prev.png") center no-repeat;}
.page a.page_next{float:right;border-color:#007cc3;background: #007cc3 url("../images/page_next.png") center no-repeat;}
.page a:hover,.page a.act{color:#007cc3;border-color: #007cc3;}
/**01**/
.abt_title{margin-top: 64px;line-height: 110px;font-size: 20px;font-weight: bold;color:#333;}
.abt_list .abt_one{
    display: block;width: 32.2%;float: left;margin-right: 1.7%;position: relative;margin-bottom: 30px;overflow: hidden;
}
.abt_list .abt_one:nth-child(3n){margin-right: 0;}
.abt_one .abt_pic{width: 100%;overflow: hidden;}
.abt_pic img{width: 100%;transition: all 2.5s;}
.abt_one:hover .abt_pic img{transform: scale(1.1);}
.abt_one .abt_TT{
    position: absolute;width: 100%;line-height: 46px;font-size: 18px;color:#fff;
    padding-left: 15px;box-sizing: border-box;background: rgba(0,0,0,.5);left: 0;bottom: 0;
}
.abt_one .abt_bg{
    position:absolute;width: 100%;height: 100%;top: 0;left: 0;text-align: center;padding-top: 28%;
    background: url("/images/abt_bg.jpg") center/cover no-repeat;color:#fff;box-sizing: border-box;
    transform: scale(1.1);opacity: 0;transition: all .6s;
}
.abt_one:hover .abt_bg{transform: scale(1);opacity: 1;}
.abt_bg:after{
    content: "";display: block;width: calc(100% - 30px);height: calc(100% - 30px);
    position: absolute;top: 15px;left: 15px;box-sizing: border-box;border: 1px solid #fff;
}
.abt_bg .abt_TCN{font-size: 18px;line-height: 28px;}
.abt_bg .abt_TEN{font-size: 14px;line-height: 24px;}
.abt_TCN:before{
    content: "";display: block;width: 42px;height: 1px;background: #fff;margin:0 auto 10px;
}
/**02**/
.abt_txt{font-size: 14px;line-height: 32px;color:#333;max-width: 1060px;padding: 70px 20px;margin: auto;}
.abt_txt img{/*display: block;*/max-width: 100%;}
/**03**/
.history_main{padding: 75px 50px 100px;}
.history_T{font-size: 18px;line-height: 54px;margin-bottom: 55px;color:#333;}
.history_T img{display: block;}
.yjYear_box{width: 100%;position: relative;}
.yjYear_box .yjYear_ovh{width: 100%;overflow: hidden;}
.yjYear_box:before{
    content: "";width: 100%;height: 26px;display: block;position: absolute;left:0;top: 0;
    background: url("/images/history_line.png") left center repeat-x;
}
.yjYear_ovh .yjYear_list{width: 10000%;position: relative;}
.yjYear_list .yjYear_one{
    width:181px;float: left;text-align: center;font-size: 16px;color:#000;
    line-height: 50px;position: relative;padding-top: 25px;cursor: pointer;transition: all .6s;
}
.yjYear_list .yjYear_one.nowLook{font-size: 20px;color:#007cc3;}
.yjYear_list .year_icon{
    position: absolute;width: 28px;height: 26px;top: 0;left: 76px;transition: all .6s;
    background: url("/images/history_icon.png") center no-repeat;
}
.yj_box{position: relative;margin-top: 130px;}
.yj_box .yj_controls div{position: absolute;width: 40px;height: 40px;top: calc(50% - 20px);cursor: pointer;transition: all .6s;}
.yj_box .yj_prev{left: 0;background: url("/images/history_prev.png") center no-repeat;}
.yj_box .yj_next{right:0;background: url("/images/history_next.png") center no-repeat;}
.yj_box .yj_list{width: 75%;margin: auto;}
.yj_list .yj_one{display: none;position: relative;}
.yj_one .yj_time{
    width: 17%;position:absolute;line-height: 40px;font-size: 26px;color:#007cc3;font-weight: bold;
    left: 0;top: calc(50% - 20px);
}
.yj_one .yj_txt{font-size: 14px;line-height: 30px;color:#000;margin-left: 17%;width: 83%;}
/**04**/
.honor_box{padding-top: 100px;}
.honor_box .honor_show{margin-bottom: 80px;}
.honor_show img{max-width: 100%;display: block;margin: auto;}
.honor_show .honor_name{line-height: 48px;font-size: 16px;color:#000;text-align: center;}
.honor_box .honor_main{padding: 0 65px 30px;}
.honor_list .honor_one{cursor: pointer;font-size: 14px;color:#000;text-align: center}
.honor_one .honor_pic{border: 3px solid #d4d4d4;transition: all .6s;}
.honor_one.act .honor_pic{border-color: #ff7e45;}
.honor_one .honor_txt{padding-top: 25px;line-height: 18px;}
.honor_pic img{width: 100%;}
.honor_main .bx-wrapper .bx-controls-direction a{width: 36px;height: 100%;top: 0;margin-top: 0;}
.honor_main .bx-wrapper .bx-prev{left: -65px;background: #f1f1f1 url("../images/to_left_02.jpg") center no-repeat;}
.honor_main .bx-wrapper .bx-next{right:-65px;background:#f1f1f1 url("../images/to_right_02.jpg") center no-repeat;}
/**05**/
.video_box{padding: 30px 30px 70px;}
.video_box .vdo_list{padding-bottom: 25px;}
.vdo_list .vdo_one{
    display: block;width: 30.2%;margin-right: 4.7%;margin-bottom: 45px;box-sizing: border-box;
    border: 1px solid #ebebeb;float: left;text-align: center;
}
.vdo_list .vdo_one:nth-child(3n){margin-right: 0;}
.vdo_one .vdo_pic{width:100%;overflow: hidden;position: relative;}
.vdo_pic img{width: 100%;transition: all 2.5s;}
.vdo_one:hover .vdo_pic img{transform: scale(1.1);}
.vdo_pic:after{
    content: "";display: block;width: 50px;height: 50px;position: absolute;left: calc(50% - 25px);transition: all .6s;
    top: calc(50% - 25px);background: url("/images/play.png") center no-repeat;transform: scale(1.5);opacity: 0;
}
.vdo_one:hover .vdo_pic:after{transform: scale(1);opacity: 1;}
.vdo_one .vdo_name{line-height: 66px;font-size: 14px;color:#000;font-weight: bold;}
.vdo_one .vdo_play{font-size: 12px;line-height: 36px;color:#999;border-top: 1px solid #f2f2f2;background: #fafafa;}
/**06**/
.mgz_box{padding: 50px 60px 60px;}
.mgz_box .mgz_list{padding-bottom:40px;}
.mgz_list .mgz_one{display: block;width: 28.8%;float: left;margin-right: 6.8%;}
.mgz_list .mgz_one:nth-child(3n){margin-right: 0;}
.mgz_one .mgz_pic{overflow: hidden;}
.mgz_one .mgz_pic img{width: 100%;transition: all 2s;}
.mgz_one:hover .mgz_pic img{transform: scale(1.1);}
.mgz_one .mgz_txt{line-height: 70px;font-size: 15px;color:#000;text-align: center;}
/**07**/
.news_box{padding:15px 50px 55px;}
.news_box .news_list{padding-bottom: 55px;}
.news_list .news_one{display: block;padding: 32px 0;border-bottom: 1px dashed #cfcdcd;position: relative;}
.news_one .news_pic{width: 250px;float: left;overflow: hidden;margin-right: 35px;}
.news_one .news_pic img{width: 100%;transition: all 1.5s;}
.news_one:hover .news_pic img{transform: scale(1.1);}
.news_one .news_txt{width: calc(100% - 350px);float: left;max-width: 780px;line-height: 26px;font-size: 13px;color:#999;}
.news_txt .news_T{line-height: 30px;margin-bottom: 5px;font-size: 16px;color:#000;font-weight: bold;transition: all .3s;}
.news_one:hover .news_txt .news_T{color:#93c532;}
.news_txt .news_TT{min-height: 78px;}
.news_one .news_more{width: 32px;height:150px;background: #f0f0f0;float: right;padding:63px 0;box-sizing: border-box;transition: all .3s;}
.news_more span{display: block;margin: 6px auto;}
.news_more:before,.news_more:after{content: "";display: block;margin: auto;}
.news_more span,.news_more:before,.news_more:after{width: 4px;height: 4px;border-radius: 50%;background: #1c207d;transition: all .3s;}
.news_one:hover .news_more{background: #93c532;}
.news_one:hover .news_more span,.news_one:hover .news_more:before,.news_one:hover .news_more:after{background: #fff;}
/**08**/
.newlc{ height:68px; background:#fff; width: 1200px; margin: 0 auto;}
.listle{ padding-left:125px; background:url(/images/lb.png) no-repeat left center; height:68px;}
.listle .blt{ position:absolute; left:0; top:0; line-height:68px; padding-left:25px; color:#12bced; font-size:16px;}
.txtScroll-top{ width:100%;  overflow:hidden; position:relative;  }
.txtScroll-top .prev,.txtScroll-top .next{ display:block; position:absolute; width:19px; height:12px;overflow:hidden;cursor:pointer; right:0; z-index:3;}
.txtScroll-top .prev{ background:url(/images/s.png) no-repeat; top:15px;}
.txtScroll-top .next{ background:url(/images/x.png) no-repeat; top:40px;}
.txtScroll-top .bd{}
.txtScroll-top .infoList li{ height:68px; line-height:68px; overflow:hidden;}
.txtScroll-top .infoList li .date{ color:#999; margin-left:10px;}
.newsD_main .newsD_T{line-height: 40px;padding: 35px 0 15px;font-size:18px;font-weight:bold;color:#e60611;text-align: center;}
.newsD_main .newsD_info{line-height: 30px;text-align: center;font-size: 12px;color:#666;}
.newsD_main .newsD_TT{margin: 50px auto;width: 1200px;max-width: 94%;font-size: 14px;line-height: 28px;color:#333;}
.newsD_TT img{display: block;max-width: 100%;margin: 10px auto;}
.newsD_main .newsD_cls{padding-bottom: 30px;text-align: center;}
.newsD_cls a{
    display: inline-block;width: 30%;font-size: 12px;color:#666;text-align: center;line-height: 45px;
    box-sizing: border-box;border: 1px solid #ddd;margin: 0 4px;
}
.newsD_cls a:hover{border-color: #2b307e;}
/**11**/
.pro_main{padding: 50px 50px 60px;}
.pro_main .pro_top{margin-bottom: 50px;}
.pro_top select{
    height: 42px;width: 325px;padding-left: 15px;font-size: 15px;color:#000;border: 1px solid #ddd;
    appearance:none;-moz-appearance:none;-webkit-appearance:none;margin-right: 30px;
    background: url("/images/select_drop.jpg") right center no-repeat;
}
.pro_top select::-ms-expand { display: none;}
.pro_main .pro_list{padding-bottom: 30px;}
.pro_list .pro_one{
    display: block;width: 30%;margin-right: 5%;margin-bottom: 50px;float: left;position: relative;overflow: hidden;
}
.pro_list .pro_one:nth-child(3n){margin-right: 0;}
.pro_one .pro_pic{border: 1px solid #ddd;overflow: hidden;}
.pro_one .pro_pic img{width: 100%;transition: all 2s;}
.pro_one:hover .pro_pic img{transform: scale(1.1);}
.pro_one .pro_txt{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.2);color:#fff;opacity: 0;
    text-align: center;line-height: 28px;font-size: 18px;font-weight: bold;transform: scale(1.3);transition: all .6s;
}
.pro_txt .pro_more{
    width: 118px;height: 26px;border: 1px solid #fff;font-size: 12px;line-height: 26px;margin:8px auto 0;
}
.pro_one:hover .pro_txt{transform: scale(1);opacity: 1;}
/**12**/
.proD_main{padding: 25px 30px 80px;}
.proD_main .proD_show{background: #f4f6f7;}
.proD_show .bx-wrapper .bx-controls-direction a{width: 40px;height: 40px;margin-top: -20px;background-color: #007cc3;}
.proD_show .bx-wrapper .bx-prev{left: 20px;background: url("/images/to_left_03.png") center no-repeat;}
.proD_show .bx-wrapper .bx-next{right:20px;background:url("/images/to_right_03.png") center no-repeat;}
.proD_show .bx-wrapper .bx-controls-direction a:hover{background-color: #66bb2f;}
.proD_info .proDI_nav{margin: 25px 0 30px;height: 58px;background: #f1f1f1;}
.proDI_nav a{
    display: block;border: 1px solid #f1f1f1;line-height: 56px;font-size: 18px;color:#333;
    float: left;width: 25%;text-align: center;
}
.proDI_nav a.act{background: #fff;border-bottom-color: #fff;color:#007cc3;}
.proDI_div .proDI_box{line-height: 30px;font-size: 14px;color:#333;text-align: justify;display: none;}
/**13**/
.sale_main{padding: 30px 20px 70px;}
.sale_main .sale_top{border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;text-align: center;padding: 15px 0;}
.sale_top select{width: 210px;height: 32px;background: #eee;padding-left: 12px;margin:0 15px;font-size: 14px;color:#000;}
.sale_top input[type='button']{
    width: 210px;height: 32px;background: #e60012;margin:0 15px;
    font-size: 14px;color:#fff;border-radius: 4px;cursor: pointer;
}
.sale_top input[type='submit']{
    width: 210px;height: 32px;background: #e60012;margin:0 15px;
    font-size: 14px;color:#fff;border-radius: 4px;cursor: pointer;
}
.sale_main .sale_list{padding: 30px 0;}
.sale_list .sale_one{
    display: block;width: 47.4%;margin-right: 5.2%;float: left;box-sizing: border-box;margin-bottom: 50px;
    border: 1px solid #dedede;padding: 18px 25px;line-height: 30px;font-size: 14px;color:#000;
}
.sale_list .sale_one:nth-child(2n){margin-right: 0;}
.sale_one .sale_T{font-size: 16px;transition: all .6s;}
.sale_one:hover .sale_T{color:#007cc3;}
/**14**/
.feedback_main{padding: 40px 40px 80px;}
.feedback_main .fdk_top{
    border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;font-size: 14px;color:#666;
    line-height: 36px;text-align: right;padding: 15px 0;margin-bottom: 50px;
}
.fdk_form .fdk_ipt{width: 46.5%;float: left;margin-right: 7%;margin-bottom: 42px;}
.fdk_form .fdk_ipt:nth-child(2n){margin-right: 0;}
.fdk_ipt .fdk_name{width: 130px;margin-right:10px;float: left;font-size: 14px;line-height: 40px;color:#333;text-align: right;}
.fdk_ipt input[type='text']{width: calc(100% - 140px);float: left;height: 40px;padding-left: 10px;border: 1px solid #ddd;}
.fdk_ipt textarea{width: calc(100% - 140px);float: left;border: 1px solid #ddd;height: 110px;padding: 6px 10px;resize: none;}
.fdk_form .fdk_ipt.fdk_long{width: 100%;margin-right: 0;}
.fdk_ipt.vCode input[type='text']{width: 150px;max-width: calc(100% - 240px);}
.vCode img{width: 78px;height: 38px;border: 1px solid #ddd;margin-left: 20px;}
.fdk_form .fdk_btn{
    width: 230px;height: 45px;margin: 30px auto 0;background: #007cc3;font-size: 16px;font-weight: bold;
    color:#fff;display: block;border-radius: 4px;
}
/**15**/
.contact_main{padding: 30px 30px 70px;}
.con_map img{max-width: 100%;}
.con_list{padding-top: 60px;}
.con_list .con_one{width: 33.33%;float: left;font-size: 14px;color:#333;line-height: 30px;text-align: center;}
.con_one i{display: block;height: 100px;}
.con_one.con1 i{background: url("/images/con_01.jpg") center no-repeat;}
.con_one.con2 i{background: url("/images/con_02.jpg") center no-repeat;}
.con_one.con3 i{background: url("/images/con_03.jpg") center no-repeat;}
.con_one span{font-size: 16px;}
/**16**/
.investor_main{padding: 25px 25px 40px;}
.investor_search{width: 290px;float: right;border: 1px solid #ddd;padding:0 25px 20px;box-sizing: border-box;}
.investor_search .invSer_T{line-height: 50px;margin-bottom: 10px;font-size: 16px;color:#333;}
.investor_search input[type='text']{display: block;height: 40px;padding-left: 12px;border: 1px solid #ddd;width: 100%;}
.investor_search input[type='button']{
    width: 100%;height: 40px;margin-top: 20px;font-size: 16px;color:#fff;padding-left: 25px;
    background: #007cc3 url("../images/search.png") calc(50% - 25px) center no-repeat;cursor: pointer;
}
.investor_search input[type='submit']{
    width: 100%;height: 40px;margin-top: 20px;font-size: 16px;color:#fff;padding-left: 25px;
    background: #007cc3 url("../images/search.png") calc(50% - 25px) center no-repeat;cursor: pointer;
}
.investor_box{width: calc(100% - 315px);float: left;}
.investor_box .investor_list{padding-bottom: 20px;}
.investor_list .investor_one{
    display: block;line-height: 30px;font-size: 15px;color:#333;
    padding: 16px 20px;border: 1px solid #ddd;margin-bottom: 22px;
}
.investor_one .investor_time{font-size: 14px;color:#999;}
.investor_list .investor_one:hover{color:#52aa16;border-color: #52aa16;}
/**17**/
.notice_main{padding: 30px 50px 55px;}
.notice_main .notice_list{padding-bottom: 40px;}
.notice_list .notice_one{
    display: block;height: 54px;line-height: 54px;font-size: 14px;color:#999;
    border-bottom: 1px dotted #b4b2b2;padding-left: 30px;position: relative;
}
.notice_one:before{
    content: "";display: block;width: 15px;height: 100%;position: absolute;
    left: 0;top: 0;background: url("/images/icon_more.png") center no-repeat;
}
.notice_one .fl{width: calc(100% - 90px);font-size: 16px;color:#020503;transition: all .6s;}
.notice_one:hover .fl{color:#007cc3;}
/**18**/
.join_main{padding: 50px 55px 80px;}
.join_main .join_list{padding-bottom: 70px;border-top: 1px solid #ddd;}
.join_list .join_one{border-bottom: 1px solid #ddd;}
.join_one .join_T{height: 58px;line-height: 58px;font-size: 16px;color:#333;cursor: pointer;}
.join_T .join_name{width: 170px;float: left;}
.join_T .join_num{float: left;}
.join_T .join_more{
    float: right;width: 58px;height: 100%;transition: all .6s;
    background: url("/images/join_more.png") center no-repeat;
}
.joinOpen .join_T .join_more{transform: rotate(90deg);}
.join_one .join_TT{font-size: 14px;line-height: 30px;color:#666;padding-bottom: 20px;display: none;}
/***党建相关页面***/
.pty_head{height: 170px;background: url("/images/party_topBg.jpg") center/cover no-repeat;}
.pty_head .pty_logo{width: 775px;height: 170px;line-height: 170px;display: block;float: left;}
.pty_logo img{width: 100%;}
.pty_nav{height: 50px;line-height: 50px;background: #f6a202;}
.pty_nav a{
    display: block;width: 160px;float: left;font-size: 18px;font-weight: bold;color:#c41405;text-align: center;
}
.pty_nav a:hover,.pty_nav a.act{background: #e98803;}
.pty_main{background: #900;padding-bottom: 70px;}
.pty_main .pty_foot{
    height: 38px;line-height: 38px;background: #e98803;font-size: 12px;color:#fff;padding: 0 30px;
}
.ptyNav_btn{display: none;width:0.8rem;padding: 0.59rem 0;height:1.5rem;box-sizing: border-box;float:right;}
.ptyNav_btn span{display: block;margin:0.1rem auto;}
.ptyNav_btn:after,.ptyNav_btn:before{content:" ";margin: auto;}
.ptyNav_btn span,.ptyNav_btn:after,.ptyNav_btn:before{
    display: block;width: 0.4rem;height:0.04rem;transition: all .3s;
    background-color:#f6a202;border-radius: 0.05rem;position: relative;
}
.ptyNav_btn.openNav span{opacity: 0;}
.ptyNav_btn.openNav:before{transform: rotate(45deg);top:0.14rem;}
.ptyNav_btn.openNav:after{transform: rotate(-45deg);bottom:0.14rem;}
/**党建首页**/
.ptyInd_main{background: #fbf3c4;padding: 36px 30px 0;}
.ptyInd_main .pty_indAbt{
    border: 1px solid #e6e6e6;border-top: 3px solid #e45743;padding-bottom: 35px;
    background: #fff url("../images/party_abt_bg.jpg") top center repeat-x;
}
.pty_indAbt .PIA_title{
    line-height: 44px;margin-bottom: 16px;font-size: 18px;color:#c41405;padding-left: 44px;
    background: url("/images/party_icon.jpg") 10px center no-repeat;
}
.pty_indAbt .PIA_abtBox{padding:0 40px;}
.pty_indAbt .PIA_pic{width: 250px;overflow: hidden;float: left;}
.PIA_pic img{width: 100%;transition: all 2s;}
.PIA_pic:hover img{transform: scale(1.1);}
.pty_indAbt .PIA_txt{width: calc(100% - 285px);float: right;font-size: 14px;line-height: 32px;color:#333;}
.PIA_txt .ovh4{-webkit-line-clamp: 5;}
.PIA_txt .PIA_more{font-size: 14px;color:#fd8f02;}
.ptyInd_main .ptyInd_news{padding: 30px 0 10px;}
.ptyInd_news .PINews_box{
    width: 31.8%;margin-right: 2.3%;float: left;margin-bottom: 20px;box-sizing: border-box;
    border: 1px solid #e6e6e6;background: #fff;
}
.ptyInd_news .PINews_box:nth-child(3n){margin-right: 0;}
.PINews_box .PINews_top{
    line-height: 38px;font-size: 18px;color:#c41405;padding: 0 10px 0 32px;
    position: relative;border-bottom: 1px solid #e6e6e6;
}
.PINews_top:before{
    content: "";display: block;width: 8px;height: 8px;border: 3px solid #e9573f;border-radius: 50%;
    position: absolute;left: 10px;top: calc(50% - 7px);
}
.PINews_top a{font-size: 12px;color:#999;float: right;}
.PINews_top a:hover{color:#c41405;}
.PINews_box .PINews_list{padding: 3px 10px 5px;}
.PINews_list a{
    display: block;line-height: 28px;font-size: 12px;color:#333;padding-left: 15px;text-overflow: ellipsis;
    background: url("/images/party_flo.jpg") left center no-repeat;overflow: hidden;white-space: nowrap;
}
.PINews_list a:hover{color:#c41405;}
/**19**/
.pty_inMain{padding: 0 35px 200px;background: #fbf3c4;}
.pty_inMain .pty_inT{
    line-height: 60px;border-bottom: 2px solid #e45743;padding-left: 25px;
    font-size: 18px;color:#c41405;position: relative;
}
.pty_inT:before{
    content: "";display: block;width: 8px;height: 8px;border: 3px solid #e9573f;border-radius: 50%;
    position: absolute;left:0;top: calc(50% - 7px);
}
.pty_inMain .ptyAbt_TT{
    max-width: 1110px;margin: 45px auto;font-size: 14px;line-height: 32px;color:#000;
}
.ptyAbt_TT img{max-width: 100%;display: block;margin: auto;}
/**20**/
.ptyIdea_list{width: 100%;padding-bottom: 50px;}
.ptyIdea_list a{
    display: block;line-height: 50px;height: 50px;border-bottom: 1px dashed #000;font-size: 14px;
    color:#666;padding-left: 30px;background: url("/images/star.png") 5px center no-repeat;
}
.ptyIdea_list a .fl{color:#000;width: calc(100% - 100px);display: block;transition: all .6s;}
.ptyIdea_list a:hover .fl{color:#900;}
.pty_page{text-align: center;}
.pty_page a{
    display: inline-block;width: 34px;height: 34px;text-align: center;line-height: 34px;
    border: 1px solid #b2b2b2;font-size: 16px;color:#666;margin: 0 3px;
}
.pty_page a.ptyPage_prev{float: left;border-color:#900;background: #900 url("../images/page_prev.png") center no-repeat;}
.pty_page a.ptyPage_next{float:right;border-color:#900;background: #900 url("../images/page_next.png") center no-repeat;}
.pty_page a:hover,.pty_page a.act{color:#900;border-color: #900;}
/****/
.ptyNews_main .ptyNews_T{line-height: 45px;margin-top: 15px;font-size: 22px;color:#c41405;text-align: center;}
.ptyNews_main .ptyNews_time{line-height: 30px;font-size: 12px;color:#999;text-align: center;}
.ptyNews_main .ptyNews_TT{
    font-size: 14px;line-height: 28px;color:#000;text-align: justify;padding:20px 0 50px;
}
.ptyNews_main .ptyNews_other{font-size: 0;text-align: center;}
.ptyNews_other a{
    display: inline-block;width: 33%;float: left;margin-right: 0.5%;line-height: 46px;
    font-size: 12px;color:#fff;background: #900;
}
.ptyNews_other a:nth-child(3){margin-right: 0;}
